Results 1 to 10 of 10

Thread: RadialWalk doesnt work???

  1. #1
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default RadialWalk doesnt work???

    Ok, so i dont see ANYTHING wrong with this. RadialWalk, LinearWalk, LinearRoadWalk, and RadialRoadWalk never work for me... I have used scripts were they work for me, but when i script, i need to find a different solution for walking distances..

    Code:
    begin
    SetupSRL;
    RadialWalk(7500667, 0, 180, 60, -1, 1);
    end.
    That right there is the hand picked color of the draynor road, and it will search the whole right half of the Minimap, but it still doesnt do anything. Help is desired.

  2. #2
    Join Date
    Jul 2007
    Location
    UK
    Posts
    307
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    There is tons of reasons why this could not work make sure u targeted correctly if nothing works try not targeting it at all scar has a habit of changeing the CoOrdinates when you target something :P

  3. #3
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im not stupid dude. Of course i set the client window.

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

    Default

    Quote Originally Posted by itschris917 View Post
    Ok, so i dont see ANYTHING wrong with this. RadialWalk, LinearWalk, LinearRoadWalk, and RadialRoadWalk never work for me... I have used scripts were they work for me, but when i script, i need to find a different solution for walking distances..

    Code:
    begin
    SetupSRL;
    RadialWalk(7500667, 0, 180, 60, -1, 1);
    end.
    That right there is the hand picked color of the draynor road, and it will search the whole right half of the Minimap, but it still doesnt do anything. Help is desired.

    The RoadColor is not a constant color, but it rotates with each Loading Please Wait... screen. Filling in 7500667 will not work unless it is the startcolor of the Road. Once the StartColor (RoadColor := xxxxxxxxx) is set, you do RadialRoadWalk(RoadColor , 0, 180, 60, -1, 1); and RRW will automatically adept to each new RoadColor.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  5. #5
    Join Date
    Jul 2007
    Location
    UK
    Posts
    307
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Edited

  6. #6
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm aware of that Fakawi, but that was just a little test, its not in a script atm. I hand picked that color 2 seconds before i ran the script, and there was no loading screen. I also checked the color of the road after i ran the script and it was the same color...

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

    Default

    Well, all seems in order with the params, that is if you want to walk NNE, Try increasing the 60 to 72 (outer bounds of MM)
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  8. #8
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's still not working WT-Fakawi.. And it always finds the road color, i check the road color with the color picker and its the same.. I increased the radius to 70 also.. still nothing. The wierd thing is, I've used scripts that use RadialWalk and such, and they work fine. I have even stood in the same exact spot, copied and pasted the exact RadialWalk code and put it in a new script, and it hasnt worked.. I obviously include SRL\SRL.scar each time, and declare SetupSRL, but no such luck still..

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

    Default

    show us your code.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  10. #10
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    program New;
    {.include SRL\SRL.scar}
    
    begin
    SetupSRL;
    RadialWalk(FindVarrockRoadColor, 0, 180, 70, -1, -1);
    end.
    That's all there is... I'm just testing it right now.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. help! why doesnt this work
    By Trollvete in forum OSR Help
    Replies: 0
    Last Post: 05-28-2008, 08:54 PM
  2. Why doesnt it work
    By 3Garrett3 in forum OSR Help
    Replies: 1
    Last Post: 03-12-2007, 10:55 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
  •