Page 9 of 50 FirstFirst ... 789101119 ... LastLast
Results 201 to 225 of 1250

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

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

    Default

    Yeah it randomly moves around sometimes as antiban, and yes, 3 times when dropping ores it clicks examine/use on 'accident' .

    It SHOULD click the closest rock most of the time, but yeah, sometimes it doesn't detect the closest rock for some reason, I'll try to sort that out in the next version, thanks for the feedback

  2. #202
    Join Date
    Nov 2006
    Posts
    235
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    3 times? Is there some way to randomize that? make it like, 0-4?
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig
    http://www.stats.srl-forums.com/sigs/5612.png
    http://www.wizards.com/magic/images/...or_iswhite.jpg

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

    Default

    Yes there is, but I SUPER HIGHYLY DOUBT Jagex cheeks how many times you misclick you ores when you drop it .
    Anyways, I'm pretty sure you just find this line:

    AntiB:=[(Random(28)+1) , (Random(28)+1) , (Random(28)+1)];

    And each Random(28)+1 Means a 'misclick'
    So if you want more/less just add/remove some.

    Also, I know that didn't quite answer your question, weather or not the misclick could be randomized each time, the answer to that is also yes, and its simple, but I'm too lazy to think about it right now. Heck, in the new version ill make it random though maybe .

  4. #204
    Join Date
    Nov 2006
    Posts
    235
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So, I ran the script again today with a bunch of characters.

    I noticed that it detected a random event for one of the characters, and logged the guy out. Great job! But after that, it just stalled. Stopped doing anything. I propose that you use the active boolean on each player. If a player becomes random event-ized, make them inactive and switch to the next player. This will make your script MUCH more useful, as well as decreasing the chances of it being caught.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig
    http://www.stats.srl-forums.com/sigs/5612.png
    http://www.wizards.com/magic/images/...or_iswhite.jpg

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

    Default

    Yeah it logs out when it finds randoms, and SHOULD move on, I see no reason why it shouldn't.
    Maybe it still waits 90 seconds after the random is found (the time it waits before the 'cant find rock' false), and then moves on, but I'm 90% sure it moves on, always does for me. Try waiting longer next time?

  6. #206
    Join Date
    Nov 2006
    Posts
    235
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is the third time it's done it. This time, I waited >40 minutes.
    Last edited by Wrycu; 01-14-2010 at 08:25 PM.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig
    http://www.stats.srl-forums.com/sigs/5612.png
    http://www.wizards.com/magic/images/...or_iswhite.jpg

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

    Default

    The Maze random is a problem in SRL. I've heard that there is a infinite loop or something whacky in it. If its dying after randoms, its probably broken random code (SRL) and not the script. Also, if you are getting randoms that often on one account, its probably flagged (Jagex suspects you are autoing) and you should play legit and do a quest/different skill on it for a while. You just seem to be having bad luck :/.

    Here is an example of it encountering randoms, but still running:
    http://www.villavu.com/forum/showpos...&postcount=112
    Last edited by YoHoJo; 01-14-2010 at 07:04 AM.

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

    Default

    UPDATE: Version 1.04 Released.

    Please register here and use script stats: http://scriptmanager.freehostia.com/index.php

    Here's a tutorial (Not too hard to just register, but whatever) (Only Steps I,II,III Needed): http://www.villavu.com/forum/showthread.php?t=53844

    Here are the current stats of the script! http://scriptmanager.freehostia.com/scripts.php?sid=23

    Here is a quick test progress report from version 1.04:
    Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | -->          YoHoJos PMS 1.03                                            <-- |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    | Worked for 1 Hours, 47 Minutes and 16 Seconds
    | Mined 1185 ores at a rate of 662 per hour
    | Mined 45 loads at a rate of 25 per hour
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    # : Nick = A : Level  Worked   Mined  Loads  XP   Location
    0 : **= T    59   00:19:59   233    9     8155  L:Mining
    1 : **= T    59   00:20:51   241    9     8435  L:Mining
    2 : **= T    57   00:20:23   240    9     8400  L:Mining
    3 : **= T    57   00:21:03   231    9     8085  L:Mining
    4 : **= T    56   00:20:40   240    9     8400  L:Mining
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Enjoy! Please Use Stats!

  9. #209
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Looks nice, did you update anything else but the stats system? Something about the script terminating maybe?
    There used to be something meaningful here.

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

    Default

    Quote Originally Posted by Frement View Post
    Looks nice, did you update anything else but the stats system? Something about the script terminating maybe?
    About 90%+ of the terminations/screwups are due to instabilities in SCAR/SRL/Random Solvers, not much I can do . Bebe got a 29 hour report just fine, and many people got at least 6+ hours, should be enough!

  11. #211
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Running it over night on my miner army of 6
    Srl Stats enabled Will Post proggy if it doesnt get stuck by a random
    Being A Boss

  12. #212
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    PHP Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | -->          
    YoHoJos PMS 1.04                                            <-- |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    Worked for 14 Hours57 Minutes and 52 Seconds
    Mined 3916 ores at a rate of 261 per hour
    Mined 143 loads at a rate of 9 per hour
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    # : Nick = A : Level  Worked   Mined  Loads  XP   Location
    : **** = T    65   05:46:42   2071   77    72485 L:Mining
    : **** = T    44   06:30:00   1845   66    32287,5L:Mining
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> 
    Got stuck in login, there was this "Logging in..." and nothing happened :/ waited for 10mins or so.
    There used to be something meaningful here.

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

    Default

    A HUGE thanks to Frement for using the script A LOT and pumping up the stats!
    So far he has racked up a whopping: 1 day, 9 hours and 41 minutes
    and its going up fast! Also, another thanks to him for helping starting to make a stats sig for the script!

    Also, Frement about your error, must have been a problem with lag or something :/ that's odd. Were any of the accounts stuck in randoms or anything?
    Also, wow you auto a lot =D. How many accounts do you have/use? Mining levels? Combat levels? Any other outstanding stats on them?

  14. #214
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    What about putting the stat sig at the first page?

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

    Default

    Quote Originally Posted by Zyt3x View Post
    What about putting the stat sig at the first page?
    Yeah, that's the plan. But Frement's isn't all the way done yet. See how they are going here:
    http://www.villavu.com/forum/showthread.php?t=54277

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

    Default

    Code:
    STATS: "ERROR(1): Wrong username or password!"
    I'm entering the correct username and password.. wtf...

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

    Default

    Gotta put in the ID, not username.
    Log into stats page, click profile at top left, and it'll say
    User ID ##

    Thanks for using stats!

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

    Default

    Quote Originally Posted by YoHoJo View Post
    Gotta put in the ID, not username.
    Log into stats page, click profile at top left, and it'll say
    User ID ##

    Thanks for using stats!
    I'm retarded... :/ Thanks
    Last edited by Bebe; 01-16-2010 at 09:31 PM.

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

    Default

    Stop mining tin BeBeMyCat you noob! Walk south and mine up the iron at al-kharid!
    Mined 5 loads at a rate of 19 per hour

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

    Default

    Quote Originally Posted by YoHoJo View Post
    Stop mining tin BeBeMyCat you noob! Walk south and mine up the iron at al-kharid!
    I have two accounts mining iron later in the rotation of players

    I like tin. It's never populated. Very fast. Legits typically don't talk to you because you aren't competing with them.

    Slow and steady wins the race (atleast with SCAR/SRL )

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

    Default

    Mah, Iron ore is faster xp and its not crowded at al-kharid grrr. Idk why you are mining tin on accounts that can easily 1 hit iron, its just so frustrating! ! Be efficient runescape is all about efficiency. Slow and steady fails.

  22. #222
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    I have 5 miners and 5 woodcutters Mining levels are like 40-70 and combats in the 30-50 (basic str/att/def). And yeah i try to get a bigger proggy for ya.

    And i have 2 pc's, and my current project is to install vmware and few more xp's on them.

    E: 100th post!
    Last edited by Frement; 01-16-2010 at 10:00 PM.
    There used to be something meaningful here.

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

    Default

    Quote Originally Posted by YoHoJo View Post
    Mah, Iron ore is faster xp and its not crowded at al-kharid grrr. Idk why you are mining tin on accounts that can easily 1 hit iron, its just so frustrating! ! Be efficient runescape is all about efficiency. Slow and steady fails.
    I like my tin!!!

    Once they all go false, I'll mine them again on iron. Happy?

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

    Default

    BeBe: once one goes false. Open another rs client, fix it and get it back at the mine, go to profile at stats page, click 'My Accounts' under options, tick the check box under 'active' of the falsed account, click update. WahLah, its true again. Infinite autoing !

    Well, one good thing about you mining tin is that its adding to the stats prog, since no one else is retarded like you and mines tin, you are the first!

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

    Default

    My progress so far:

    Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | -->          YoHoJos PMS 1.04                                            <-- |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    | Worked for 9 Hours, 5 Minutes and 10 Seconds
    | Mined 3511 ores at a rate of 386 per hour
    | Mined 130 loads at a rate of 14 per hour
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    # : Nick = A : Level  Worked   Mined  Loads  XP   Location
    0 : * = T         47   01:11:18   419    15    14665 L:Cant Find Rock :(
    1 : * = T         46   01:46:45   968    36    16940 L:Mining
    2 : * = T         46   00:43:41   349    13    6107.5L:Cant Find Rock :(
    3 : * = T         36   02:14:47   861    33    15067.5L:Mining
    4 : *= T         30   02:59:19   914    33    15995 L:Mining
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    I fixed the two "Cant Find Rock"'s and the players are true and ready to auto again I'm hoping to beat my 29 hour report with less players, and lower level players

Page 9 of 50 FirstFirst ... 789101119 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •