Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Soft Changer
#1
i need a script/macro or whatever that change from boots of haste -> soft boots when under 50% mana and back boots of haste when like 90% mana.
i found one but it didnt work for some reason
#2
1000 {SOFT for BOH} SOFT e BOH #MINIMO DE MANA MinMana:=1500 #MINIMO DE HP MaxMana:=2000 Self.Mana()<!MinMana! [MinMana] Self.Equip.Boots(6529) exit {MinMana} Self.Mana()>!MaxMana! [MaxMana] Self.Equip.Boots(3079) exit {MaxMana}

This macro work very good. He use soft at 1500 mana and chenge for boh if 2000mana
#3
can you make it by %? it would be fantastic Big Grin
#4
(12-13-2013, 09:34 AM)Kannunen Wrote: can you make it by %? it would be fantastic Big Grin

1000 {ChangeSoftToBoh} Self.Mana%()<=50 [jump] Self.Equip.Boots(6529) Exit() {jump} Self.Mana%()>=90 Self.Equip.Boots(3079) Exit()


try it . 50 % < put soft and + 90 % change to boh.
#5
Heart 
it works! rep+


Forum Jump:


Users browsing this thread: 1 Guest(s)