Results 1 to 8 of 8

Thread: radial map walking trouble

  1. #1
    Join Date
    Oct 2007
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    radial map walking trouble

    ive been on loads of tuts for map walking and some of them ask me to go and find something in my scar foulder that isnt even there!!!!!!! ive made my own south varrock oak oblivion but i want it to bank after its done please can someone help me ty

  2. #2
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Would this something be "Radial walk aid by yakman"...?

    Here it is anyways.

  3. #3
    Join Date
    Oct 2007
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks ive got the code now but the tutorial doesnt say how to use it ;( look here it is

    RadialWalk( {TheColor} , 16, 5, 48, {Xmod}, {Ymod});
    RadialRoadWalk(RoadColor, 16, 5, 48, {Xmod}, {Ymod});

  4. #4
    Join Date
    Jul 2007
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well..

    RadialWalk( {TheColor} , 16, 5, 48, {Xmod}, {Ymod});
    is for walking to a color you choosed

    and
    RadialRoadWalk(RoadColor, 16, 5, 48, {Xmod}, {Ymod});
    is for walking for to/on a road but for using this you should let the scrip
    find the roadcolor first with findroadcolor;

    and instead of{Xmod}, {Ymod} just put 0-2 if you dont know what theyre for
    like RadialWalk( {TheColor} , 16, 5, 48, 0, 0);
    ....

  5. #5
    Join Date
    Oct 2007
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty but i still dont understand how to add it itno my script

  6. #6
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Continue reading the tutorials, then.

    -Knives

  7. #7
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program WalkSomewhere;

    var
    x,y : integer;

    procedure WalkRoad1;
    begin
      if not RadialRoadWalk(RoadColor, 16, 5, 48, 0,0) then
       if not RadialRoadWalk(RoadColor, 390, 350, 48, 0,0) then //failsafe, increases radial
         Mouse(500,600,0,0,true); //failsafe, blind click (set the coordinates)
    end;

    begin
      WalkRoad1;
    end.
    im not at a compiler i dont know if this will compile
    ~ Metagen

  8. #8
    Join Date
    Oct 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by GoF View Post
    Would this something be "Radial walk aid by yakman"...?

    Here it is anyways.
    Oooooo thank you!
    I read the tutorial, searched my entire Scar 3.12 folder for it and was afraid to look stupid by asking.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. need some help with radial walking
    By randomness6 in forum OSR Help
    Replies: 6
    Last Post: 07-10-2007, 08:38 PM
  2. Walking trouble
    By me_ntal in forum OSR Help
    Replies: 3
    Last Post: 04-24-2007, 06:49 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
  •