Results 1 to 4 of 4

Thread: How to walk for my first script?

  1. #1
    Join Date
    Nov 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    How to walk for my first script?

    OK, here goes nothing (as in, don't make fun of me for the dumb question ) BUT!

    I am making a cosmic rune crafter (seeing as though the only one here is out of date). so, my question is, What do i need to do for the variables or w\e to make the guy walk all the way to the altar from the bank (I am not gonna include the shortcuts cause the player might get hurt, and you're autoing anyways, why do you care how long it takes? ) and then back?

    again, sorry, if I am vague or did not give enough info. please tell me, because I have looked everywhere for a tut to find out how to do this, but none have helped so far.

    please reply here, and if you can help, could you possibly get on MSN or something so we can talk more? thanks.

  2. #2
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    You should look at map walking tuts in the Intermediate section. I will give you a basic function you can use that will make finding things that much easier:
    SCAR Code:
    FindSymbol(x,y,'bank');
    Mouse(x,y,1,1,true);
    Flag;

    This will click on a symbol (such as bank) and Flag waits until the flag on your minimap disappears.

    Hope this helps.
    Formerly known as Cut em2 it

  3. #3
    Join Date
    Nov 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes, thank you, that will get me started, but unfortunately, I am leaving for new york, so I wont be able to do anythign until like next week, thanks again.

  4. #4
    Join Date
    Oct 2007
    Location
    if(FindMyHouse(x,y,'ous',MyPlace,15))then
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Anything involving walking:
    RadialWalking
    DDTMS
    Symbol Finding


    http://i224.photobucket.com/albums/d...iton/buxto.jpg

    WORKING Free RS Membership! (Click on the Bux.to sig!)


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Function/Script WorldMAPWalk<--Uses the World Map to walk from anywhere!
    By Macrosoft in forum Research & Development Lounge
    Replies: 56
    Last Post: 09-09-2008, 03:52 AM
  2. Request your 1 walk click or less script here!!!
    By ShowerThoughts in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 02-18-2008, 06:35 PM
  3. My script doesn't walk..
    By Zeta in forum OSR Help
    Replies: 3
    Last Post: 08-06-2007, 08:19 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
  •