Request 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: Request Macro (/thread-12844.html) |
Request Macro - Douglasstefanie - 11-25-2013 use Ring of healing , Need macro for use .. RE: Request Macro - Thiaguin- - 11-25-2013 (11-25-2013, 09:54 PM)Douglasstefanie Wrote: use Ring of healing , Need macro for use .. need equip ring of healing? here. 1000 {Ring of Healing} Self.Inventory.Ring.Count(3052)==0 Self.Equip.Ring(3052) test. RE: Request Macro - erleo - 11-26-2013 (11-25-2013, 09:54 PM)Douglasstefanie Wrote: use Ring of healing , Need macro for use .. This macro is for %, Edit 90 & 96 Code: 500 {Healing} MPon:=90 MPoff:=96 Self.Mana%()<=!MPon! [OnHealth] Self.Inventory.Ring()<>3100 Misc.ItemCountEx(3098)>0 Status.ManaShield()==0 Self.Equip.Ring(3098) Exit() {OnHealth} Self.Mana%()>=!MPoff! Self.Inventory.Ring()==3100 Self.UnEquip.Ring(0) Exit() RE: Request Macro - Douglasstefanie - 11-26-2013 [/quote] need equip ring of healing? here. 1000 {Ring of Healing} Self.Inventory.Ring.Count(3052)==0 Self.Equip.Ring(3052) test. [/quote] thanks man , =D RE: Request Macro - Thiaguin- - 11-26-2013 need equip ring of healing? here. 1000 {Ring of Healing} Self.Inventory.Ring.Count(3052)==0 Self.Equip.Ring(3052) test. [/quote] thanks man , =D [/quote] haha any question or help post in request ^^ and i'll try to help you =D RE: Request Macro - Kitziag - 11-26-2013 i was needing this |