MMOMinion
Getting started with lua - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: I Need Help with LUA coding! (https://www.mmominion.com/forumdisplay.php?fid=104)
+---- Thread: Getting started with lua (/showthread.php?tid=20892)



Getting started with lua - ozyank - 07-10-2018

I'm relatively new to lua and wanted to create a really basic proof of concept private addon.  Basically, I just want to add a button to the mmominion -> FFXIVMinion menu that when pressed will flee to a safe spot (similar to how the bot responds to low hp events in grind mode, but without any conditions). 

I'm hoping this shows me how to do everything to get a menu item added to the menu, which i can then build on to develop my scripting.

I've reviewed the wiki but honestly I'm not really sure where to begin.  Any pointers would be appreciated...not expecting a how-to, just some guidance to get started.

Cheers


RE: Getting started with lua - sebbs - 07-11-2018

Check the ffxiv.lua.
Look at other buttons and just make an on press function()


RE: Getting started with lua - phillysephiroth - 12-29-2023

<p>
(07-11-2018, 12:24 AM)sebbs Wrote:  Check the ffxiv.lua.
Look at other buttons and just make an on press function()

</p><p><br></p><p>Is this still a way to learn?</p>