Results 1 to 5 of 5

Thread: Bone burier with smart

  1. #1
    Join Date
    Jun 2009
    Location
    Hiding
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Bone burier with smart

    This is actually my 2nd script but i think it needs to go here

    my first full test
    Code:
    player1 ran for 897 sec 
    buried 219 Bones 
    Austin's power burier
    pretty much self explained in script dont forget to setup 27-33 make sure you have your bones in a tab with nothing white like runes or ess or anything really i worked it varrock west bank but i think it will work in almost any bank.

    EDIT
    fix some things that i missed and attached new file
    removed first file some things in it could cause ban
    Last edited by austin2162; 07-28-2009 at 02:35 AM.
    ~Austin~

  2. #2
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I like it, it seems good, but there are a few things you can fix:

    You should put this somewhere else in the script, because it may confuse some "new" users that they need to change it.
    Code:
    bonetype ='Bones';  //the up text
    and i think it should actually be:
    Code:
    bonetype ='ones';  //the up text
    Another part is this:
    Code:
    procedure setscreen;
    begin
    makecompass('n');
    setangle(true);
    proggy;
    end;
    Code:
    loginplayer;
    setscreen;
    proggy;
    repeat
    This will login your players, set the screen, do a proggy, then redo on a second later. This is pointless because 1, they didnt even start burying yet, and 2, it does it twice. I would leave it in your burry procedure and take it out of your setangle procedure.

    I would also add it to this:
    Code:
    until (h=howmany)
    logout;
    end.
    Code:
    until (h=howmany)
    logout;
    proggy;
    end.

    Also, doing this will get you banned:

    Code:
    wait(1500);
    No one can wait exactly that much time so do this:
    Code:
    wait(1500 + Random(500));
    I attached your script with standards fixed. Also use proper capitalization for your constants

  3. #3
    Join Date
    Jun 2009
    Location
    Hiding
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thanks i'll put that on
    ~Austin~

  4. #4
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very good effort indeed. If you want to learn a little more advanced techniques or improve your script, get on msn.

    mine: wowplayermaster@hotmail.com

  5. #5
    Join Date
    Jun 2009
    Location
    Hiding
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I added you on msn.
    ~Austin~

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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