Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro Equip Life ring
#1
hello i need script who can equip life ring if my mana is 650 and unequip if my mana is 790 plx help
#2
(11-28-2012, 05:56 PM)gabala132 Wrote: hello i need script who can equip life ring if my mana is 650 and unequip if my mana is 790 plx help

Self.Mana()<=650
Self.Equip.Ring(3052)
Self.Mana()>=790
Self.UnEquip.Ring(ToContainer)

try that i'm not sure it will work but it should be something like that.

cheers m8
#3
i think it work, reput 4 you
@EDit
this script equip ring but not unequip Sad help
#4
Code:
1300 {Life Ring} ID:=3052 MANA:=650  Self.Mana()<=!MANA! [else] Self.Equip.Ring(!ID!) Exit() {else} Self.UnEquip.Ring(0) Exit()


Forum Jump:


Users browsing this thread: 1 Guest(s)