![]() |
Heavensward Gathering Unspoiled - 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: Heavensward Gathering Unspoiled (/showthread.php?tid=19871) |
Heavensward Gathering Unspoiled - kgbrown247 - 10-11-2017 Hello all. I would like to know the best way to gather mats that pop twice a day. My example below is for Coerthan Tea Leaves. This node pops twice a day and is at one of two locations. Below is my .lua. The bot will gather at one of the nodes in the am, if close, but does not attempt to move to the other coordinate 12 game hours later. How can I have the bot check the locations twice a day (10am and 2200pm)? If i use a marker list, the bot goes back in forth between the locations all day and it looks suspicious but does gather when the nodes are active. below is my code and thanks for looking ![]() Code: local obj1 = { RE: Heavensward Gathering Unspoiled - sebbs - 10-12-2017 Check the exmple file for reset daily RE: Heavensward Gathering Unspoiled - kgbrown247 - 10-13-2017 (10-12-2017, 06:15 AM)sebbs Wrote: Check the exmple file for reset daily Thanks for the reply Sebbs. I took a look at the file and changed ["resetdaily"] = false; and I still do not move. I assume I should add a timeout or maxtime on the markers? |