![]() |
Macro for mana potion EK on hexera.net - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html) +--- Thread: Macro for mana potion EK on hexera.net (/thread-20344.html) |
Macro for mana potion EK on hexera.net - Kazan - 01-11-2017 You need to put those 2 macros on and set your health potion (any kind) in healing on 100ms 2000 {Low mana} SelfID:=Creature.Self() Self.Attacking()==0 Self.Mana%()<=90 Creature.ShootOn(!SelfID!, 268) 500 {Low mana target} SelfID:=Creature.Self() Self.Attacking()==1 Self.Mana%()<=90 Self.Health%()>=40 Creature.ShootOn(!SelfID!, 268) It's for better monsters looting on cashmakers. I'm using it (on open before attack mode) on roshamuul in hexera and it's working very well RE: Macro for mana potion EK on hexera.net - Catar - 01-11-2017 i dont have much problem with looting that much (full afk on demons) and i use only native healing functions of bbot But what mana problem you reffer too on EK? i didnt had any for a looong time RE: Macro for mana potion EK on hexera.net - budi - 01-12-2017 Thanks kazan, its great ! ![]() rep from me ![]() RE: Macro for mana potion EK on hexera.net - Kazan - 01-17-2017 (01-11-2017, 05:00 PM)Catar Wrote: i dont have much problem with looting that much (full afk on demons) and i use only native healing functions of bbot I'm botting on roshamuul and when i have 5-6 monsters on me (sometimes 8) Bbot wasn't picking up all items from corpses, because it was attacking another monster. With this macros it will almost always pick up all items from corpses (and it will be much faster than with native healing functions |