![]() |
Ayuda con Macro - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: Ayuda con Macro (/thread-4544.html) |
Ayuda con Macro - Doom - 09-16-2012 Necesito: AutoHaste Anti-Paralize Graciaas Reputacion + RE: Ayuda con Macro - spiff26 - 09-17-2012 Auto Haste Code: 1000 {Haste} Self.Attacking()==0 Status.Haste()==0 Self.Mana()>=60 Self.Say(Utani Hur) Cure Paralyse Code: 2000 {Cure Paralyse} Status.Paralysis()==1 Self.Mana()>=20 Self.Say(Exura) Code: 2000 {Cure Paralyse} Status.Paralysis()==1 Self.Mana()>=20 Self.Say(Exura Ico) |