BBot - The best bot of the world
Macro Equip Life 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: Macro Equip Life ring (/thread-5575.html)



Macro Equip Life ring - gabala132 - 11-28-2012

hello i need script who can equip life ring if my mana is 650 and unequip if my mana is 790 plx help


RE: Macro Equip Life ring - Sharuh - 11-29-2012

(11-28-2012, 05:56 PM)gabala132 Wrote: hello i need script who can equip life ring if my mana is 650 and unequip if my mana is 790 plx help

Self.Mana()<=650
Self.Equip.Ring(3052)
Self.Mana()>=790
Self.UnEquip.Ring(ToContainer)

try that i'm not sure it will work but it should be something like that.

cheers m8


RE: Macro Equip Life ring - gabala132 - 11-29-2012

i think it work, reput 4 you
@EDit
this script equip ring but not unequip Sad help


RE: Macro Equip Life ring - Kimoszin - 12-01-2012

Code:
1300 {Life Ring} ID:=3052 MANA:=650  Self.Mana()<=!MANA! [else] Self.Equip.Ring(!ID!) Exit() {else} Self.UnEquip.Ring(0) Exit()