Simple Auto Attacker for Steam

If you make a Client-side script you can publish it here for other players to use
Locked
The Wanderer
Passer by
Posts: 3
Joined: Mon Oct 19, 2015 9:12 pm

Simple Auto Attacker for Steam

Post 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.
User avatar
Devlin
Legendary Scribe
Posts: 652
Joined: Thu Mar 18, 2010 12:50 pm

Re: Simple Auto Attacker for Steam

Post 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.
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)
dreamstalker
Legendary Scribe
Posts: 345
Joined: Wed Apr 16, 2014 3:39 pm
Location: North Carolina

Re: Simple Auto Attacker for Steam

Post 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
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
User avatar
Johnny Leviathon
Adept Scribe
Posts: 43
Joined: Wed Nov 19, 2014 12:52 pm
Contact:

Re: Simple Auto Attacker for Steam

Post 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.
Image

Fate Whispers to the Warrior,
"You Cannot Withstand the Storm,"
and the Warrior Whispers Back,
"I am the Storm."
dreamstalker
Legendary Scribe
Posts: 345
Joined: Wed Apr 16, 2014 3:39 pm
Location: North Carolina

Re: Simple Auto Attacker for Steam

Post 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
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
Iltar
Elder Scribe
Posts: 143
Joined: Fri Jul 10, 2015 12:42 pm

Re: Simple Auto Attacker for Steam

Post 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
Those who never die, do not live. (in Ultima Online)
Locked