Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
If someone need Scripts or Macros
#7
(11-03-2013, 04:30 AM)Pssiu Wrote: Put sword ring when monster on screen? thanks

1000 {Sword Ring} Creatures.OnScreen()>=2 Self.Equip.Ring(3091) Exit() Creatures.OnScreen()<=1 Self.UnEquip.Ring(0) Exit()

try it. =]

(11-03-2013, 10:56 AM)Qapux Wrote: Put Energy Ring when under X amount of health and when over X amount of health take it off. Thanks bro.

1000 {Energy Ring} Self.Health%()<=40 Self.Equip.Ring(3051) Exit() Self.Health%()>=80 Self.UnEquip.Ring(0) Exit()

try it. =]


Messages In This Thread
If someone need Scripts or Macros - by Thiaguin- - 10-25-2013, 01:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)