BBot - The best bot of the world
OT healing - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: OT healing (/thread-5995.html)



OT healing - Leroy - 12-19-2012

So i play an OT and the potions for healing HP and MANA are not the same as rl tibia. i know you can add that in macros, i just dont know how id make this. its a high exp server so my mana is around 2billion and advances rapidly, i need a script that goes by percentages (if possible). so like when my mana is less then 99% full it uses object 9112 (i already checked the id).
If someone could help i would greatly appreciate it.
Thanks!


RE: OT healing - spiff26 - 12-19-2012

For mana
Code:
1000 {Heal Mana} Self.Mana%()<=99 Target.Self() Target.Shoot(ID_Potion) Exit()

The other is very similar, u can try ajust for life, if cant do tell and I make for u.


RE: OT healing - Leroy - 12-20-2012

works good enough, thank you!