![]() |
[Module][Gathering] - Just putting things together.... - 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: Outdated (https://www.mmominion.com/forumdisplay.php?fid=110) +---- Thread: [Module][Gathering] - Just putting things together.... (/showthread.php?tid=4796) |
[Module][Gathering] - Just putting things together.... - FordPerfect - 11-08-2013 Hi there The next update (Nov 7 2013) will change many things, I know, but (I think) mostly do NOT affect my conclusions/changes at all. Since my conclusions/changes are finalized at this point, I'll post them right now (and update them after patch, or remove them cause no sense anymore). Current: ![]() LUA API conclusions (no fix at all): - A comma (,) will not be split in a input (GUI_NewField) to array (need to be replaced or something else, see "ExtendedMode.NoCommaFields") - Drop down items will not be shown a the right location: - A (numeric input) will be released as cero "0", if any selections are made (no picture but we know what I mean...) Global goals: - Do not "touch" the "base code" (make changes only what affect the code and put it in a new file) - Add "Fishing" to "Gathering" and make "Fishing Bot Mode" obsolete (Mining / Botany / AND Fishing -> Gathering) - Add dropdown to Mining / Botany / Fishing to select the item you want to have (and do not need to be rewritten anytime) - Putting Mining / Botany / Fishing markers to the same gui, while not change the code What are my goals? - Rewrite "ffxiv_task_gather.lua" completely using "ExtendedMode" gui (and add necessary content). - Putting "Fishing" to "ffxiv_task_gather.lua" - Make the "Fishing at Sea" part working by "moving FORWARD" usage - Kill the bot if a specified amount of same action happens (only fishing - fishing is still a "I made something MAYBE could work..." - Add the ability of save "gatherable items" through "Items" before adding them to a marker spot (or easy said: Add any name to the dropdown to be selected anytime you need it) - Putting all necessary parts of gathering to one GUI (graphical user interface), and remove the need of switch the gui window (FFXIV, MESH-, GATHER MANAGER and so on). Next goal? - Adding additional bait option if current bait not available and kill bot if NO bait is available (no bait = no usage for current spot (next spot will be ignored so far)) - Checking current update changes... - I do not affect any "hacks", which means unsure code will no be evaluated anytime, reason: "Use hacks will kill your account as soon as later." Greets FP |