07-24-2011, 12:15 AM
Smart Soft boots User (Using %)
When MP % lower then X it will put soft
6529 = soft id
EX:
Put BOH if mana % > Then Y
3079 = BOH ID
EX:
IF you dont have BOH, use this macro:
When MP % lower then X it will put soft
6529 = soft id
EX:
When MP % higher then Y it will unequip your boots to container "W" (BP "W")
Warning: "W" IS THE NUMBER OF YOUR MAIN BACKPACK (YOUR SOFT WILL BE POSTED INSIDE THIS BACKPACK)
EX:
Paper~
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!
Todo List:
Cavebot Tutorial [ ]
Macros Tutorial [ ]
Killer Non Walkable Sqm Tutorial [ ]
___
Sir Scripts Co. (coming...)
___
Pai dos Burros
Todo List:
Cavebot Tutorial [ ]
Macros Tutorial [ ]
Killer Non Walkable Sqm Tutorial [ ]
___
Sir Scripts Co. (coming...)
___
Pai dos Burros