![]() |
Energy ring 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: Energy ring MAcro (/thread-7520.html) |
Energy ring MAcro - edwino4 - 03-03-2013 Hello i got this scrypt for energy ring : 1 {ENERGYRING} Target.Self() Target.Health()<=700 [ELSE] Self.Equip.Ring(3051) Exit() {ELSE] Target.Self() Target.Health()>1000 [ELSE] Self.UnEquip.Ring(0) Exit() I need help and someone can post there correct scrypt ? i will'be happy ![]() RE: Energy ring MAcro - Kimoszin - 04-06-2013 [macro]999 {Load Ring} minHeath:=700 maxHealth:=1000 ID_RING:=3051 Self.Health()<=!minHeath! {else} Self.Equip.Ring(!ID_RING!) Exit() {else} Self.Health()>=!maxHealth! Self.UnEquip.Ring(0)[/macro] |