Results 1 to 3 of 3

Thread: TRSWalker

  1. #1
    Join Date
    Mar 2015
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default TRSWalker

    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:
    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
    What could I be doing wrong? It works OK for Karamja but the altar part seems to be inaccurate.
    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

  2. #2
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    1. The map is too small, use the map-grabber thing shipped with RSWalker to get a larger map.
    2. If it still has some difficulties in there then disable memscan when when you are inside the cave. Since you are using AeroLibs fork of RSWalker you will have to create a separate instance of RSWalker to walk inside the cave without memscan.

    It might help to read this introduction (https://villavu.com/forum/showthread.php?t=111914) even tho it's not 100% accurate since flight forked RSWalker, and changed stuff.
    Last edited by slacky; 08-27-2015 at 03:32 PM.
    !No priv. messages please

  3. #3
    Join Date
    Mar 2015
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by slacky View Post
    1. The map is too small, use the map-grabber thing shipped with RSWalker to get a larger map.
    2. If it still has some difficulties in there then disable memscan when when you are inside the cave. Since you are using AeroLibs fork of RSWalker you will have to create a separate instance of RSWalker to walk inside the cave without memscan.

    It might help to read this introduction (https://villavu.com/forum/showthread.php?t=111914) even tho it's not 100% accurate since flight forked RSWalker, and changed stuff.
    I used the map grabber for a new map and replaced it with the old one.
    This solves the issue .
    Thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •