macro for use Ultimate potion and spell for healing (otserver) - 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: macro for use Ultimate potion and spell for healing (otserver) (/thread-18688.html) |
macro for use Ultimate potion and spell for healing (otserver) - llsandmanll - 10-26-2015 in otserver, on lvl 4364 the health is bug, and healing system stop her... i need a macro with ultimate healing potion (7643 ID) and spell "exana mort" for hp less < 90% tanks @_@ RE: macro for use Ultimate potion and spell for healing (otserver) - erleo - 10-26-2015 try: [macro]1000 {HP} PotionID:=7643 X:=Self.X() Y:=Self.Y() Z:=Self.Z() selfID:=Creature.Self() Self.Health%()<=90 Creature.ShootOn(!selfID!, !PotionID!) Self.Say(exana mort) Exit() [/macro] |