Results 1 to 7 of 7

Thread: Need Help With RadialWalk (ASAP)

  1. #1
    Join Date
    Sep 2006
    Location
    In Finland
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Need Help With RadialWalk (ASAP)

    Ok...im making a script ( Not telling yet what kind of :P ) anyways..
    i just cant get the radialwalk to work....this is what i made


    SCAR Code:
    program Walker;
    {.include srl/srl.scar}

    procedure WalkToMiningPlace;
    begin
    RadialWalk(6119013, 0, 90, 70, 1, 1)
    Mouse(x,y,1,1,true)
    RadialWalk(1929843, 90, 180, 70, 1, 1)
    Mouse(x,y,1,1,true)
    end;

    begin
    SetupSRL;
    WalkToMiningPlace;
    end.

    it just goes to NW corner..dont know what i did wrong...please tell me..! Thanks.!

  2. #2
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    y do you have Mouse(x,y,1,1,true) in there? take that out and see what it does

    edit: dont tell me your doing a rimmy miner banker

  3. #3
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Walking over static Colors wont work. The colors Rotate.
    RadialWalk clicks the mouse for you, so you dont want to do mouse(x,y,1,1,True). This will move your mouse to the upperleft corner, or whereever the last x and y values where set.

    If you want to experience how RadialRoadWalk works, run the wonderfull script by Yakman Radial Walking Aid.scar, located in SRL/Scripts.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  4. #4
    Join Date
    Sep 2006
    Location
    In Finland
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Yeah i noticed..

    Quote Originally Posted by WT-Fakawi View Post
    Walking over static Colors wont work. The colors Rotate.
    RadialWalk clicks the mouse for you, so you dont want to do mouse(x,y,1,1,True). This will move your mouse to the upperleft corner, or whereever the last x and y values where set.

    If you want to experience how RadialRoadWalk works, run the wonderfull script by Yakman Radial Walking Aid.scar, located in SRL/Scripts.
    ok i removed the Mouse... and but i dont understand what you mean with STATIC COLORS ?? im not good in english so feel free to tell me more..and BTW that tutorial helped me alot..but still having a little problems...and BTW (again ) the forums seem to be a little busy..DB error seems to get on my screen too often...!

  5. #5
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    RadialWalk(6119013, 0, 90, 70, 1, 1)
    RadialWalk(1929843, 90, 180, 70, 1, 1)


    those are Constants. Whenever you change worlds or go through one loading.... screen, most colors change, thus 6119013 and 1929843 dont exist anymore in RS
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  6. #6
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what are you walking to? like on a road or to like rocks for example

  7. #7
    Join Date
    Sep 2006
    Location
    In Finland
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Tytytytytytytytytyyty

    Quote Originally Posted by WT-Fakawi View Post
    RadialWalk(6119013, 0, 90, 70, 1, 1)
    RadialWalk(1929843, 90, 180, 70, 1, 1)


    those are Constants. Whenever you change worlds or go through one loading.... screen, most colors change, thus 6119013 and 1929843 dont exist anymore in RS

    Ty very much Fakawi...how should i do it...auto color ?? or something like that ?? Help would be appreciated..!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HELP NEEDED - ASAP please
    By Draobfrus in forum OSR Help
    Replies: 6
    Last Post: 12-11-2008, 01:59 PM
  2. need mem account asap
    By Scaper in forum OSR Help
    Replies: 5
    Last Post: 08-23-2008, 07:34 AM
  3. Help Asap
    By aussie_oi_oi_oi in forum OSR Help
    Replies: 3
    Last Post: 11-25-2006, 11:48 AM

Posting Permissions

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