MMOMinion
Bot TP and idles in town after a while when selecting Grind with default profile - 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: Bot TP and idles in town after a while when selecting Grind with default profile (/showthread.php?tid=21598)

Pages: 1 2 3


RE: Bot TP and idles in town after a while when selecting Grind with default profile - sebbs - 05-17-2019

your level range should be sending you to east la noscea

[Image: SkYRHHE.png]


RE: Bot TP and idles in town after a while when selecting Grind with default profile - Ddeokbokki - 05-17-2019

(05-17-2019, 11:05 AM)sebbs Wrote:  so it would be the auto grind telling you to go to that map.

can you copy and paste it here please

Sure, here it is:

Code:
    local mapid = Player.localmapid
    local level = Player.level
    if ( mapid and level ) then
        local inthanalan =     In(mapid,140,141,145,146,147,140,141,130,131)
        local inshroud =     In(mapid,148,152,153,154,132,133)
        local inlanoscea =     In(mapid,129,128,134,135,137,138,139,180)

        if (level < 12) then
            if (inthanalan) then
                return 140 --western than
            elseif (inshroud) then
                return 148 --central shroud
            elseif (inlanoscea) then
                return 134 --middle la noscea
            else
                return 148
            end
            
        elseif ( level >= 12 and level < 17) then
            if (inthanalan) then
                return 140 --western than
            elseif (inshroud) then
                return 152 --east shroud
            elseif (inlanoscea) then
                return 138 --western la noscea
            else
                return 152
            end
            
        elseif ((level >= 17 and level < 22) and CanAccessMap(152)) then
            return 152 --east shroud
        elseif ((level >= 22 and level < 30) and CanAccessMap(153)) then
            return 153 --south shroud
        elseif ((level >= 30 and level < 40) and CanAccessMap(137)) then
            return 137 --eastern la noscea
        elseif ((level >= 40 and level < 45) and CanAccessMap(155)) then
            return 155 --coerthas
        elseif ((level >= 45 and level < 48) and CanAccessMap(146)) then
            return 146 -- southern thanalan
        elseif ((level >= 48 and level < 50) or (level >= 50 and (not QuestCompleted(1583) or not CanAccessMap(397))) and CanAccessMap(147)) then
            return 147 -- northern thanalan
        elseif (level >= 67 and CanAccessMap(622)) then
            return 622 --The Azim Steppes
        elseif (level >= 60 and CanAccessMap(612)) then
            return 612 --The Fringes
        elseif (level >= 58 and level < 60 and CanAccessMap(478) and CanAccessMap(399)) then
            return 399 --The Dravanian Hinterlands
        elseif (level >= 60 and CanAccessMap(478) and CanAccessMap(399) and not CanAccessMap(612)) then
            return 399 --The Dravanian Hinterlands
        elseif (level >= 55 and level < 60 and CanAccessMap(398)) then
            return 398    --The Dravanian Forelands
        elseif (level >= 50 and level < 60 and CanAccessMap(397)) then
            return 397 --Coerthas Western Highlands        
        else
            return 138
        end
    end



RE: Bot TP and idles in town after a while when selecting Grind with default profile - Ddeokbokki - 05-17-2019

(05-17-2019, 11:06 AM)sebbs Wrote:  your level range should be sending you to east la noscea

[Image: SkYRHHE.png]

When the bot dies it resurects in Limsa Lominsa too, so maybe bot died then gets stuck in town instead of auto-level feature tp-ing to the grind zone.


RE: Bot TP and idles in town after a while when selecting Grind with default profile - sebbs - 05-18-2019

maybe, still a little odd tho. try setting home point there and see if it still does it?


RE: Bot TP and idles in town after a while when selecting Grind with default profile - Ddeokbokki - 05-18-2019

(05-18-2019, 11:16 AM)sebbs Wrote:  maybe, still a little odd tho. try setting home point there and see if it still does it?

Limsa Lominsa is my home point already


RE: Bot TP and idles in town after a while when selecting Grind with default profile - StevStev - 05-18-2019

I'm having the same problem. Happens more often before it completes quests.

[Image: DUnHPoJ.jpg]


RE: Bot TP and idles in town after a while when selecting Grind with default profile - StevStev - 05-18-2019

Ok, so I was able to replicate it. It worked 4 times whenever it happened. Just had to reload the navmesh when it was idle.


RE: Bot TP and idles in town after a while when selecting Grind with default profile - sebbs - 05-19-2019

using old nav system?


RE: Bot TP and idles in town after a while when selecting Grind with default profile - StevStev - 05-19-2019

(05-19-2019, 12:21 AM)sebbs Wrote:  using old nav system?

how do you update it?


RE: Bot TP and idles in town after a while when selecting Grind with default profile - Ddeokbokki - 05-20-2019

Not the same issues sadly. :(

@sebbs any idea where my issue comes from? Is there something I can do to help you investigate it? Thank you

(Bot is not very usable with the issue, I have to remotely access my laptop every 2hrs and restart the bot so I can't leave it run while I go to bed for example)