Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Proffesional Soft Macro
#1
Hi all

Im looking around for about 2 h now for macro to change softs into boh and vice versa when the battle comes up/ or even when mana is lower then x%.
If anyone has something like that please post it.

also im looking for macro when fighting equip softs else equip boh. if it is possible.

thank you
#2
Code:
1000 {ChangeSoftToBoh} Self.Mana%()<=50 [jump] Self.Equip.Boots(6529) Exit() {jump} Self.Mana%()>=90 Self.Equip.Boots(3079) Exit()
its for % mana
#3
Checking now

Works !! reput and thankss
#4
Anyone has a macro to change soft when fighting is on/ or when he start to fight monsters when he kills one change it back to boh ?
#5
Code:
{ChangeSoftToBoh}
Self.Mana()<=XXX [jump]
Self.Equip.Boots(6529)
Exit()
{jump}
Self.Mana()>=XXXZZZ
Self.Equip.Boots(3079)
Exit()

if mana lower than XXX softs on
if mana higer than XXXZZZ softs to bp, boh on


Forum Jump:


Users browsing this thread: 1 Guest(s)