Page 30 of 50 FirstFirst ... 20282930313240 ... LastLast
Results 726 to 750 of 1250

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

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

    Default

    Very odd, never ever had that problem before.
    So yea adjust the timing, and that SHOULD do the trick!
    Nothing else comes to mind right now. But it'll be a simple fix.
    Odd how that's happening all of a sudden.

  2. #727
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Very odd, never ever had that problem before.
    So yea adjust the timing, and that SHOULD do the trick!
    Nothing else comes to mind right now. But it'll be a simple fix.
    Odd how that's happening all of a sudden.
    I think it's because of how the rocks are positioned, this is the place above yanville

    I don't think any other places are positioned like this.. I know the one I was at never had this problem because there was no "have to walk all the way around that rock to get to the other rock" type deal
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

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

    Default

    If it's just hovering over rocks and not clicking, it's an uptext problem.
    If it's actually clicking a rock, but then clicking another before getting there, then it's a different problem.
    What's going on?

  4. #729
    Join Date
    Sep 2006
    Location
    Texas
    Posts
    1,349
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is the error on line 94 i get it too under the login.

    Simba Code:
    Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    Status: |     SRL Randoms Report       |
    Status: |       [url]www.villavu.com[/url]        |
    Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    Exception: Range check error at line 94
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]

    line:
    Simba Code:
    Result := (CountColor(0, MSCx - 20, MSCy - 20, MSCx + 20, MSCy + 20) < 20);

    Yes everything is updated.

    Window was boxed the runescape window.

    Safe mode is enabled.

    Whats weird is when i set it to "Software" the error wont pop up, but it also wont even try logging in.

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

    Default

    Yeah just add smart support and it will work fine.

    After Program YoHoJosPMS; put
    Simba Code:
    {$DEFINE SMART}

    After SetupSRL line put
    Simba Code:
    Smart_Server := 61;
      Smart_Signed := True;
      Smart_Members:= False;

    No login problems when using SMART.

    And yeah, Software mode is odd, only safe mode works properly. This is just some error when you don't auto with smart, something about losing focus of the client or something. Will add smart support (easy lol) in next 'version'.

  6. #731
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    If it's just hovering over rocks and not clicking, it's an uptext problem.
    If it's actually clicking a rock, but then clicking another before getting there, then it's a different problem.
    What's going on?
    I said before, it goes to a rock then goes to a new rock.. it doesn't click it doesn't really hover either, it moves to 1 rock then moves to another almost instantly

    I'll video it if you want

    I haven't tested the delays yet but they would probably fix it





    haha!

    update killed me!
    Last edited by grats; 10-28-2011 at 05:14 AM.
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

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

    Default

    NICE JOB! Love it!
    Here's my latest one! Just stopped because it only solved 1/2 of scaperune.
    Progress Report:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | -->          YoHoJos PMS 1.05                                            <-- |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    | Worked for 3 Hours, 7 Minutes and 55 Seconds
    | Mined 1737 ores at a rate of 556 per hour
    | Mined 63 loads at a rate of 20 per hour
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    # : Nick = A : Level  Worked   Mined  Loads  XP   Location
    0 : **** = F    1    02:30:57   1737   63    60795 L:Mining
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>

  8. #733
    Join Date
    Oct 2011
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Still not working for me:S it says no error or something, it just stands there :S

    Do you have teamviewer or anything?

  9. #734
    Join Date
    Oct 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is there an option for the time between breaks or how long the break is? I couldent find it in the code, could you tell me if there is one?

  10. #735
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by Popo009 View Post
    Is there an option for the time between breaks or how long the break is? I couldent find it in the code, could you tell me if there is one?
    Yea in the script up toward the top (line 85 is where it starts for me)

    the two specific lines are
    Simba Code:
    LoadsPerLogin= 10;     //How Many Loads To Do Per Login!
    and
    Simba Code:
    SleepyWeepie=  20;     //Minutes to wait before logging in again.0 = Disabled.

    By changing the first line you'll change how many loads it does until it takes a break, and the second line is how long it actually takes a break when it starts

    Quote Originally Posted by xiffs View Post
    Still not working for me:S it says no error or something, it just stands there :S

    Do you have teamviewer or anything?
    Yea I can help you through teamviewer if you need let me know
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  11. #736
    Join Date
    Oct 2011
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Still doesn't work and grats isn't online Should there show up something like a paint or gui?

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

    Default

    Quote Originally Posted by xiffs View Post
    Still doesn't work and grats isn't online Should there show up something like a paint or gui?
    What exactly is the problem you are having?
    Did you add smart support or are you using your browser?
    I'll upload a SMART version later today, that should stop most of the little problems.

  13. #738
    Join Date
    Oct 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when i press play i get this error:


    [Error] (15:16): is ('=') expected at line 14
    Compiling failed.

    any help?

    for me line 14 is where you enter the username

    EDIT: nvm fixed the problem
    Last edited by peeweewoen; 11-01-2011 at 05:36 AM. Reason: fixed the problem

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

    Default

    Should look like
    Simba Code:
    Name        := 'usernamehere';

    You maybe accidentally backspaced the = sign?

  15. #740
    Join Date
    Sep 2006
    Location
    Texas
    Posts
    1,349
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
    Code:
    ~~~~~~~~~~~~~~~~~~~~~~~~~\
    | -->          YoHoJos PMS 1.05                                            <-- |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    | Worked for 2 Hours, 9 Minutes and 1 Seconds
    | Mined 1092 ores at a rate of 511 per hour
    | Mined 39 loads at a rate of 18 per hour
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    # : Nick = A : Level  Worked   Mined  Loads  XP   Location
    0 : ames = T    57   03:37:15   1092   39    38220 L:Cant Find Rock :(
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Welcome to Runescape.
    
    'Runescape has been updated.'
    Successfully executed.

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

    Default

    Lovely! Thanks!!!

  17. #742
    Join Date
    Oct 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great script mate but my computer started itself while I was AFK and now when I'm starting this script again it does this: http://imgur.com/Iiegy

    Please help !

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

    Default

    You need to get the latest SMART.
    I think doing (in Simba). SRL Tab> Check for Update should fix it.
    If not download Smart 6.9 from here
    http://villavu.com/forum/showthread.php?t=67428
    and extract libsmart.dll to your simba plugins folder.

  19. #744
    Join Date
    Jul 2010
    Posts
    1,115
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Progress Report:
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    Status: |     SRL Randoms Report       |
    Status: |       www.villavu.com        |
    Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Status: | SRL Logs          :        1 |
    Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
     
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | -->          YoHoJos PMS 1.05                                            <-- |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    | Worked for 1 Hours, 22 Minutes and 18 Seconds
    | Mined 952 ores at a rate of 694 per hour
    | Mined 34 loads at a rate of 24 per hour
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    # : Nick = A : Level  Worked   Mined  Loads  XP   Location
    0 : ine  = T    1    00:00:00   952    34    33320 L:Mining
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>


    level doesnt work and bottom worked isnt working. level i care more about just because itd be nice to know what its at. ill post better later just wanted to mainly point out level

  20. #745
    Join Date
    Oct 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    You need to get the latest SMART.
    I think doing (in Simba). SRL Tab> Check for Update should fix it.
    If not download Smart 6.9 from here
    http://villavu.com/forum/showthread.php?t=67428
    and extract libsmart.dll to your simba plugins folder.
    Wow thanks mate and I'm sorry I couldnt get any progress report from yesterday.

  21. #746
    Join Date
    Oct 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    proggie

    | Worked for 2 Hours, 37 Minutes and 30 Seconds
    | Mined 1508 ores at a rate of 576 per hour
    | Mined 56 loads at a rate of 21 per hour

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

    Default

    Awesone! Going pretty fast I like that, next version will be slightly faster!
    Thanks for using and posting, any feedback or suggestions?

  23. #748
    Join Date
    Oct 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | --> YoHoJos PMS 1.05 <-- |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    | Worked for 3 Hours, 8 Minutes and 24 Seconds
    | Mined 1921 ores at a rate of 613 per hour
    | Mined 72 loads at a rate of 22 per hour
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>

    proggie!

    great script!
    maybe increase antiban like add camera movements, etc...

  24. #749
    Join Date
    Jul 2010
    Posts
    1,115
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    hey YoHoJo, change all the find level from 15 to 14 and thatll get the mining level issue fixed. im guessing it was changed when dungeoneering got added.

    Progress Report:
    Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    Status: |     SRL Randoms Report       |
    Status: |       www.villavu.com        |
    Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Status: | SRL Logs          :        1 |
    Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
     
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | -->          YoHoJos PMS 1.05                                            <-- |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    | Worked for 9 Minutes and 33 Seconds
    | Mined 104 ores at a rate of 653 per hour
    | Mined 4 loads at a rate of 25 per hour
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    # : Nick = A : Level  Worked   Mined  Loads  XP   Location
    0 : ine  = F    0    00:00:00   0      0     0     L:
    1 : awe1 = T    0    00:00:00   0      0     0     L:
    2 : awe2 = F    0    00:00:00   0      0     0     L:
    3 : awe3 = T    67   00:00:00   104    4     3640  L:Mining
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>


    lovin the script

  25. #750
    Join Date
    Nov 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it doesnt seem to enter my user and pass after i start it

    MSI scripts work for me but not public scripts..
    Last edited by demikidisme; 11-05-2011 at 09:49 AM.

Page 30 of 50 FirstFirst ... 20282930313240 ... 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
  •