(05-09-2013, 03:36 AM)Coizado Wrote: Here is one by health:
Code:500 {SSA Health by C} on:=30 off:=80 ssa:=3081 BP:=0 Self.Health%()<=!on! [if] Self.Inventory.Amulet()<>!ssa! Self.UnEquip.Amulet(!BP!) Macro.Wait(20) Self.Equip.Amulet(!ssa!) Exit() {if} Self.Health%()>=!off! Self.Inventory.Amulet()==!ssa! Self.UnEquip.Amulet(!BP!) Exit()
on:=30 Health % to put on
off:=80 Health % to take off
thx , and how do i do it with hotkey? and can i do the same macro u said but with mana? isntead of with health?