BBot - The best bot of the world

Full Version: [macro] ajuda
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Olá...
Eu jogo um ot server que tem magia para trapar os inimigos.
Eu queria usar um macro para trapar eles, porém esse macro que criei, solta a magia, mesmo se não tiver ninguem no target...

1000 {Macro Sample} Target.Foe() Target.Distance()<=2 Self.Say(MAGIA)

O que eu fiz de errado?
Tente com esse macro abaixo:

Code:
1000 {Macro Sample} Self.Attacking() Target.Foe() Target.Distance()<=2 Self.Say(MAGIA)
(10-15-2012, 06:36 PM)Dexter Wrote: [ -> ]Tente com esse macro abaixo:

Code:
1000 {Macro Sample} Self.Attacking() Target.Foe() Target.Distance()<=2 Self.Say(MAGIA)
Não funcionou...
Acho que seria assim
Code:
1000 {Macro Sample} Self.Attacking()==1 Target.Foe() Target.Distance()<=2 Self.Say(MAGIA)
(10-16-2012, 12:10 AM)spiff26 Wrote: [ -> ]Acho que seria assim
Code:
1000 {Macro Sample} Self.Attacking()==1 Target.Foe() Target.Distance()<=2 Self.Say(MAGIA)

Vlw ;*