MMOMinion

Full Version: Random chat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Is it possible to make a random pre-formatted chat script. i want to inject it to the pvp so at the end of the game it will say something like "thank you" or "gj" "gg", better to get commendation.

With autoit i would do

Send("{Enter}")
Sleep(300)
Send("thank you")
Sleep(300)
Send("{Enter}")

not sure about in this lua lang

Thanks

Do we have SendChatMsg in FF14Minion ?

If we don't, what's the function to send a key in minion?
Woot. Thank you for fast response, boss. Does it mean you are working on that function?