Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[macro] ajuda
#1
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?
#2
Tente com esse macro abaixo:

Code:
1000 {Macro Sample} Self.Attacking() Target.Foe() Target.Distance()<=2 Self.Say(MAGIA)
#3
(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...
#4
Acho que seria assim
Code:
1000 {Macro Sample} Self.Attacking()==1 Target.Foe() Target.Distance()<=2 Self.Say(MAGIA)
Waypoints By Me [Here]

BBot functions/Funções do BBot [Here]
#5
(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 ;*


Forum Jump:


Users browsing this thread: 1 Guest(s)