Results 1 to 5 of 5

Thread: can someone tell me why radial walk...

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

    Default can someone tell me why radial walk...

    isnt working in this procedure

    Procedure findbank;
    begin
    makecompass('N');
    RadialWalk( 4737359 , 7, 18, 41, 0, 0);
    if(FindSymbol(x,y,'bank'))then
    begin
    FindTalk;
    Flag;
    mouse(x,y,3,3,true);
    end
    findrandoms;
    end;

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

    Default

    you know theres this button its called search.
    You also made Dupicated procedure findbank change it to findbanker also you need to make a procedure for findrandoms;

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

    Default

    can we talk on aim ?

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

    Default

    the script works and if i move it to the bank it banks but WHY DOEST RADIAL WALK WORK it skips it and starts scrolling around looking for the bank

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

    Default

    This is because the color is static and RuneScape changes the color everytime you login. So it is probably getting to your RadialRoadWalk and thinking, hmm I cant see anything of that color in these parameters, Lets go onto the next bit ( That would be your FindSymbol; )

    You can get round this by most easily with either a DTM , BMP, DDTM, Finding the color from a bitmap.

    There are probably other ways which I don't know but they might not be as efficient as the ones stated above. Hope this helped.

    P.S If you are on a road, I would recommend using RadialRoadWalk

    P.P.S I think you posted this in the wrong section should be in 'Scripting Help'

    -Nitro

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. radial walk help plz?
    By dark4mdawn in forum OSR Help
    Replies: 6
    Last Post: 09-03-2007, 07:48 AM
  2. radial walk
    By coolguy14136 in forum OSR Help
    Replies: 3
    Last Post: 03-13-2007, 07:42 PM
  3. radial walk help
    By del_signo in forum OSR Help
    Replies: 2
    Last Post: 02-27-2007, 12:31 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
  •