[Request] Furymint Profiles - 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: Gather Profiles (https://www.mmominion.com/forumdisplay.php?fid=179) +---- Thread: [Request] Furymint Profiles (/showthread.php?tid=15426) |
[Request] Furymint Profiles - crayfish - 01-17-2016 Anyone have Furymint profiles? MB sell 10k ea for these. RE: [Request] Furymint Profiles - sebbs - 01-17-2016 My profile has that option. they are timed nodes and hidden items tho. RE: [Request] Furymint Profiles - crayfish - 01-17-2016 Are we even play the same version? I don't have any of those fancy Aetherial (0-4) etc... RE: [Request] Furymint Profiles - sebbs - 01-17-2016 Do you have my gathering addon? RE: [Request] Furymint Profiles - crayfish - 01-17-2016 Where is that? Is it in the store? RE: [Request] Furymint Profiles - sebbs - 01-17-2016 Yes its a store addon. Heres a link to the page so you can see what it does. http://www.mmominion.com/Thread-1-60-Gathering-Classes RE: [Request] Furymint Profiles - rafale101 - 03-20-2016 I am trying to make a profile for Furymint located at mapid401 first, if it work I will add more tasks for mapid398 as well. The tasks hit the empheral node, then hit only one node at 2 locations (small radius) I expect it goes back to task 7 for emperamal node. However, the bot does not seem to have a suitable parameter to "do to task FROM time TO time". After 1 round of below tasks it stops. Anyone can help? Code: [7] = { RE: [Request] Furymint Profiles - kidz14 - 04-09-2016 try just these two for now Code: [1] = { -- Furymint @ 12AM-4AM (Botanist / Coerthas Western Highlands) Edit: Think i misunderstood you, i think now that you mean you have it working but it stops after it gathers from the two nodes, in that case try adding the bellow code to each node you want to bob between. Code: ["lowpriority"] = true; this will act as a timer for each node you add it to, if it's bob'n right away as soon as it reaches the node my guess is to just increase the timeout, also in my experiences ["maxtime"] = 7500; isn't even needed. |