![]() |
Ajuda Com 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: Ajuda Com Macro (/thread-4384.html) |
Ajuda Com Macro - vinih.tn - 09-08-2012 Boa tarde, estou tentando criar um macro que ataque com thunderstorm rune quando tiver com mais de 3 water elemental, mas não estou conseguindo.. já tentei varios macros: 1000 {RUNA} Creatures.Beside()>=2 Hotkey.Use(thunderstorm rune) 1000 {RUNA} Creatures.Beside()>=2 Hotkey.Use(3202) 1000 {RUNA} Creatures.Beside()>=2 Target.Shoot(thunderstorm rune) 1000 {RUNA} Creatures.Beside()>=2 Target.Shoot(3202) Mas nenhum funciona, alguem me ajuda? por favooooooooor! RE: Ajuda Com Macro - Kimoszin - 09-08-2012 Code: 1000 {Runa} Self.Attacking()==1 Creatures.Beside()>=2 Target.Foe() Target.Shoot(3202) |