Results 1 to 10 of 10

Thread: Crafting Guild Silver/Gold Miner

  1. #1
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [SRL] Crafting Guild Raper [SRL]

    ------------------------------------------------------------------------------------------------------------------------------------------------------
    --------------A G E N T 83's CRAFTING GUILD SILVER/GOLD MINER ----------------------------------------------------------------------------------------------------------------------------------------------------------------
    Hi everyone, this is my very first working script for RuneScape. I realize that it is probably not too good by everyone else's standards. I am currently trying to work iin a few elements.
    Known Bugs:
    • Still Testing

    VERSION HISTORY
    v 0.1 ----> First barebones alpha - no antirandoms, player switching, etc.
    v 0.2 ----> Added basic antirandoms, fixed some walking problems.
    v 0.3 ----> Fixed typoes, did a basic job of standardizing, added untested player switching!

    Instructions:

    • Start in westernmost booth of east falador bank
    • 32-Bit TRUE Color Display Setting
    • Have compass MANUALLY facing north
    • Have Pickaxe in inventory or wielded
    • Specify whether silver or gold is being mined
    • Have fun!

    Currently Working On:
    • Failsafes (confusing.)
    • AntiBan (not as confusing)



    SEND INFO PLEASE!

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

    Default

    Looks good for a first script!

    I suggest you use some loops, to be more sure you find the door, and same for the radialroadwalks.

    Like:

    SCAR Code:
    MarkTime(FailSafeTime);
    Repeat
      RadialRoadWalk();
      If TimeFromMark(FailSafeTime) > 30000 Then Break;
      If Not LoggedIn Then Break;
    Until FindSymbol('mining');



    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)

  3. #3
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    tried it and it doesnt work well....

    it stayed idle and i got logged out

    but the script looked nice though

    They are sisters...
    Runescape Classic

  4. #4
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Nice for a first script... I have some suggestions.. U should improve the walking (failsafes and so on) or make it repeat radialroadwalk with certain radials until it finds a color etc.. And make the door opening as a different procedure and use tolerances with it (it will mess up immediatly if the color isnt on the screen..) but good job anyway

  5. #5
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for all of the suggestions. I will try to release an update in the near future

    EDIT: To Wizzup? and GoF... I think I understand the basic premise of failsafes...it is supposed to stop the script if it is logged out or lost, right? I think I have a loop devised for the doorfinding, but I'm not too sure how to work it for the RadialRoadWalking.... help is extra welcome ;-) Thanks in advance!

  6. #6
    Join Date
    Feb 2007
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm. Nice! Finally a script that mines gold. Just what I've been looking for

    Make it a bit more fail-safe, and you got a GREAT script.

  7. #7
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Not bad. Bank2Mine and Mine2Bank needs a lot of work though. You need to build in conditions, controlled loops and little engines to make it safe.
    When walking, you always need Landmarks. You walk until you find something unique on the minimap. The little lake below Falador is one of those Landmarks for me. Its a stable color and its never obscured. Symbols are suited for that purpose too, but those are a little more tricky. Maybe look at my old Draynor Melter thats somewhere hidden in the Free Scripts board. Walks from Draynor<-> Lumbyfurnace using different landmarks, road, rock and watercolor.

    The minimap doorcolor is not stable alas , so FindColor(x,y,242,571,7,722,159); wont work. Moreover, you only checks once for the existence of that particular color, whilst you want to device a loop that searches for the door until it finds it.

    Overall good and ambitious effort. Be sure your crafter dont get banned. It happened to some of my early crafters too. I made a scarscape crafting guild miner, but it wasnt that good. 4 out of 8 got banned.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  8. #8
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks a lot for the advice, I now understand what failsafes are and will try to build them in. Is it too late to use a later version of this (with fail safes) as an application script?

    EDIT: One thing I'm not clear on about Fail Safes; does the walking action go inside or outside the loop?

  9. #9
    Join Date
    Apr 2007
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks from this i posted this to requests and now im gettin it i hope it works and will get better
    Want to stop all those level 3 autoers? Want to help the SRL community to stop them? Get bot catcher here:http://www.srl-forums.com/forum/atta...0&d=1177242675
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly!- Put this in your sig

  10. #10
    Join Date
    Apr 2007
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 249: [Error] (18882:27): Semicolon (';') expected in script C:\Documents and Settings\Juhis.JUHIS-3E7BC3970\Työpöytä\CraftingGuilderv0.3.scar
    nothing else
    Want to stop all those level 3 autoers? Want to help the SRL community to stop them? Get bot catcher here:http://www.srl-forums.com/forum/atta...0&d=1177242675
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly!- Put this in your sig

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Crafting Guild Gold Miner
    By mooney in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 03-28-2008, 04:24 PM
  2. request: Crafting Guild gold miner and banker
    By old death in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 02-11-2007, 09:19 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
  •