MMOMinion
lua issues - 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: lua issues (/showthread.php?tid=9145)



lua issues - Moogle - 09-10-2014

Everytime I change the MYKEY_settings.lua file it reverts back to default settings. How do I fix this? I assume its what the bot does on restart which is annoying but i use to change it everytime... Now when i change it. It automatically reverts to original settings.


RE: lua issues - Cichard - 09-11-2014

you have to untick auto update.


RE: lua issues - Moogle - 09-12-2014

ahh ok thank you jackie i didn't realize this changed it even with the bot already open i'll give it a shot


RE: lua issues - Moogle - 09-15-2014

It didn't seem to fix it and the bot keeps re editing custom information I put into it. Any other suggestions?


RE: lua issues - saik1992 - 09-17-2014

KEY_settings.lua (seems) to be loaded into the bot and then overwritten every few Minutes.

If you DO know you won't do any changes to it Ingame (for example Adding Unspoiled Locations, changing any settings at all mainly) just set it to read-only.

This is mainly just a guess-that-could do it for some time... but there seems to be something else going wrong.


RE: lua issues - Ace - 09-17-2014

You have to pretty much unattach the bot to change settings in the settings file. The bot will continually reload/read these changes internally and for tables, it will simply overwrite what you're adding with what it's internalized functions say it should be as a result of bot actions, etc.