Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Soft macro
#3
Smart Soft boots User (Using %)


Quote:1000 {Put Soft} Self.Mana%<x Self.Equip.Boots(6529)

When MP % lower then X it will put soft
6529 = soft id

EX:
Code:
1000 {Put Soft} Self.Mana%<35 Self.Equip.Boots(6529)


Put BOH if mana % > Then Y

Quote:1000 {Put BOH} Self.Mana%>Y Self.Equip.Boots(3079)



3079 = BOH ID

EX:
Code:
1000 {Put BOH} Self.Mana%>85 Self.Equip.Boots(3079)


IF you dont have BOH, use this macro:

When MP % lower then X it will put soft
6529 = soft id

Quote:1000 {Put Soft} Self.Mana%<x Self.Equip.Boots(6529)

EX:
Code:
1000 {Put Soft} Self.Mana%<35 Self.Equip.Boots(6529)


When MP % higher then Y it will unequip your boots to container "W" (BP "W")


Quote:1000 {Unequip Soft} Self.Mana%>Y Self.UnEquip.Boots(W)

Warning: "W" IS THE NUMBER OF YOUR MAIN BACKPACK (YOUR SOFT WILL BE POSTED INSIDE THIS BACKPACK)

EX:
Code:
1000 {Unequip Soft} Self.Mana%>85 Self.UnEquip.Boots(1)


Paper~
The Patch will come when the patch comes!
[Image: signgodfather.png]

Todo List:
Cavebot Tutorial                            [ ]
Macros Tutorial                              [ ]
Killer Non Walkable Sqm Tutorial       [ ]
___
Sir Scripts Co. (coming...)
___
Pai dos Burros


Messages In This Thread
Soft macro - by Vennek - 07-23-2011, 07:11 AM
Re: Soft macro - by drewindwalker - 07-23-2011, 09:11 AM
Re: Soft macro - by Paper Boy - 07-24-2011, 12:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)