07-28-2015, 10:19 PM
how to change the attack between runes.
eg SD + AVA
until I tried did not work.
my macro does not work
thank you in advance
eg SD + AVA
until I tried did not work.
my macro does not work
Quote:target:=Creature.Target()
IDRUNE:=3155
Creatures.ByRange(5)>3 [Mob]
Creature.ShootOn(!target!, !IDRUNE!)
Macro.Wait(2000)
Exit()
{Mob}
target:=Creature.target()
AVA:=3161
Creatures.ByRange(5)>3
Creature.ShootOn(!target!, !AVA!)
Exit()
thank you in advance