Results 1 to 7 of 7

Thread: Tutorial Island runner needs feedback (not done yet!)

  1. #1
    Join Date
    Nov 2007
    Location
    The Netherlands
    Posts
    1,490
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Tutorial Island runner needs feedback (not done yet!)

    Hey everyone=)
    I am working on a tutorial island runner
    All it does atm, is until it walks down on the ladder at the quest guide.
    It works flawless (yes, I tested it with 20+ accounts), but I'd like to get some feedback at the code and a few suggestions
    I know my standards are really messed up in this script, and I will fix that later.

    Please note:
    You need to have designed your account already to run this script.
    I didn't add creating an account in this script yet, because I want the guides/walking first.
    There is an account left in the declare players, feel free to steal it, I used it to test it on the Island ^^

    If you help me good, I'll rep++ you
    Thanks a lot,
    PvH

    P.s.
    I hope to get the Tutorial Island runner done in 2 weeks

  2. #2
    Join Date
    Jun 2007
    Location
    Liverpool ,Nsw,Australia
    Posts
    740
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hope thats not your real user account :S
    Quote Originally Posted by Darkmage View Post
    I got 2 questions'
    #1. When i run the script will it automatically pick up the mouse and move?

  3. #3
    Join Date
    Nov 2007
    Location
    The Netherlands
    Posts
    1,490
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by strikerx25 View Post
    hope thats not your real user account :S
    Please read my post..
    It is still on the tutorial island and you may steal it if you want.
    I'll upload a new version in a few seconds..
    Including the cooking guide solved!

  4. #4
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Your intending has a bad flaw, you are supposed to do

    SCAR Code:
    begin
      stuff;
      if...
    end;

    not

    SCAR Code:
    begin
      stuff;
        if...
    end;


    which is causing the indenting of yours to assplode on line 829 and on

  5. #5
    Join Date
    Nov 2007
    Location
    The Netherlands
    Posts
    1,490
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    Your intending has a bad flaw, you are supposed to do

    SCAR Code:
    begin
      stuff;
      if...
    end;

    not

    SCAR Code:
    begin
      stuff;
        if...
    end;


    which is causing the indenting of yours to assplode on line 829 and on
    Ohh really?
    I guess I need to improve my standards even more than I thought -.-"
    Thanks for pointing that
    Any feedback on the code itsself?

  6. #6
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Dont use sperate procedure for loading DTM's use one procedure, more efficient.
    Also improve standards, laot.
    But looks good.

  7. #7
    Join Date
    Nov 2007
    Location
    The Netherlands
    Posts
    1,490
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NaumanAkhlaQ View Post
    Dont use sperate procedure for loading DTM's use one procedure, more efficient.
    Also improve standards, laot.
    But looks good.
    That was exactelly what I was going to do Nauman
    In fact, I'll make that DTM thing tomorrow and standards when script is done
    Its a lot of repeats in 1 function, so I am messing the standards up, lol
    Anyone who has feedback on the code?
    (except for the DTM thing?)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. (not mine) Tutorial Island Runner!
    By Hugolord in forum RS3 Outdated / Broken Scripts
    Replies: 27
    Last Post: 10-31-2007, 06:41 PM
  2. Need a bit of help with my Tutorial Island Runner
    By Toterache in forum OSR Help
    Replies: 4
    Last Post: 10-26-2007, 05:07 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
  •