01-11-2016, 05:51 AM
Hello, I'm trying to do a macro that work better than "Advanced Attack", since it isn't working the % of life for each spell (at last at mine bbot).
So I tried those scripts, can some1 tell me where I did wrong?
Can please fix it too?
Thank you:
2000 {Viss}
id:=Creature.Attacking()
Self.Attacking()==01
Creature.Health(!id!)>=90
[Gran Vis]
Self.Say(exori gran vis)
exit ()
Creature.Health(!id!)>=50
[Amp Vis]
Self.Say(exori amp vis)
exit ()
Creature.Health(!id!)>=1
[Little Vis]
Self.Say(exori vis)
exit ()
Exit()
So I tried those scripts, can some1 tell me where I did wrong?
Can please fix it too?
Thank you:
2000 {Viss}
id:=Creature.Attacking()
Self.Attacking()==01
Creature.Health(!id!)>=90
[Gran Vis]
Self.Say(exori gran vis)
exit ()
Creature.Health(!id!)>=50
[Amp Vis]
Self.Say(exori amp vis)
exit ()
Creature.Health(!id!)>=1
[Little Vis]
Self.Say(exori vis)
exit ()
Exit()