Results 1 to 12 of 12

Thread: Need some help...

  1. #1
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Need some help...

    For my first script im going to make a yew chopper plus banker for verrok (guess where)

    I know this could be hard for my first script but i need it the most and i will propably learn the most from it (also getting pissed off the most making it ).

    I was wondering what procedures should i learn for this (like banking and such) and if anybody had a guy with 60 woodcutting would let me use him.

    Thanks

    P.S: So far I've been looking through the manual but dont know which ones to use and ive been starting to take screenshots for pathing and trees.

  2. #2
    Join Date
    Feb 2006
    Posts
    406
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dont underestimate the amount of planning it takes before you make a script.

    break it up into parts so its more manageable:
    walking to trees, chopping, walking back, banking

    ask questions like:
    how am i going to do the walking? radial walk? dtms?
    is it going to be autocolor?
    what randoms will i encounter?
    what procedures do i need that already exist?
    what procedures do i need that i will need to write?
    and most important: what is most likely to screw up?

    i find the more logical and systematic you are while programming, the easier it is
    i would suggest looking through woodcutting.scar and getting your hands on as many auto-woodcutters as you can

    as soon as you can ask some more specific questions, people will be able to help you more

    if you start to look into it more, and decide its too much for you, do something else
    i kinda believe if you split it up enough, and do your research, you can do almost anything in your first script (my first script was an essminer :wink: )

  3. #3
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    thanks masquerader for the quick reply, i will be dissecting the srl manual for what i need and im going to start looking for powerwoodcutters or anything to do with chopping.


    And i already know the easest thing that it could miss up on and thats going to the bank.

  4. #4
    Join Date
    Jun 2006
    Posts
    366
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll help you out.. But I can't give you my main (only one I auto on ..and only one with 60+ wc).. It's pretty easy.. add me at mhs_pb@hotmail.com
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig (I did, so should u )

  5. #5
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by da_professa View Post
    I'll help you out.. But I can't give you my main (only one I auto on ..and only one with 60+ wc).. It's pretty easy.. add me at mhs_pb@hotmail.com

    Thanks for your help.

    Also i added your msn, your not online

  6. #6
    Join Date
    Apr 2006
    Location
    Melbourne
    Posts
    186
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default hmmm

    why do you need this the most if you haven't got a guy you can use it on?
    just curious...

    good job taking screenshots for paths etc... that's a good way to start. I'd highly recommend Driger's tute if you haven't scripted with SCAR much before.

    I'm a huge fan of sorting out your logic before you get into it, as already said. Even do some quasi coding, then expand it to real code...

    eg.
    Chop yews until inventory is full
    Use DTM's and radialwalk to travel to inside the bank.
    Use the yellow dots of the bankers to locate the correct stall.
    etc
    etc

    get your logic straight.

    you don't need a lvl 60+ anyway.
    I have at least 10 testing characters around the runescape world, that aren't developed much at all, just test characters with low skills.

    sure there are specifics you do need for yews... but you can test walking back and forth in a loop to see if it stuffs up. (go through Driger's tute for DTM's and so on.)
    you can test chopping, randoms and banking using normal trees etc, it's easy to change colors and masks, when they work on normal trees.

  7. #7
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    thanks bob for your input and ill try doing some stuff that you said.

    But i have a new problem...how do you put in the playerform from srl and make it work with the script, for some reason i cant find the procedure for it.

    Thanks

  8. #8
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    SetUpPlayers;

  9. #9
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by Boreas View Post
    SetUpPlayers;
    Thanks for the file, its going to help.

    Also im a fucking idiot, i forgot to put in the include

  10. #10
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Np, it's also useful when your army is so big you can't remember all the passwords, and you have to go thru em to fix them or whatever. Next version will have tele to lumby.

  11. #11
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Boreas can you pm me ur msn if you have it?

    God i got to figure out how many trips and log out and so much more

    Thanks again

  12. #12
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    I don't use msn plus I dunno how much help I would be with how many trips, I just noticed the playerform thing. What do you need help with? you can pm if you wanna keep it private.

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •