Page 3 of 50 FirstFirst 1234513 ... LastLast
Results 51 to 75 of 1250

Thread: YoHoJo's [P]ower [M]iner [S]upreme

  1. #51
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Btw, I'm powermining coal @ skeleton mine in wilderness (lvl 10), here's the color info I use:
    SCAR Code:
    5: Begin RockInFoE:=[0.15 , 0.22]; RockInFoI:=[789517,  5]; End;
    Dunno if it's the same in every place though. This is pretty much the best place in the whole RS to level mining when it's already >50, cause there's nobody here and like 20 coal rocks!

  2. #52
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Thanks Marpis. Hmm powermining coal, never pondered it, and I'm, not sure about that, iron is pretty damn fast xp, dunno if coal could surpass it, but ill add that option into the script .

  3. #53
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Thanks Marpis. Hmm powermining coal, never pondered it, and I'm, not sure about that, iron is pretty damn fast xp, dunno if coal could surpass it, but ill add that option into the script .
    Almost every iron place is crowded and many legit miners like to hunt bots. :-\
    Many times I have stopped SCAR when I see people yelling my name "report him report him!!" after only 10 minutes of autoing.
    And coal can and will surpass iron, but only if your mining is high. My mining is only 56 now and I'm not sure if 13k/hr is that good, but I believe it will skyrocket after reaching 60-65! Getting it to 70 atleast now.
    Last edited by marpis; 12-06-2009 at 08:06 PM.

  4. #54
    Join Date
    Feb 2006
    Location
    Pennsylvania
    Posts
    1,524
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by marpis View Post
    Almost every iron place is crowded and many legit miners like to hunt bots. :-\
    Many times I have stopped SCAR when I see people yelling my name "report him report him!!" after only 10 minutes of autoing.
    And coal can and will surpass iron, but only if your mining is high. My mining is only 56 now and I'm not sure if 13k/hr is that good, but I believe it will skyrocket after reaching 60-65! Getting it to 70 atleast now.
    I always thought iron went a lot faster at level 70, not 60. Maybe it's changed. I'm curious now, let me know if you notice a change in speed when you reach 60.

  5. #55
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Yeah I totally hate that, some are so stupid! Happened to me once, and I even responded and a few guys still wanted to report me, but others supported me and called them stupid . I dunno, SRL/SCAR is pretty humanlike though, I doubt a few reports would get me banned, but better to be safe, why not just auto iron at less crowded times? Coal seems to me much slower, iron is 1 hit with rune pickaxe!

    Edit: @Bebe, IMO at 41-VERY HIGH iron is fastest. 1 Hit with rune pickaxe.... !

  6. #56
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Oh and I think Function OreInLast is kinda useless, why not just use InvFull?
    I had a gem in the last spot and the script kept clicking a rock :-\ Very, very botlike!
    That's a big flaw matey!

  7. #57
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by marpis View Post
    Oh and I think Function OreInLast is kinda useless, why not just use InvFull?
    I had a gem in the last spot and the script kept clicking a rock :-\ Very, very botlike!
    That's a big flaw matey!
    Been said already, and I've said I'm working on it also.
    Here's the fix, not released yet:

    SCAR Code:
    Function OreInLast:Boolean;
    Begin
      If ( GetColor(703, 458) And GetColor(702, 441) = 131072 ) Or
         ( GetColor(696, 436) And GetColor(708, 456) = 131072 ) Then
      If InvFull Then
       Result:=True;
    End;

    Also, the point is that instead of checking invfull after each ore, it just checks 2 pixels first, less time (although its just ms) if I do enough "small checks before big checks" it'll overall noticeably increase script speed.

    BeBe is testing the break taker for me, and shell be back in 2ish hours and let me know how that worked, after that I will release the next version with fixed dropper, and break taking.

    Also, marpis:
    F2P Iron is supposedly fastest xp until level 85ish
    P2P Iron is fastest until 75, and then granite/sandstone until 99.
    Just some info.

  8. #58
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Been said already, and I've said I'm working on it also.
    Here's the fix, not released yet:

    SCAR Code:
    Function OreInLast:Boolean;
    Begin
      If ( GetColor(703, 458) And GetColor(702, 441) = 131072 ) Or
         ( GetColor(696, 436) And GetColor(708, 456) = 131072 ) Then
      If InvFull Then
       Result:=True;
    End;

    Also, the point is that instead of checking invfull after each ore, it just checks 2 pixels first, less time (although its just ms) if I do enough "small checks before big checks" it'll overall noticeably increase script speed.

    BeBe is testing the break taker for me, and shell be back in 2ish hours and let me know how that worked, after that I will release the next version with fixed dropper, and break taking.

    Also, marpis:
    F2P Iron is supposedly fastest xp until level 85ish
    P2P Iron is fastest until 75, and then granite/sandstone until 99.
    Just some info.
    Hmm, I think I'll test this XP rate thing right now!
    Also dude you will barely save milliseconds...
    Just use InvFull, because if Jagex updates gem/ore outline with one pixel or moves the image 1 pixel to some direction, it will ruin your script and make it botty again.

  9. #59
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    http://runescape.wikia.com/wiki/Mini...ember_Training
    (And member training right below it)
    More Detailed F2P:
    http://runescape.wikia.com/wiki/Free...ining_training
    (Hmm, they say supereheating mith bars in mining guild is fastest xp, i doubt thats faster than powermining iron....)

    Just read some articles at that wikia site, its my favorite , and form your own opinion, but ofc best thing to do would be to just test xp/hr yourself, let me know the results of iron vs coal please!

    Edit: It saves 1 second every 66 loads Every second counts!
    Successfully compiled (4609 ms)
    15ms
    0ms
    Successfully executed
    Successfully compiled (4046 ms)
    15ms
    0ms
    Successfully executed
    Successfully compiled (4280 ms)
    15ms
    0ms
    Successfully executed
    Successfully compiled (4236 ms)
    16ms
    0ms
    Last edited by YoHoJo; 12-06-2009 at 09:16 PM.

  10. #60
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    http://runescape.wikia.com/wiki/Mini...ember_Training
    (And member training right below it)
    More Detailed F2P:
    http://runescape.wikia.com/wiki/Free...ining_training
    (Hmm, they say supereheating mith bars in mining guild is fastest xp, i doubt thats faster than powermining iron....)

    Just read some articles at that wikia site, its my favorite , and form your own opinion, but ofc best thing to do would be to just test xp/hr yourself, let me know the results of iron vs coal please!

    Edit: It saves 1 second every 66 loads Every second counts!
    I rather use the 1 second every 66 loads if there otherwise is a chance to get banned by a minor update by Jagex

  11. #61
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Ill change the pixel check to a FindColorIn and and just add like 1ms per check! EAT IT!

  12. #62
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Coal
    PHP Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | -->          
    YoHoJos PMS 1.00                <-- |
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
     | 
    Worked for 12 Minutes and 43 Seconds
     
    Mined 56 ores at a rate of 263 per hour
     
    Mined 2 loads at a rate of 9 per hour
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> 
    263 * 50 = 13,150 xp/hr

    Iron
    PHP Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | -->          
    YoHoJos PMS 1.00                <-- |
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
     | 
    Worked for 12 Minutes and 17 Seconds
     
    Mined 105 ores at a rate of 512 per hour
     
    Mined 4 loads at a rate of 19 per hour
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> 
    512 * 35 = 17,920 xp/hr


    Looks like iron wins big time at least for this level.
    I'll check this out again when I'm 60 and again when I'm 70.

  13. #63
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Well IMO just check coal again.
    Iron is pretty much ALWAYS 1 hit with a rune pickaxe. So that number shoudn't differ much.
    Coal should get faster at higher levels though, so test coal again later.

    F2P iron is fastest until like 85?
    P2P Iron until Iron until 75?
    Is what most people tend to go by.
    So, besides the gem stuff, hows the miner for marpis? Any feedback, additions you'd like?

    Also, yeah I'm pretty interested to see when/if coal will be faster than Iron, seems pretty possible at maybe 70+

  14. #64
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It cant find iron ore :s You got any new color ?

  15. #65
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Look Me View Post
    It cant find iron ore :s You got any new color ?
    What are you taking about :s I just mined iron few hours ago. Did you set the script right? Number 4 is Iron.

  16. #66
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by Look Me View Post
    It cant find iron ore :s You got any new color ?
    Make sure you have Integers[1] set to 4 for all players mining iron.
    Try other ores and see if the script at least works for those.
    If it still cant find iron, tell me the location you are at and ill test it myself and see if colors are working.
    Ill have a version with fixed up dropping and break taking out TODAY!

    Integers[1] := 2; //1=BrightCopper,2=DarkCopper,3=Tin,4=Iron.

  17. #67
    Join Date
    Sep 2009
    Posts
    580
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For some reason it stalls at "searching for rock" :/ SMART then freezes. I'm at Grand Tree mine btw.
    I don't check this place often, sorry.

    Currently working on - Software Engineering degree. Thank you SRL for showing me the one true path

  18. #68
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by Cigue View Post
    For some reason it stalls at "searching for rock" :/ SMART then freezes. I'm at Grand Tree mine btw.
    Hmm, if it freezes like that that means it cant find rock, and it should log out after 90 seconds.
    What type of rock? Sure you picked right Integers[0]?
    If all that is correct, is it possible could borrow the account, grab some colors and give it back? Just PM me the info.


    News: Versions 1.01 has been released. Read the "Version History" below for details! (I Hope It Works !)
    Last edited by YoHoJo; 12-08-2009 at 01:02 AM.

  19. #69
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It find them but dont click on, i mine south of falador.

  20. #70
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Ok, thats Rimmington mine. What type of ore are you trying to mine? I have an account there and I'll test it out myself. I hope I didn't screw something stupid up

    Look Me. I just tested all of the colors, and they are working properly.
    Make sure to fill out this line correctly:
    Integers[1] := 2; //1=BrightCopper,2=DarkCopper,3=Tin,4=Iron.

    Make sure your SCAR is up to date, if it finds rock, but doesn't click, your upchars may still be broken somehow :/. Because its working for me at rimmington (south Falador) mine for every rock.
    Last edited by YoHoJo; 12-08-2009 at 04:51 AM.

  21. #71
    Join Date
    Feb 2006
    Location
    Pennsylvania
    Posts
    1,524
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Also make sure you have the latest open dev repo and have adjusted your graphical options correctly

  22. #72
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by Bebe View Post
    I'm on Windows 7, Scar 3.22 and latest open dev revision.

    It seems to be a problem with Windows 7 and some tweeks I made to the registry and other files causing errors when I try to run SCAR/SMART while running more than 3 other programs. I've tracked down the problem after 3 hours of googling and playing around with files/settings. Note: Windows 7 sucks.
    PHEW! Thought I was the only one. Yeah same with me... I had Scar crashing every 2-3 hours randomly on my Pest Control script. Ran scar in compatibility mode (Vista) then it started running more smoothly. Haha.

    Well this thread made me want to bot again! Nice script YoHoJo but I got iBot auto miner auths time to put them in use .

    P.S I love how the old timers are coming back alive! Things are going right, proof: Allen Iverson returned to the 76ers.

    P.S.S Sorry for going off topic!
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  23. #73
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Damn sorry my fault , i didint notice that scar 3.22 was out but now i got another error

    When it search for the skill the program say :

    [Runtime Error] : Exception: Can't allocate the DIB handle in line 429 in script C:\Program Files\SCAR 3.22\includes\SRL\SRL\Core\GameTab.scar

  24. #74
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Scar 3.23 is out! Update to that and update your SRL!

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

    Default

    Anyone thought to powermine coal in a pvp world? 2x the XP
    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

Page 3 of 50 FirstFirst 1234513 ... LastLast

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
  •