MMOMinion
Random chat - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: Random chat (/showthread.php?tid=8089)



Random chat - levinthan9 - 06-22-2014

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?


RE: Random chat - levinthan9 - 06-22-2014

Woot. Thank you for fast response, boss. Does it mean you are working on that function?