BBot - The best bot of the world
Script Soft (Testado e OK) - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html)
+--- Thread: Script Soft (Testado e OK) (/thread-7377.html)



Script Soft (Testado e OK) - careca66 - 02-25-2013

Quote:SOFT
#Minimo de Mana
MinMana:=500
#Maximo de Mana
MaxMana:=750

Self.Mana()<!MinMana!
[MinMana]
Self.Equip.Boots(6529)
exit
{MinMana}
Self.Mana()>!MaxMana!
[MaxMana]
Self.UnEquip.Boots(0)
exit
{MaxMana}
exit
Quote:SOFT e BOH
#Minimo de Mana
MinMana:=500
#Maximo de Mana
MaxMana:=750

Self.Mana()<!MinMana!
[MinMana]
Self.Equip.Boots(6529)
exit
{MinMana}
Self.Mana()>!MaxMana!
[MaxMana]
Self.Equip.Boots(3079)
exit
{MaxMana}
exit