MMOMinion

Full Version: [LUA] how do you execute macro via lua?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, there's a macro I want to use with this certain addon. All I know is SendTextCommand("/party hi") to post action via chat box, but unfortunately there are no such command like /macro "1". Is there a way to execute macro via LUA?

Also, is there wait or sleep like function I can use?
There is no sleep command in lua. Look in the quest lua though yo see how they encorporated a wait.
also is it possible to put the macro in skillbar (for example "="), and have the LUA trigger to press the = button
I do not believe so.
what do you want to use a macro for ?
(02-28-2015, 05:08 PM)HansW Wrote: [ -> ]what do you want to use a macro for ?

several set of auto-translated-texts greetings with delay in between.

I cant find how to post auto translated texts using SendTextCommand(), so I was trying to put them via macro, and have it executed from the lua