05-17-2019, 11:06 AM
05-17-2019, 11:12 AM
(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
05-17-2019, 11:15 AM
(05-17-2019, 11:06 AM)sebbs Wrote: [ -> ]your level range should be sending you to east la noscea
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.
05-18-2019, 11:16 AM
maybe, still a little odd tho. try setting home point there and see if it still does it?
05-18-2019, 11:39 AM
(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
05-18-2019, 08:10 PM
I'm having the same problem. Happens more often before it completes quests.
![[Image: DUnHPoJ.jpg]](https://i.imgur.com/DUnHPoJ.jpg)
![[Image: DUnHPoJ.jpg]](https://i.imgur.com/DUnHPoJ.jpg)
05-18-2019, 10:37 PM
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.
05-19-2019, 12:21 AM
using old nav system?
05-19-2019, 01:34 AM
(05-19-2019, 12:21 AM)sebbs Wrote: [ -> ]using old nav system?
how do you update it?
05-20-2019, 05:54 PM
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)
@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)