BBot - The best bot of the world
Use exori hur on low heath targets that run away - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Use exori hur on low heath targets that run away (/thread-18651.html)



Use exori hur on low heath targets that run away - Xudam - 10-17-2015

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,


RE: Use exori hur on low heath targets that run away - erleo - 10-17-2015

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]


RE: Use exori hur on low heath targets that run away - Xudam - 10-18-2015

Thanks!

Is this "Creature.Health(!ID!)<=5 " health or %?


RE: Use exori hur on low heath targets that run away - erleo - 10-18-2015

Is a %.
"Creature.Health(ID) Returns the health percent of the creature with the given ID"


RE: Use exori hur on low heath targets that run away - kaiquegabriel - 10-19-2015

change spell to exori hur, on macro I see "exani hur"


RE: Use exori hur on low heath targets that run away - erleo - 10-19-2015

(10-19-2015, 12:55 AM)kaiquegabriel Wrote: change spell to exori hur, on macro I see "exani hur"

Edited Tongue thanks, sometimes i lose my mind hehe