Page 3 of 4 FirstFirst 1234 LastLast
Results 51 to 75 of 90

Thread: [TUT] RadialWalk and RadialRoadWalk [TUT]

  1. #51
    Join Date
    Jul 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm sorry, I found the use of English a bit hard to understand (im assuming its not your first language,) perhaps someone who's brighter than myself who understands completely can correct this? Things such as "When you first have clicked put the Radius writing in the Radius of the white box.", I do not understand what this means. I'm not trying to be nasty, please don't be offended (^_^).

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

    Default

    Quote Originally Posted by zacmacchesney View Post
    I'm sorry, I found the use of English a bit hard to understand (im assuming its not your first language,) perhaps someone who's brighter than myself who understands completely can correct this? Things such as "When you first have clicked put the Radius writing in the Radius of the white box.", I do not understand what this means. I'm not trying to be nasty, please don't be offended (^_^).
    Dude how dare u say this ENGLISH aint my first language, thats slack.

    When you first have clicked put the Radius writing in the Radius of the white box."
    Also dude its preety obvious what you do on Yakmans Aid anyway so simple and great to use.

    And also have you seen anyone else complaining about how i write? NO, now shh i need to play CSS.

  3. #53
    Join Date
    Jan 2007
    Location
    Skaville, Jamaica
    Posts
    1,117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey. I'm trying to make myself an army relocater , and I'm finding that FindWestVarrockRoadColor and FindRoadColor aren't working. Can you suggest something? (I'm at the intersection between going to the center of Varrock and to the East by the Mining Spot)

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

    Default

    Quote Originally Posted by IEatJ00erBaybees View Post
    Hey. I'm trying to make myself an army relocater , and I'm finding that FindWestVarrockRoadColor and FindRoadColor aren't working. Can you suggest something? (I'm at the intersection between going to the center of Varrock and to the East by the Mining Spot)
    I dont know, havent been scripting or anything for awhile.

  5. #55
    Join Date
    Mar 2007
    Posts
    674
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    needed this badly, thanks

  6. #56
    Join Date
    Jun 2007
    Location
    Kentucky, United States of America
    Posts
    409
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Your tut was very helpful, but I'm having a problem. It will find the color but doesn't click on it. It did the first time, but it won't anymore, no matter what kind of color finding technique I use. I tried FindRoadColor, FindFallyRoadColor, and even an auto coloring technique, but I'm having no luck. Here's the procedure, see anything wrong with it??

    SCAR Code:
    procedure WalkToFurnace;

    var
    x,y : Integer;

    begin
      Wait(500 + random(100));
      RadialRoadWalk(FindFallyRoadColor, 16, 27, 58, 0, 0);
      Flag;
      RadialRoadWalk(FindFallyRoadColor, 99, 106, 59, 0, 0);
      Flag;
      if not FindSymbol(x, y, 'Furnace') then TerminateScript else
        Begin
          FindSymbol(x, y, 'Furnace');
          Mouse(x, y, 2, 2, True);
        end;
    end;

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

    Default

    i think there is a problem with find fally road colour, maybe search it up?

  8. #58
    Join Date
    Jun 2007
    Posts
    246
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice tut =) helped me learn radial walking but i think u forgot to say something about if you use a start radial like 340 and an end radial as 10 and u dont want it to click almost anywhere, then you have to add 360 to 10. if u dont know why its because 360 degres make a circle and so yeah. sry if this has already been posted

  9. #59
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You don't even know how much this just helped me
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  10. #60
    Join Date
    Mar 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What would I put as a color if I wanted to walk over a muliticolored surface?
    Would I put the starting or ending color, or would it not work. Would that mean I would have to walk really small sections at a time?

    EDIT: Nevermind... I didn't completly understand how it searched for colors before. Now I get it.

  11. #61
    Join Date
    Jun 2007
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty sooo much for u'r tut i can finaly work rw

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

    Default

    No problem. Ill be added more stuff to the tutroial list about radial walk and stuff.

  13. #63
    Join Date
    Apr 2007
    Posts
    379
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Doesn't work... stupid RS update.. don't worry my RadialRoadWalk isn't working either. Just have to wait for the update. -.-

  14. #64
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    jesus amazing i understood that. I begged yakman to explain it to me but somehow it wasn't english......

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

  16. #66
    Join Date
    Jul 2007
    Posts
    104
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great Tut understood the whole thing I know SRL was updated but does this still work I did the radial walk stuff and it workes and complies but it doesnt walk it just tells me Falador's road color is ##### then it finishes complining I have the function in the main loop but it doesnt try to click. I was looking at someones script and saw something about ricks road walk does it have something to do with that?

  17. #67
    Join Date
    Mar 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for this tutorial. It IS much easier to understand. how would walking on grass work though? If there is no landmark to click or use what would radial walk do? in that case would you just click in the general direction until you get to a familiar landmark? What would be best?

    bty...i wish i could + rep you more than once!!

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

    Default

    Quote Originally Posted by Diabloizzle View Post
    Thanks for this tutorial. It IS much easier to understand. how would walking on grass work though? If there is no landmark to click or use what would radial walk do? in that case would you just click in the general direction until you get to a familiar landmark? What would be best?

    bty...i wish i could + rep you more than once!!
    Thanks.

    Walking on grass hmm

    You can use DTM's or use DDTMS i would recomend that for walking. There are a few ways but i really never walk on grass so i dont know them all

  19. #69
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    yo bro im trying to make it walk from maples to seers bank it wont work cuz it goes the oppisite radial number =X any suggestions??? like its 32 it goes the other 32 -.-

  20. #70
    Join Date
    Jul 2007
    Location
    Players[CurrentPlayer].Loc:='Bank'
    Posts
    875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry to add to the nubness but I can't figure out what I'm doing wrong. It compiles, and says successfully executed, but does nothing. I looked at the others that had this problem, and had no success.

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}

    const
      WalkColor = 4678779;


    procedure Walk;
    begin
      RadialRoadWalk(WalkColor, 110, 118, 57, 0, 0);
    end;



    begin
      SetUpSRL;
      Walk;
    end.
    Quote Originally Posted by sirlaughsalot
    .... Obama had the devil jump out of his ass, run and stab Hillary in the back...
    ILMMTYAEAFHPY.

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

    Default

    Quote Originally Posted by richk1693 View Post
    Sorry to add to the nubness but I can't figure out what I'm doing wrong. It compiles, and says successfully executed, but does nothing. I looked at the others that had this problem, and had no success.

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}

    const
      WalkColor = 4678779;


    procedure Walk;
    begin
      RadialRoadWalk(WalkColor, 110, 118, 57, 0, 0);
    end;



    begin
      SetUpSRL;
      Walk;
    end.
    Hmm,

    SCAR Code:
    begin
      SetUpSRL;
      ActivateClient;
      Walk;
    end.

    You have to activate the runescape client. hope that helps.

    Quote Originally Posted by p1nky View Post
    yo bro im trying to make it walk from maples to seers bank it wont work cuz it goes the oppisite radial number =X any suggestions??? like its 32 it goes the other 32 -.-
    Because you set the thing wrong. Like you chooose start radial 359 and end radial 23 it will make a circle and click somewhere in the circle.

    Sorry if i didnt explain properly, try changing the Compass Angle then try again.

  22. #72
    Join Date
    Jul 2007
    Location
    Players[CurrentPlayer].Loc:='Bank'
    Posts
    875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks a ton for the help. Not trying to bother you but could you explain what that does and why i need to do it?
    Quote Originally Posted by sirlaughsalot
    .... Obama had the devil jump out of his ass, run and stab Hillary in the back...
    ILMMTYAEAFHPY.

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

    Default

    The ActivateClient thing?

    You need to do that because SCAR doesnt automatic choose the runescape client. So when you have Acitvateclient in your Loop it will activate the place you used the cross hair.

    But theres something wrong with ActivateClient;, it would make scar loose focus, but i cant remember the new code thing.

  24. #74
    Join Date
    Mar 2007
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't even have this include file, help! I have already downloaded the includes, but the Scripts file is not in the includes/srl/ file.

    Help!

  25. #75
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by 3d-render View Post
    I don't even have this include file, help! I have already downloaded the includes, but the Scripts file is not in the includes/srl/ file.

    Help!
    This the best way to get answers to most of your questions: Click here

    If that doesn't help go to the "How To Auto" section of the forum. That should explain everything about how to download SRL.

Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. RadialWalk / RadialRoadWalk
    By Prince in forum OSR Help
    Replies: 17
    Last Post: 02-12-2008, 09:52 PM
  2. RadialRoadWalk
    By stuckman in forum OSR Help
    Replies: 11
    Last Post: 07-06-2007, 01:58 AM
  3. RadialRoadWalk is.............
    By rkroxpunk in forum OSR Help
    Replies: 21
    Last Post: 03-21-2007, 05:07 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
  •