Ring of healing - 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: Ring of healing (/thread-18846.html) |
Ring of healing - lordekbyku - 11-27-2015 Hello, I need a macro which will equip ring of healing ONLY if there is no ring in ring spot I'll give rep+ RE: Ring of healing - Catar - 11-28-2015 Code: 3000 {roh} PeZe:=Status.InPZ() coAS:=Self.Inventory.Ring() !PeZe!<>1 [pz1] !coAS!<>3100 Self.Equip.Ring(3098) exit() {pz1} Self.UnEquip.Ring(0) exit() have macro like that for myself It also takes it of in PZ |