Page 1 of 3 123 LastLast
Results 1 to 25 of 55

Thread: [RS2][SRL] Bone Picker and Buryer

  1. #1
    Join Date
    Oct 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [RS2][SRL] Bone Picker and Buryer

    { ___ ___ ___ ___ ___
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/ /:/ //:/ \:\ \ ___ \:\ \ /:/ /:/ / /:/ /::\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ /
    \:\__\ \::/ / \::/ / \:\__\ /:/ /
    \/__/ \/__/ \/__/ \/__/ \/__/
    ___ ___ ___
    /\ \ /\ \ /\ \
    /::\ \ \:\ \ ___ /::\ \
    /:/\:\ \ \:\ \ /\__\ /:/\:\ \
    /:/ /::\ \ ___ \:\ \ /:/ //:/ \:\ \
    /:/_/:/\:\__\/\ \ \:\__\ /:/__//:/__/ \:\__\
    \:\/:/ \/__/\:\ \ /:/ //::\ \\:\ \ /:/ /
    \::/__/ \:\ /:/ //:/\:\ \\:\ /:/ /
    \:\ \ \:\/:/ / \/__\:\ \\:\/:/ /
    \:\__\ \::/ / \:\__\\::/ /
    \/__/ \/__/ \/__/ \/__/ }


    { Instructions

    Start script where there are bones. You can start
    Logged out or logged in. Please set to VBright. It
    works best. Complete the setup below. Only change what
    is needed.
    }
    {--History--
    v1.0-Script would pick up bones.
    v1.1-Script will bury bones.
    v1.2-Script has some antirandoms.
    v1.3-Script can be run with more than 1 player.
    v1.4-More antirandoms.
    v1.5-Progress report works.
    v1.6-More tweaks here and there
    v1.7-Runs from Shade while Burrying
    v1.8-IT RAN FOR 4 HOURS! lol (And I made progress report 90% accurate)}
    thanks the scar noob, for the avatar, it rocks!

    my sig owns

  2. #2
    Join Date
    Apr 2006
    Location
    California
    Posts
    555
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Going to try it out right now.
    Quote Originally Posted by Leader

    “Life is short, don't waste time worrying about what people think of you, hold on to the ones that care, in the end they will be the only ones there.”

  3. #3
    Join Date
    Dec 2006
    Location
    The Underground
    Posts
    134
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks pretty good, gonna give it a try

  4. #4
    Join Date
    Dec 2006
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks good testing it now

  5. #5
    Join Date
    Dec 2006
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    After i tried it , i get this message

    Line 174: [Hint] (222:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 688msec.
    [Runtime Error] : Out Of Range in line 67 in script

    Know why :S?

  6. #6
    Join Date
    Dec 2006
    Location
    San Jo, Cali
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea don't worry about that it doesnt affect the script but it should still let it run. Whatever is not making it run is on line 67 in the script, but the newline thing doesn't matter.

    Edit: I tried it out I think you might've gotten something mixed up when you copied and pasted it just retry copying and pasting the script. You should still get the newline error but the script should still work.
    http://img141.imageshack.us/img141/6...ats2jk5fx8.png
    There are currently 10.0 blackmarks out of 10 on this account
    You are permanently banned --- Rest In Peace

  7. #7
    Join Date
    Nov 2006
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks man for this script

  8. #8
    Join Date
    Dec 2006
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey thanks for the script.

  9. #9
    Join Date
    Jan 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the script =)

    i dont want to be a leecher :k

  10. #10
    Join Date
    Oct 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow didn't know it worked verry well =D
    thanks the scar noob, for the avatar, it rocks!

    my sig owns

  11. #11
    Join Date
    Jan 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    HowManyPlayers := 0;
    NumberOfPlayers( HowManyPlayers );
    CurrentPlayer := 0;

    Players[0].Name := 'blabla22';
    Players[0].Pass := '*******';
    Players[0].Nick := 'wang ching';
    Players[0].Active := True;

    Players[1].Name := 'blabla';
    Players[1].Pass := '*****';
    Players[1].Nick := 'morris';
    Players[1].Active := False;



    can some1 help me with this i get an error that says:


    [Runtime Error] : Out Of Range in line 72 in script D:\Astronomy\SCAR 2.03\Scripts\Bone Picker.scar

    anyhelp would be greatly appreciated, thank you

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

    Default

    Quote Originally Posted by big_kev10 View Post
    HowManyPlayers := 0;
    Are you using 0 players?

  13. #13
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    yes, you have to type in there the number of players you are using and also setup the players (name, pass, nick, active) then it would work Boreas is right!

  14. #14
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    i saw something in the bury procedure:
    ChooseOption(x,y,'Bury')
    ChooseOption(x,y,'Drop')

    uhhh... wtf why you use bury as first and then drop? it's somekinda useless... isn't it...?

  15. #15
    Join Date
    Dec 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what does this mean! [Runtime Error] : Exception: Access violation at address 0064FF01 in module 'scar.exe'. Read of address 00000000 in line 478 in script C:\Program Files\SCAR203\includes\srl\srl\core\AntiRandoms\An tiRandoms.sca

  16. #16
    Join Date
    Oct 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by the scar noob View Post
    i saw something in the bury procedure:
    ChooseOption(x,y,'Bury')
    ChooseOption(x,y,'Drop')

    uhhh... wtf why you use bury as first and then drop? it's somekinda useless... isn't it...?
    I was planning on making it a failsafe... If you had 4 items that where white but couldn't be burried, it would drop them... should be

    ChooseOption(x,y,'Bury')
    end else
    ChooseOption(x,y,'Drop')
    thanks the scar noob, for the avatar, it rocks!

    my sig owns

  17. #17
    Join Date
    Jan 2007
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    my report that make my pray 43

    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 797msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8
    \/__/ \/__/ \/__/ \/__/ \/__/
    robert pijl2
    Successfully executed
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 453msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8
    \/__/ \/__/ \/__/ \/__/ \/__/
    robert pijl2
    Successfully executed
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 406msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8
    \/__/ \/__/ \/__/ \/__/ \/__/
    robert pijl2
    Successfully executed
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 422msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8
    \/__/ \/__/ \/__/ \/__/ \/__/
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /Script has been running for 1 Minutes and 41 Seconds.
    /You have burried a total of about 27 bones.
    /Gaining about 135 xp.
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    Successfully executed
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 407msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8 :P
    \/__/ \/__/ \/__/ \/__/ \/__/
    robert pijl2
    Successfully executed
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 438msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8 :P
    \/__/ \/__/ \/__/ \/__/ \/__/
    Successfully executed
    User specified a new RS window
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 438msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8 :P
    \/__/ \/__/ \/__/ \/__/ \/__/
    robert pijl2
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /Script has been running for 7 Minutes and 31 Seconds.
    /You have burried a total of about 27 bones.
    /Gaining about 135 xp.
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    Successfully executed
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 438msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8 :P
    \/__/ \/__/ \/__/ \/__/ \/__/
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /Script has been running for 1 Minutes and 46 Seconds.
    /You have burried a total of about 28 bones.
    /Gaining about 140 xp.
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    ******** FOUND FIGHTING RANDOM ********
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /Script has been running for 9 Minutes and 46 Seconds.
    /You have burried a total of about 55 bones.
    /Gaining about 275 xp.
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    Successfully executed
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 422msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8 :P
    \/__/ \/__/ \/__/ \/__/ \/__/
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /Script has been running for 8 Minutes and 29 Seconds.
    /You have burried a total of about 27 bones.
    /Gaining about 135 xp.
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /Script has been running for 18 Minutes and 26 Seconds.
    /You have burried a total of about 55 bones.
    /Gaining about 275 xp.
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    Successfully executed
    User specified a new RS window
    User specified a new RS window
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 453msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8 :P
    \/__/ \/__/ \/__/ \/__/ \/__/
    robert pijl2
    Successfully executed
    User specified a new RS window
    User specified a new RS window
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 437msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8 :P
    \/__/ \/__/ \/__/ \/__/ \/__/
    robert pijl2
    Waiting for your Profile to be Transferred
    Waiting for your Profile to be Transferred
    Successfully executed
    User specified a new RS window
    User specified a new RS window
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 422msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8 :P
    \/__/ \/__/ \/__/ \/__/ \/__/
    robert pijl2
    Successfully executed
    User specified a new RS window
    User specified a new RS window
    Successfully compiled
    Line 174: [Hint] (227:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 453msec.
    /\__\ /\ \ /\ \ /\ \ /\__\
    /:/ _/_ /::\ \ \:\ \ /::\ \ /:/ _/_
    /:/ /\__\ /:/\:\ \ \:\ \ /:/\:\__\ /:/ /\ \
    /:/_/:/ //:/__/ \:\__\/\ \ \:\__\/:/_/:/__/___/:/_/:/\:\__\
    \:\/:/ / \:\ \ /:/ /\:\ \ /:/ /\:\/:::::/ /\:\/:/ /:/ /
    \::/__/ \:\ /:/ / \:\ /:/ / \::/~~/~~~~ \::/ /:/ /
    \:\ \ \:\/:/ / \:\/:/ / \:\~~\ \/_/:/ / Bone Burryer
    \:\__\ \::/ / \::/ / \:\__\ /:/ / v1.8 :P
    \/__/ \/__/ \/__/ \/__/ \/__/
    robert pijl2
    ******** FOUND FIGHTING RANDOM ********
    ******** FOUND FIGHTING RANDOM ********
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /Script has been running for 16 Minutes and 48 Seconds.
    /You have burried a total of about 27 bones.
    /Gaining about 135 xp.
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    ******** FOUND FIGHTING RANDOM ********
    ******** FOUND FIGHTING RANDOM ********
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /Script has been running for 26 Minutes and 44 Seconds.
    /You have burried a total of about 54 bones.
    /Gaining about 270 xp.
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /Script has been running for 36 Minutes and 51 Seconds.
    /You have burried a total of about 82 bones.
    /Gaining about 410 xp.
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    Successfully executed

  18. #18
    Join Date
    Jan 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This script rocks! I can finally have a decent prayer lvl!

  19. #19
    Join Date
    Dec 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey nice script fours.make a System failsafe though. i ran for 2 hours but then when i checked i was far from were i started the script.

    All bone burryers will do this if your unlucky enough.
    UNLESS you have a failsafe.

  20. #20
    Join Date
    Jan 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    very niceee. better then i thought

  21. #21
    Join Date
    Jan 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    /Script has been running for 4 Hours, 48 Minutes and 23 Seconds.
    /You have burried a total of about 991 bones.
    /Gaining about 4955 xp.
    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\

    all I have to say is
    great job on this great script
    even though i changed the script a little, like just left click on bones to bury instead, and reducing some of the waiting times so its faster
    it could have ran longer, if i didnt have to go to sleep :\

  22. #22
    Join Date
    Jan 2007
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this message when i try and run it...

    [Runtime Error] : Out Of Range in line 77 in script C:\Program Files\SCAR 2.03\includes\SRL\SRL\Bone Picker.scar

    HowManyPlayers := 1;
    NumberOfPlayers( HowManyPlayers );
    CurrentPlayer := 0;

    Players[0].Name := 'blaaaaa';
    Players[0].Pass := '111111';
    Players[0].Nick := 'laa';
    Players[0].Active := True;

    Players[1].Name := 'UserName'; ( -------this is line 77, just so u know)
    Players[1].Pass := 'Password';
    Players[1].Nick := 'Nickname';
    Players[1].Active := False;

    I'm new at this so maybe I installed stuff wrong, but any help would be awesome, thanks!

  23. #23
    Join Date
    Jan 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    change the settings so that its only using one character not all 3 (i had that same problem with charms willows raper).also try changing the num of players to 3 or 4 and type in your info in all of them that also works for me but it logso ut and in a lot

  24. #24
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    wow four this bone picker / buryier is similar to my script also lol i guess what they say is true,

    great minds think alike :P

    but i added a bit more to mine , i made it compatible with chaos alter in wild since thats where i do prayer and alot of other ppl too, just a little fail safe but goodjob none the less
    Wizzup threatened to rape me unless I removed my signature.

  25. #25
    Join Date
    Jan 2007
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by native77 View Post
    I get this message when i try and run it...

    [Runtime Error] : Out Of Range in line 77 in script C:\Program Files\SCAR 2.03\includes\SRL\SRL\Bone Picker.scar

    HowManyPlayers := 1;
    NumberOfPlayers( HowManyPlayers );
    CurrentPlayer := 0;

    Players[0].Name := 'blaaaaa';
    Players[0].Pass := '111111';
    Players[0].Nick := 'laa';
    Players[0].Active := True;

    Players[1].Name := 'UserName'; ( -------this is line 77, just so u know)
    Players[1].Pass := 'Password';
    Players[1].Nick := 'Nickname';
    Players[1].Active := False;

    I'm new at this so maybe I installed stuff wrong, but any help would be awesome, thanks!
    When you declare 'HowManyPlayers' SRL goes along and makes an array called 'Players' with the length being the value of 'HowManyPlayers'

    Arrays start at 0, but they are still counted as ONE. Your problem is, you have said 'HowManyPlayers = 1' and SRL has only created the array with a length of 1. Then you are trying to feed data into the array (Players[1]) but it hasn't created that. Therefore you are given a nasty error.

    Simple fix, count how many of these you see:

    Code:
         Players[0].Name      := 'blaaaaa';
         Players[0].Pass      := '111111';
         Players[0].Nick      := 'laa';
         Players[0].Active    := True;
    You obviously see two in your script, so change 'HowManyPlayers := 1;' to 'HowManyPlayers := 2;'


    Hope this helps, and hope you understand why you were getting the error.

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto Bone Buryer
    By Theolithical in forum First Scripts
    Replies: 10
    Last Post: 02-06-2009, 08:17 PM
  2. Looking for a bone buryer
    By klinnks in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 04-18-2008, 11:24 AM
  3. chicken killer feather picker and maybe...bone buryer
    By ason in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 05-18-2007, 12:09 PM
  4. bone picker/buryer
    By spitu in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 03-15-2007, 08:48 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
  •