BBot - The best bot of the world
Mana rune for OTS? - 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: Mana rune for OTS? (/thread-17153.html)



Mana rune for OTS? - Freshdrup - 01-13-2015

How the fack I heal with mana rune and custom healing rune ON OTSERVER???

I have tried different macros but noone work!


RE: Mana rune for OTS? - mr. Kris - 01-13-2015

macros and Hotkey.Use(ID) Use a Tibia item with a hotkey


RE: Mana rune for OTS? - Freshdrup - 01-19-2015

????????? PLEASe give script


RE: Mana rune for OTS? - Gandryk - 01-19-2015

(01-13-2015, 03:26 PM)Freshdrup Wrote: How the fack I heal with mana rune and custom healing rune ON OTSERVER???

I have tried different macros but noone work!



2 {Healing rune} A:=Creature.Self() Creature.Health(!A!)=<70 Creature.ShootOn(!A!, *)

* : Put the id of your rune, idk 9999.
If you have less than 70% of your hp, then the macro going to use the rune.

2
{Mana rune}
A:=Creature.Self()
Self.Mana%()<=70
Creature.ShootOn(!A!, *)


* : Put the id of your rune, idk 9999.

Self.mana%()<=70 If you have less than 70% of your mana, then the macro going to use mana rune.