Hello,
I am using AeroLib with TRSWalker.
I have set up the following map. It is a combination of an altar and karamja.
karamja3.png
When the bot enters the altar I receive the wrong coordinates.
I am using the following function:
What could I be doing wrong? It works OK for Karamja but the altar part seems to be inaccurate.Code:map_walker.Init('custom', 'karamja3', OS_SMART.ID); map_walker.skipClose := 15; map_walker.minRunEnergy := 30; map_walker.walkStyle := wsSPS; map_walker.anyAngle := True; myPos := map_walker.getMyPos(); --> this returns a coordinate in the middle of Karamja if I am in standing next to the Altar
Could it be because the altar map is to small? If so how would I obtain a bigger map for this area?
Splitting the map in 2 different files isn't a solution. I can only determine if the bot is no longer in Karamja based on his coordinates because there are no symbols to check.
Regards,
Krotar


Reply With Quote







.