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
Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)
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
Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)