Results 1 to 19 of 19

Thread: Rimmington iron Autominer, includes banking!

  1. #1
    Join Date
    Apr 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Rimmington iron Autominer, includes banking!

    Ok, this is my first script posted, a Rimmington iron Autominer, it has multiplayer support, and uses radialwalking,runs quite smoothly most of the time. you may be thinking that this couldn't be my first script, but i have had a lot of experience in other programming languages. Anyway, please check it out and post any bugs, suggestions, or proggies.

    EDIT: i do plan on making this be able to mine other ores at rimmington if people think it is worth posting in the scripts section

  2. #2
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Hmm... very good first script.

    Trying using some more standards in your script.

    The FindPick function is buggy and doesn't often work.

    You should DEFINITLY add more randomness in your walking procedure etc.

    F A I L S A F E S!!!! You need more of them. You have a few possible infinite loops in your script. Fix them other wise you will get many errors and few long proggies!

    Good first script!

    Nava2
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  3. #3
    Join Date
    Aug 2008
    Location
    Hell, 9th Circle.
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi hi,

    This is all I get, as a relatively new user, how do I get around this issue?

    Line 80: [Error] (13202:1): Identifier expected in script Z:\Roaming My Documents\Mark\AutoMiner.scar

    Previous line is:
    Writeln('Status: ' + Players[i].Loc);

    any help would be hot!

  4. #4
    Join Date
    Apr 2007
    Posts
    994
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Script is outdated.
    [QUOTE]<GoF`> oh no its Raymooond
    <Raymooond> Heya
    <GoF`> is it ray or some other ray?
    <LeeLokHin> No idea
    <LeeLokHin> Raymond, what's the game you like the most?
    <Raymooond> Runescape
    <-- LeeLokHin has kicked Raymooond from #srl (Faker.)[/QUOTE]

  5. #5
    Join Date
    Jul 2008
    Location
    Poland
    Posts
    375
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mjcorben View Post
    Hi hi,

    This is all I get, as a relatively new user, how do I get around this issue?

    Line 80: [Error] (13202:1): Identifier expected in script Z:\Roaming My Documents\Mark\AutoMiner.scar

    Previous line is:
    Writeln('Status: ' + Players[i].Loc);

    any help would be hot!
    use this:
    SCAR Code:
    if(Players[i].Rand = '') then
        begin
          Writeln('Status: ' + Players[i].Loc);
        end else
          Writeln('Status: ' + Players[i].Rand);
    but it isn't only one problem in script

  6. #6
    Join Date
    Nov 2008
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Well, i get this error:

    Line 52: [Error] (17050:10): Unknown identifier 'AlmostLogout' in script C:\Archivos de programa\SCAR 3.15\Scripts\AutoMinerrim-bank.scar

    What can i do?

  7. #7
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Wow, look two posts above yours...
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  8. #8
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by swindler01 View Post
    Well, i get this error:

    Line 52: [Error] (17050:10): Unknown identifier 'AlmostLogout' in script C:\Archivos de programa\SCAR 3.15\Scripts\AutoMinerrim-bank.scar

    What can i do?
    The script is outdated. It is no longer maintained and updated.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  9. #9
    Join Date
    Nov 2008
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    out of date i guess?

  10. #10
    Join Date
    Dec 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    had no luck so far with previous, hoping this one will work, im trying it as I speak

  11. #11
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Its outdated. So you shall have no such luck
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  12. #12
    Join Date
    Feb 2009
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i cant download it says something bout windows thing can u send me a message on my email helping me downloading it? my email is:
    macedo_dair2yahoo.com

  13. #13
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    -.- it doesn't even work..

  14. #14
    Join Date
    Feb 2009
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I really don't get why the scripts get outdated... Why you guys when release a new version, allways change the functions or variables... I usually script on San Andreas Multiplayer and it doesn't happen...

  15. #15
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Diego_Alonso View Post
    I really don't get why the scripts get outdated... Why you guys when release a new version, allways change the functions or variables... I usually script on San Andreas Multiplayer and it doesn't happen...
    Runescape is not San Andreas xD

  16. #16
    Join Date
    Feb 2009
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes it's not San Andreas, but the way we use to script it's much more confortable :P, we don't need to keep changing lot's of things in the script.

  17. #17
    Join Date
    Feb 2009
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't know how to script xD
    I'll have trouble updating this.

  18. #18
    Join Date
    Mar 2008
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can i fix an oudated script?
    where can i find the tutorial?

  19. #19
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    learn to script then pretty much remake it :\

    look in the beginners tutorials

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hermpie's banking proc's and Func's makes banking a piece of a cake!
    By ShowerThoughts in forum Research & Development Lounge
    Replies: 13
    Last Post: 06-11-2008, 03:16 PM
  2. Rimmington Auto Miner ~Tin, Copper, Iron, and Gold
    By NewToAutoing in forum RS3 Outdated / Broken Scripts
    Replies: 110
    Last Post: 08-27-2007, 06:02 AM
  3. Rimmington Iron Powerminer
    By vinny13 in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 05-29-2007, 11:02 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
  •