BBot - The best bot of the world

Full Version: Script Soft (Testado e OK)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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