Page 10 of 34 FirstFirst ... 8910111220 ... LastLast
Results 226 to 250 of 835

Thread: [SRL 4] QuickPowerMiner

  1. #226
    Join Date
    Mar 2008
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I tried using it on one acc (didnt want to try to get pickaxes in hand on my other acc's) and it works ok until it logs out and then it looks like it keeps trying to log in, cept it's clicking on the wrong place so it cant type. It gets in a repeating loop at the login screen, just moving the mouse around.

    Anybody know why? Can I make the script shut itself down instead?

  2. #227
    Join Date
    Dec 2007
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Gas finder is absolutely zero!

  3. #228
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Kreks View Post
    Gas finder is absolutely zero!
    Your feedback is negative infinity.
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  4. #229
    Join Date
    Dec 2007
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    But it's true, I always find broken pickaxes...

  5. #230
    Join Date
    Mar 2008
    Location
    finland
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great script Timo. Working very well. In my use it don't detect sandwich lady, security guard or Rick Turpentine. All other randoms it handles very well. I sometimes get error like this:

    [Runtime Error] : Exception: Canvas does not allow drawing in line 126 in script C:\Program Files\SCAR 3.14\includes\SRL\SRL\Skill\Mining.scar

    Any advice why im getting that?
    Anyway worked altogether abt 5 h. Nice work. Rated it 5 stars.

  6. #231
    Join Date
    Mar 2008
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When I started it. It logged on then it logged off.

  7. #232
    Join Date
    Sep 2007
    Location
    Finland
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works great! Here's my proggie.
    ----------------------------------------
    Time Running: 31 Minutes and 50 Seconds
    Ores Mined: 112
    Loads: 4
    Ores/hr: 211
    Responded: 0 Times
    Broken Picks: 0
    Gasses found: 71
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  8. #233
    Join Date
    Feb 2008
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is this a good?

  9. #234
    Join Date
    Feb 2008
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how much gold will this thing mine a hour?

  10. #235
    Join Date
    Mar 2008
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    does this work good?

  11. #236
    Join Date
    Oct 2006
    Location
    Ėstonia
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I't doesnt work anymore correctly first when you start the script it click's on stats panel and is clicking on every skill and then cancel what means drop function does not work. Second it finds ores badly. Third when it even starts droping from bag it realy does not drop then too. It's click on ore and the cancel...

  12. #237
    Join Date
    Dec 2007
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by boss01 View Post
    I't doesnt work anymore correctly first when you start the script it click's on stats panel and is clicking on every skill and then cancel what means drop function does not work. Second it finds ores badly. Third when it even starts droping from bag it realy does not drop then too. It's click on ore and the cancel...
    Idk what you are talking about... works perfect!

  13. #238
    Join Date
    Mar 2008
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Too bad i don't got any "good" pickaxes on my noob miner (only got bronze).
    Got nothing and with the 3k cap i can't give any pickaxes

    Well, after i got some good pickaxes i wil try this out

  14. #239
    Join Date
    Mar 2008
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this is my first script so please bear with me.
    i'm only using one player so do i just delete all the other lines that i should fill out?
    also do i put my one player in the one with the player (0) by it?

    and i got the script to start but it just waits a few seconds and then logs out.

  15. #240
    Join Date
    Feb 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So I've been trying to figure out what the problem is, but I'm still having the issue with the script logging me in, and then just sitting there. I might be able to figure it out later on as I learn more about scripting but with my current knowledge, I'm afraid I cant figure it out on my own.

    Hopefully you can find out what the problem in Tim, and again thanks for the script

  16. #241
    Join Date
    Jan 2008
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kollmann View Post
    this is my first script so please bear with me.
    i'm only using one player so do i just delete all the other lines that i should fill out?
    also do i put my one player in the one with the player (0) by it?

    and i got the script to start but it just waits a few seconds and then logs out.
    Just set all of the other players to false example...

    SCAR Code:
    Players[0].Name :='';
      Players[0].Pass :='';
      Players[0].Nick :=''; //3-4 letters from name
      Players[0].Active:= True;                                //Set this to false on the players you aren't using.
      Players[0].Booleans[1]:= True; // True if new rocks. False if old.
      Players[0].Booleans[2]:= False; // Pick equipped?
      Players[0].Strings[1]:= 'Iron'; // type of ore
      Players[0].Integers[1]:= 3; // # of loads

  17. #242
    Join Date
    Mar 2008
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OH!!

    Thanks so much!!

    Hopefully it will work now

  18. #243
    Join Date
    Jan 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great worked so well ty

  19. #244
    Join Date
    Mar 2008
    Location
    USA
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get this error
    [Runtime Error] : Out Of Range in line 46 in script

  20. #245
    Join Date
    Jan 2008
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kollmann View Post
    OH!!

    Thanks so much!!

    Hopefully it will work now
    no problem, but remember don't be a leecher and spam your way to 10 posts so you can get to the junior member scripts section.

  21. #246
    Join Date
    Mar 2008
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It still signs on.
    Waits.
    Then signs off.

    Is it something to do with the script? Or am I still doing something wrong with setting it up?

    The error says:

    Getting NEW pickcolors, failed
    Getting NEW pickcolors, failed
    Getting NEW pickcolors, failed
    Getting NEW pickcolors, failed
    Getting NEW pickcolors, failed
    Couldnt get pickcolors
    Couldnt get pickcolors, Equip or have in inventory.

  22. #247
    Join Date
    Mar 2008
    Posts
    200
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    i get this error

    [Runtime Error] : Out Of Range in line 46 in script C:\Documents and Settings\Family\Local Settings\Temporary Internet Files\Content.IE5\GR2R69MH\%5BSRL4%5D%20QuickPower Miner2[1].0public.scar

  23. #248
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    You can edit a post by clicking the edit button under it, and from there you can delete a post.

  24. #249
    Join Date
    Dec 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it didn't work for me.




    RUNESCAPE RULES ALL

  25. #250
    Join Date
    Jun 2007
    Location
    Drugs are bad mkay?
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice script 1 of the 2 that works for me your da best
    Current Scripts:
    OakZZ!||Done!!!!
    WillowZZ!||Done!!!!
    ChickenZZ!||Done!!!!
    KaramjaFisher||Done!!!!
    Firemaking||Busy!!!!
    http://www.fenjer.com/adnan/SRLStats/4708.png

Page 10 of 34 FirstFirst ... 8910111220 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SRL4] QuickPowerMiner
    By Timothegreat in forum RS3 Outdated / Broken Scripts
    Replies: 220
    Last Post: 12-26-2008, 10:40 AM
  2. Problem with QuickPowerMiner by Timothegreat
    By ryanhoffman5 in forum OSR Help
    Replies: 8
    Last Post: 05-04-2008, 09:01 PM
  3. QuickPowerMiner Prob.
    By sylvie56 in forum OSR Help
    Replies: 3
    Last Post: 04-09-2008, 09:12 AM

Posting Permissions

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