![]() |
|
Request [macro?] life rings - 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: Request [macro?] life rings (/thread-17305.html) |
Request [macro?] life rings - Cadenaz - 01-27-2015 Hi guys ![]() Well im getting kinda troubles with life rings at water elementals PH, i got life rings in the looter, and if i equip it, the bot just try to loot it and put it in the backpack again but "re use function" just equip it again and repeat just wasting the ring...anyone can help me?¿ SRRY BAD ENGLISH Ill Rep RE: Request [macro?] life rings - fairoox94 - 01-27-2015 Hello ^^ Try this: 2 two macros automatic: first: Quote:Code second: Quote:Code ---------------------- or always: Quote:Self.Inventory.Ring==0 RE: Request [macro?] life rings - erleo - 01-27-2015 [macro]1000 {Life Ring} Self.Mana%()<95 [jump] Self.Equip.Ring(3052) Exit() {jump} Self.Mana%()>95% Self.UnEquip.Ring(0) Exit()[/macro] RE: Request [macro?] life rings - Cadenaz - 01-27-2015 thx alot ill try that rep+ |