BBot - The best bot of the world
Necesito Macro Para Qe Se Suba Las Soft Help me - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Necesito Macro Para Qe Se Suba Las Soft Help me (/thread-7337.html)



Necesito Macro Para Qe Se Suba Las Soft Help me - Sensatiom - 02-23-2013

Necesito Un macro qe se equipe la soft al 50 % de mana y se las baje al 100 % y se suba las boh


RE: Necesito Macro Para Qe Se Suba Las Soft Help me - Kimoszin - 02-24-2013

http://wiki.bmega.net/doku.php?id=samples#change_soft_to_boh_and_vice_versa


RE: Necesito Macro Para Qe Se Suba Las Soft Help me - careca66 - 02-25-2013

Quote:SOFT e BOH
MinMana:=500
MaxMana:=750

Self.Mana()<!MinMana!
[MinMana]
Self.Equip.Boots(6529)
exit
{MinMana}
Self.Mana()>!MaxMana!
[MaxMana]
Self.Equip.Boots(3079)
exit
{MaxMana}
exit
Quote:SOFT
MinMana:=500
MaxMana:=750

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