Simply make a macro in Steam named whatever copy and paste this into the box :
target "enemy"
getenemy 'enemy' 'nearest' 'grey' 'criminal' 'red' 'hostile'
target 'enemy'
attack 'last'
Then go to the hotkey tab and set a hotkey for that macro and you have a simple auto attacker.
Simple Auto Attacker for Steam
Re: Simple Auto Attacker for Steam
And for Razor, http://uoex.net/wiki/Razor_Attack_Macro
Target Closest Non-Friendly
Attack Last Target
Cancel Current Target
And then click loop if you want to have it continuously attack.
Target Closest Non-Friendly
Attack Last Target
Cancel Current Target
And then click loop if you want to have it continuously attack.
Resident Wiki Editor/Village Idiot
EasyUO Scripts
ReArmer
ReArmer (Old Version)
ReReader
Separate Journal for Guild or Public Chat (Old)
---------------------------------------------
Combat Focus Guide (Godmode Formula)
EasyUO Scripts
ReArmer
ReArmer (Old Version)
ReReader
Separate Journal for Guild or Public Chat (Old)
---------------------------------------------
Combat Focus Guide (Godmode Formula)
-
- Legendary Scribe
- Posts: 345
- Joined: Wed Apr 16, 2014 3:39 pm
- Location: North Carolina
Re: Simple Auto Attacker for Steam
I basically use same thing on steam but i just bind get closest to my wheel mouse up and attack last to wheel down so if in middle of bunch of mobs i just roll wheel up and down until everything is dead. No macro to stop when done either. Key binding for get is targetting》get》non friendly. This way u dont end up attacking ur friends or your pets when no mobs nearby
I keep a gun because I'm too young to die and too old to take an ass whoopin! just cause you aint paranoid doesnt mean they aint after you
- Johnny Leviathon
- Adept Scribe
- Posts: 43
- Joined: Wed Nov 19, 2014 12:52 pm
- Contact:
Re: Simple Auto Attacker for Steam
Would like to know how to set in "pause" for XXX seconds and how to add in [bandself is hits <= XXX
When i use this auto attack macro it spams so hard that it feezes the game.
When i use this auto attack macro it spams so hard that it feezes the game.

Fate Whispers to the Warrior,
"You Cannot Withstand the Storm,"
and the Warrior Whispers Back,
"I am the Storm."
-
- Legendary Scribe
- Posts: 345
- Joined: Wed Apr 16, 2014 3:39 pm
- Location: North Carolina
Re: Simple Auto Attacker for Steam
for uosteam macro to insert a pause just put cursor in script where u want the pause and type it in ie pause 5000 i think for bandself you would have to use an if endif statement.,.,..
if hits are <=99
bandself ?????
end if
not positive on syntax but should be similar
if hits are <=99
bandself ?????
end if
not positive on syntax but should be similar
Last edited by dreamstalker on Wed Dec 16, 2015 11:08 am, edited 1 time in total.
I keep a gun because I'm too young to die and too old to take an ass whoopin! just cause you aint paranoid doesnt mean they aint after you
Re: Simple Auto Attacker for Steam
Autoattacker macros that automatically switches to next target:
@getenemy 'murderer' 'enemy' 'criminal' 'gray' 'closest'
if @findobject 'enemy'
autotargetobject! 'enemy'
@attack 'enemy'
endif
pause 500
@clearusequeue
@cancelautotarget
@getenemy 'murderer' 'enemy' 'criminal' 'gray' 'closest'
if @findobject 'enemy'
autotargetobject! 'enemy'
@attack 'enemy'
endif
pause 500
@clearusequeue
@cancelautotarget
Those who never die, do not live. (in Ultima Online)