Posts: 169
Threads: 69
Joined: Apr 2012
Reputation:
0
10-17-2015, 10:45 PM
(This post was last modified: 10-17-2015, 10:48 PM by Xudam.)
So, im botting killer caimans right now and they run on low health,
i'd need a macro that uses Exori hur when target is under 5% health and 2 SQM away, something like that so that i dont need to chase as much!
Cheers,
Posts: 1,518
Threads: 151
Joined: Mar 2012
Reputation:
0
10-17-2015, 11:59 PM
(This post was last modified: 10-19-2015, 01:06 AM by erleo.)
Try this:
[macro]2500 {Exori Hur} ID:=Creature.Target() Self.Attacking()==1 Creature.DistanceToSelf(!ID!)>=2 [Jump] Exit() {Jump} Creature.DistanceToSelf(!ID!)<=5 Creature.DistanceToSelf(!ID!)>=2 Creature.Health(!ID!)<=5 Self.Mana()>=40 Self.Say(exori hur) Exit() [/macro]
Posts: 169
Threads: 69
Joined: Apr 2012
Reputation:
0
Thanks!
Is this "Creature.Health(!ID!)<=5 " health or %?
Posts: 1,518
Threads: 151
Joined: Mar 2012
Reputation:
0
Is a %.
"Creature.Health(ID) Returns the health percent of the creature with the given ID"
Posts: 942
Threads: 58
Joined: Nov 2013
change spell to exori hur, on macro I see "exani hur"