BBot - The best bot of the world
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 Smile

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 Smile 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
1000
{use ring}
Self.Mana<=500
Self.Equip.Ring(3052)

second:
Quote:Code
1000
{stop use ring}
Self.Mana>=1000
Self.UnEquip.Ring(0)


----------------------

or always:

Quote:Self.Inventory.Ring==0
Self.Equip.Ring(3052)



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+