![]() |
Pull ring. - 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: Pull ring. (/thread-11635.html) |
Pull ring. - MarcioDuarte - 09-01-2013 I would like a macro that pulls ring to hand, because I have one that pulls, but he also takes. So I want you to pull and pull again when finished. I have this, but he takes the ring. 5000 {Equip Ring} Self.Inventory.Ring()<>3089 Self.UnEquip.Ring(0) Macro.Wait(20) Self.Equip.Ring(3052) Exit() RE: Pull ring. - kamill - 09-04-2013 When do You want to use ring? And when do You want to place it in bp? You want to use ring and place it back to bp? RE: Pull ring. - howcraft - 09-11-2013 just use 1000 {Equip Ring} Self.Equip.Ring(3052) |