![]() |
navmesh report and some questions - 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: navmesh report and some questions (/showthread.php?tid=15010) |
navmesh report and some questions - flash61000 - 12-15-2015 hi, first, i want to report a not meshed unspoiled node map id: 400 pos: x: 223.13348388672 y: 218.53285217285 z: -657.54119873047 second point: in HW zones, nodes are far from each other, each times i can gather 1st and second place, but not the third one, bot just wait. I saw in example.lua that the radius of entity scan is limited to 120. but in some HW zones, nodes are more far than 120. i try this (1 task per nodes group) but it don't execute the task, it stop before complete condition is true, and go to next task, when other tasks are ok, it teleport again to this place and do the same thing (my profile is long, i just paste this piece of code) Code: [1] = { my control of ffXIVminion is not so good, usually, i try to understand things by myself, but here i need some help ^^ questions: there is a way to gathering in zones where nodes are far from each other? maybe 1 tasks divided in subtasks, i don't know how it can be doable. in profile is it possible to enter a position be placed in the air (base position), for looking less bottish? and finally, in a profile, is it possible to call other profile or something similar ex: do gathering, then fishing, then mob farming thanks RE: navmesh report and some questions - flash61000 - 12-18-2015 thx for help RE: navmesh report and some questions - Cichard - 12-22-2015 first you should read my signature and report all mesh related issues in the correct thread. and a quick search of marker teams or gathering profiles would solve your gathering issue. atm the bot doesnt have the function built in to switch to fishing/gathering/grind on its own. RE: navmesh report and some questions - Ace - 12-22-2015 The code you have should already be able to swap between multiple locations when the nodes are far apart, that is what the "timeout" directive handles. If no nodes are found it moves onto the next spot. The pos can be placed in the air without issue. |