Results 1 to 22 of 22

Thread: Mineing Runite Ore fally dungeoneering

  1. #1
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default Mineing Runite Ore fally dungeoneering

    Heys all id really love a script for mineing runite ore there is one out but thats only in wildy and isnt so good right now.

    start falador bank
    walking to mineing area
    go down stairs
    walk into dungeonerring
    mine runite ore until full
    exit dungeonerring area
    go up stairs
    walk to falador bank deposit runite ore

    Any one that would make this really need it

    any comments ??

  2. #2
    Join Date
    Oct 2011
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yh tht'd be really awesome if it goes to other worlds as well soo dont have to w8 for 12.5mins.

  3. #3
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    True hope someone can make a script like this soon =)

  4. #4
    Join Date
    Jul 2007
    Location
    Finland
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by lake knight View Post
    yh tht'd be really awesome if it goes to other worlds as well soo dont have to w8 for 12.5mins.
    Do you guys understand if this kinda script gets released you cant mine runite ores with it because 1000 other guys ...

  5. #5
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    true im trying to learn the basic scripting might make it dont know im still learning

  6. #6
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    But not alot of people know how to use simba so i dont think its gonna be a bad idea to make this script plus if it gets out of hand just take the script off again =))

  7. #7
    Join Date
    Jun 2011
    Location
    Anywhere that has WIFI
    Posts
    669
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This would not be a very hard thing to script really. Walking is fairly simple, so is banking. The only part im not sure about is world hopping cuz I've never tried scripting it.

  8. #8
    Join Date
    Jun 2011
    Location
    Anywhere that has WIFI
    Posts
    669
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by instagib2001 View Post
    But not alot of people know how to use simba so i dont think its gonna be a bad idea to make this script plus if it gets out of hand just take the script off again =))
    There are 80,000 registered users on this site... maybe about 10,000 don't visit anymore, another 10,000 probably got frustrated and left. That leaves around 60,000. My guess is the average person here has 2-3 accounts. So that's 120,000-180,000 accounts that could potentially use this script.

  9. #9
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    world hopping is super easy

    Simba Code:
    If(ExitToLobby)Then
      if ChangeWorld(RandomWorld(False, False))then
        inc(ChangedServer);

    or if you want to be really efficient you would make an array of 5-7 worlds and log the time you got runite last time and sort them so that you would only have to wait 0-5 minutes for the runite.

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  10. #10
    Join Date
    Jun 2011
    Location
    Anywhere that has WIFI
    Posts
    669
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by JuKKa View Post
    world hopping is super easy

    Simba Code:
    If(ExitToLobby)Then
      if ChangeWorld(RandomWorld(False, False))then
        inc(ChangedServer);

    or if you want to be really efficient you would make an array of 5-7 worlds and log the time you got runite last time and sort them so that you would only have to wait 0-5 minutes for the runite.
    Thanks ill definately make note of this! I've just never had a use for it, so I've never actually tried looking up how to do it. Thanks though!

  11. #11
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    Thanks gonna try my best to make it...but im noobish so if anyone els is good at scripting then go for it =) And right on about that there's alot of people using simba lol. Well it could be a member only thing i guess or atleast a payed script.Dont know just would love to see this script in action someday....

  12. #12
    Join Date
    Jun 2011
    Location
    Anywhere that has WIFI
    Posts
    669
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by instagib2001 View Post
    Thanks gonna try my best to make it...but im noobish so if anyone els is good at scripting then go for it =) And right on about that there's alot of people using simba lol. Well it could be a member only thing i guess or atleast a payed script.Dont know just would love to see this script in action someday....
    There are huge benefits to making a script yourself!
    1. Only you and whoever else has taken the time to script it gets to bot it
    2. You dont have to wait for the creator to update it for some reason or to fix bugs
    3. Plus you will get experience in scripting and can create more scripts for yourself

  13. #13
    Join Date
    Nov 2011
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fix my old script, might work.

  14. #14
    Join Date
    Jun 2011
    Location
    Anywhere that has WIFI
    Posts
    669
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am legend posted a script that does exactly what you want I think. The last few posts in the thread say the banking is broken. And I read that it does world hop. So if you want you could just try fixing the banking. Which is pretty easy.

  15. #15
    Join Date
    Jun 2011
    Location
    Anywhere that has WIFI
    Posts
    669
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by wasfer View Post
    Fix my old script, might work.
    Is there anything majorly wrong with your old script? What does it do? And is it posted here?

  16. #16
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    Ok there's a script for this but needs some work Resource Dragon ( Runite, Addy, Mith ) by legend. Ok this needs to mine runite instead of mith and addy.This script needs new walk paths and than we got a good script any one that could make this work =)

  17. #17
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    Link to Legends: http://villavu.com/forum/showthread.php?t=75841

    Link to an older script that you may fix up of you are up for the challenge
    http://villavu.com/forum/showthread.php?t=67525
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  18. #18
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    Thanks kavin33 ill take a look at them =)

  19. #19
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    Ok so far so good atm got one script to mine runite ore with some fixes along the way from the scripts you gave me =)

  20. #20
    Join Date
    Feb 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Working on a private one now so far working, few minor bugs wont realease it because im stacking up on the rune ores atm for double exp weekend after that i might realease it

  21. #21
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    Ah ok lol you beat me too it =P glad to hear hope to be seeing your script soon than =)

  22. #22
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    I karma Is there any way you could send me a copy of that script via hotmail =)?

Thread Information

Users Browsing this Thread

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

Posting Permissions

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