Page 1 of 1

Simple Auto Attacker for Steam

Posted: Wed Oct 28, 2015 7:05 pm
by The Wanderer
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.

Re: Simple Auto Attacker for Steam

Posted: Wed Oct 28, 2015 7:07 pm
by Devlin
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.

Re: Simple Auto Attacker for Steam

Posted: Thu Oct 29, 2015 11:58 am
by dreamstalker
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

Re: Simple Auto Attacker for Steam

Posted: Tue Dec 15, 2015 10:08 pm
by Johnny Leviathon
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.

Re: Simple Auto Attacker for Steam

Posted: Wed Dec 16, 2015 11:04 am
by dreamstalker
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

Re: Simple Auto Attacker for Steam

Posted: Wed Dec 16, 2015 11:08 am
by Iltar
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