![]() |
Stone Skin Amulet MACRO - 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: Stone Skin Amulet MACRO (/thread-12125.html) |
Stone Skin Amulet MACRO - lordekbyku - 10-08-2013 Hello everyone ![]() I need macro which will equip stone skin amulet when my hp is below 30% (or 600hp) and unequip stone skin amulet when my hp is again above 80% (or 1500~hp). Thanks in advance, I'll give REP+ ofc ![]() RE: Stone Skin Amulet MACRO - Kimoszin - 10-08-2013 [macro]800 {Amulet Equip} healthEquip:=30 healthUnequip:=80 itemEquipID:=0 Self.Health%()<=!healthEquip! [else] Self.Inventory.Amulet()<>!itemEquipID! Self.Equip.Amulet(!itemEquipID!) Exit() {else} Self.Health%()>=!healthUnequip! Self.UnEquip.Amulet(0)[/macro] RE: Stone Skin Amulet MACRO - lordekbyku - 10-08-2013 Wow rly fast answer! Ty a lot not tested but i can see thats pice of hard work. REP+ ![]() |