Results 1 to 5 of 5

Thread: What is the best form of walking to use for 07Scape?

  1. #1
    Join Date
    Aug 2009
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default What is the best form of walking to use for 07Scape?

    I was going to attempt an air runecrafter, but after multiple attempts at getting radial walk to work, as well as looking at multiple tutorials on the forums, i was unsuccessful at walking anywhere. I attempted using DTM's as well, but only was able to get the script to click the corner of the screen. Please help

    this was my DTM attempt

    procedure WalkToAltar;
    begin;
    Path1:= DTMFromString('mrAAAAHic42BgYGhhYmCoB+IGIO6C4olQ3A vE5UA1tSB1UFwLxSVQ/O7dO4at6yYyvPrwFSsmBBgJYBgAAPMDHd0=');
    FindDTM(Path1, x, y, MMX1, MMY1, MMX2, MMY2);
    MMouse(x, y, 0, 0);
    ClickMouse2(mouse_left);
    end;

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    SPS
    Ask JJ if he will give you his working/edited SPS.simba file.
    You'll have to make your own maps for it tough!

  3. #3
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    One of the big reasons that your DTM malfunctions is cause of your fault coordinates.

    Simba Code:
    FindDTM(Path1, x, y, MMX1, MMY1, MMX2, MMY2);
    //Should be
    FindDTM(Path1, x, y, P07_MMX1, P07_MMY1, P07_MMX2, P07_MMY2);

    But yeah go with SPS, that's the most userfriendly way to walk.

    Creds to DannyRS for this wonderful sig!

  4. #4
    Join Date
    Aug 2009
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Will SPS eventually be available for download? And will the tutorials on the forums still be relevant?

  5. #5
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by ralfpker View Post
    Will SPS eventually be available for download? And will the tutorials on the forums still be relevant?
    Yes and yes

    Creds to DannyRS for this wonderful sig!

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
  •