Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Self.Say command
#1
Hello,

I need a little help with macro, because I havent managed to solve this in couple days.

I'm playing in OT server where macros are allowed, so I need it to say (spam) 4x in a row spell name, right now it says 1 time in 1 second (4 macros).

Is it possible to combine it into 1 macro so it would say it 4 times or something like that?

Best regards,
Spotty

Solved it, simple macro whoever needs it will find it here Smile

Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)
Reply
#2
If you use only
Code:
1000 {Say} Self.Say (text)
Your character spam automatic the text 1 in 1 second.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)