11-25-2013, 09:54 PM
use Ring of healing , Need macro for use ..
Request Macro
|
11-25-2013, 11:23 PM
(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()
11-26-2013, 02:29 AM
[/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
11-26-2013, 02:57 AM
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
11-26-2013, 04:47 PM
i was needing this
|
« Next Oldest | Next Newest »
|