Results 1 to 5 of 5

Thread: MapWalking help

  1. #1
    Join Date
    May 2007
    Location
    Canada
    Posts
    261
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default MapWalking help

    Hello,
    I need some help with mapwalking. What I want to do is go into the checkered area(on the minimap) in the lumbridge castle.
    http://img459.imageshack.us/img459/7199/image1vn2.jpg
    I've tried DTMs(not very good with them atm), bitmaps(-.-), and they didn't work. I'm just not thinking straight today... Maybe someone else will make this work?

  2. #2
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Well, the best way to walk is DDTM's, but they are even more complicated than DTM's, so you might not be able to understand them right now

    You might find RadialWalking useful, but I doubt it'd work very well in this situation

    Have you tried using FindSymbol? That's probably the easiest way to walk in the castle
    Interested in C# and Electrical Engineering? This might interest you.

  3. #3
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    I made a quick one for you.

    If you want to learn how to RadialRoadWalk, Wt-Fawki made a very good guide.

    SCAR Code:
    program New;
    {.include SRL\SRL.scar}
    Procedure walk;
    begin
    RadialRoadWalk(FindRoadColor, 230, 300, 35, 0, 0);
    end;

    begin
    SetUpSRL;
    ActivateClient;
    Makecompass ('N');
    walk;
    end.

  4. #4
    Join Date
    May 2007
    Location
    Canada
    Posts
    261
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Smartzkid View Post
    Well, the best way to walk is DDTM's, but they are even more complicated than DTM's, so you might not be able to understand them right now

    You might find RadialWalking useful, but I doubt it'd work very well in this situation

    Have you tried using FindSymbol? That's probably the easiest way to walk in the castle
    I tried FindSymbol, but I need to get into the checkered area, because if the doors are closed and I click on the quest symbol for example, it makes my player go to the other side of the castle.

    BobboHobbo, RadialWalking into the castle isn't a good way to get into it because if the player is standing to far back, or to far to the right in Lumbridge for example, it might not get the player into the castle.

  5. #5
    Join Date
    May 2007
    Location
    Canada
    Posts
    261
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry for the double post, but its not letting me edit =\
    Anyways, I found a way. Just wasting thinking to well yesterday >.<

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mapwalking...
    By pallooo in forum OSR Help
    Replies: 7
    Last Post: 12-02-2008, 11:14 PM

Posting Permissions

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