Results 1 to 10 of 10

Thread: road walking in seers runescape members only!

  1. #1
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default road walking in seers runescape members only!

    hello i am a making a woodcutting script for willows which are behind the seers bank ( my idea so don't copy leechers)

    here is my problem: i start of in seers bank then i need to go up a bit to where maples are,


    then i need to go up and then left a bit, as thats where williows are.
    what function do i use?

    ddtms?
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  2. #2
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    what?
    Did someone say GDK?

  3. #3
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  4. #4
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    ok i looked up symbol walking;

    function FindAndClickSymbol(SymbolName: String): Boolean;
    var
    Start: Integer;
    begin
    MarkTime(Start); //Marks Time
    repeat
    Wait(50+random(100))
    until((FindSymbol(x, y, SymbolName)) or (TimeFromMark(Start)>=15000)) //Repeats until find symbol or if function took more then 15 seconds
    if(TimeFromMark(Start)>=15000) then
    Result:=False; //Returns False
    DoLogoutProcedure; //Logs out or whatever
    else
    begin
    Mouse(x, y, 5, 5, true) //Clicks on symbol
    Flag; //Waits for flag to dissapear
    Result:=True; //Returns True
    end
    end;


    but i need it to click on the icon in the 2nd picture how do i tell it to skip first symbol?
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  5. #5
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  6. #6
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    you use FindSymbolIn
    SCAR Code:
    {*******************************************************************************
    function FindSymbolIn(var rx, ry: Integer; Name: string; xs, ys, xe, ye: Integer): Boolean;
    By: Starblaster100, based on the ideas of Stupid3ooo
    Description: Finds a minimap Smbol and returns a Boolean if True.
    Searches a selected area of the Minimap
    *******************************************************************************}

    ~shut

    EDIT:sorry for double post i didnt know that the post above was mine

  7. #7
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    just cant get radial walk to work!
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  8. #8
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thecolor:=
    radialwalk(thecolor,meh,blah,meh

  9. #9
    Join Date
    Dec 2006
    Posts
    908
    Mentioned
    1 Post(s)
    Quoted
    17 Post(s)

    Default

    Try making the character going to the maples. Than do the "Water Walk" method.

  10. #10
    Join Date
    Apr 2007
    Location
    Laguna Beach, California
    Posts
    231
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Look at my SVC (in my sig) and look at my maple walking. I'm not sure if the willow walking works but you can use my road color finder (It works for seers; I made it bc of your problem; the road color finder finds the bank color instead)
    Check out my SVC - here - It got me a scipters cup

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Radial Road Walking in Falador
    By Jackrawl in forum OSR Help
    Replies: 24
    Last Post: 10-22-2007, 11:39 AM
  2. (members) Flax spinner in seers
    By mongo1 in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 09-30-2007, 05:35 PM
  3. Make your character walking the road?
    By Kingofptw in forum OSR Help
    Replies: 4
    Last Post: 03-15-2007, 01:11 PM
  4. Need a little bit of on Radial Road Walking
    By Buckleyindahouse in forum OSR Help
    Replies: 8
    Last Post: 02-23-2007, 10:41 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
  •