Page 16 of 34 FirstFirst ... 6141516171826 ... LastLast
Results 376 to 400 of 835

Thread: [SRL 4] QuickPowerMiner

  1. #376
    Join Date
    Apr 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah it works! Does anybody now how to run it a bit faster?

  2. #377
    Join Date
    Aug 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow, This works really well, set it up one night, came back the next day (after school) and went up 10 levels! (36 to 46!!!!)

    Thank you!

  3. #378
    Join Date
    Apr 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It actually caught the gasses this time, probably because I was using a bronze pick instead of an addy pick (Murphy's Law and all that). This run stopped on Sgt Damien.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    [SRL4] QuickPowerminer 3.0 by Timothegreat
    ----------------------------------------
    Time Running: 1 Hours, 38 Minutes and 14 Seconds
    Ores Mined: 540
    Loads: 20
    Ores/hr: 330
    Responded: 2 Times
    Broken Picks: 0
    Gasses found: 4
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 4 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Talks : 5 |
    | Old Men : 3 |
    | Capn Hand[s] : 1 |
    | Boxes Solved : 2 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

  4. #379
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    glad to see people are helping each other out and so forth.

    Also glad to hear it caught all the gasses tetazoo... might depend on where your mining and the type of rock.
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  5. #380
    Join Date
    Apr 2008
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hi this script misses the username: and password: sometimes and at the moment it logs in checks stats goes back to inventory and then just stands there

    not sure whats wrong

    can someone help

  6. #381
    Join Date
    Dec 2006
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Runs perfectly for me, speed is fine. Only problem I can see so far is that it's constantly reporting which pickaxe I'm holding in the debug box. Otherwise, good job . I'm using it on one account so when I ran it, it came up with an "Out of Range" error. I just replaced the other 3 account spots with the same account for it to run smoothly. Changing the number of players didn't work either for some reason. FindObjOre2 Error also appeared, but I just removed the 2.

    PS: I tried SMART, it kind of messes up since the unsigned version takes a while to load. It assumes I don't have a pickaxe and stuff cause they haven't loaded yet. For some reason it also won't log in. I logged in manually and then let it run, and it works fine.

    EDIT: A run function would be good too, unless there's one and I haven't noticed it :P.

    EDIT2: I don't see the reason, but my anti-randoms aren't working. Niles and Security Guard were completely ignored by the bot.

  7. #382
    Join Date
    Feb 2008
    Location
    127.0.0.1
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works like a charm! Coal mining only could be a little bit faster, unless that small thing it works fine!

  8. #383
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    well if its having trouble logging in remove the line that says activateclient.
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  9. #384
    Join Date
    Apr 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey, i tried this script today, and when i executed it, it just logged me out and said "script completed"

    this is the first script i've ever run, idk, any help?

    if it helps, it says:
    Successfully compiled (2802 ms)
    SRL Compiled in 16 msec
    Found Compass
    Creating the NickTPA.
    Couldnt get pick colors, Equip or have in inventory.
    NextPlayer
    bete****
    Creating the NickTPA.
    Couldnt get pick colors, Equip or have in inventory.
    NextPlayer

  10. #385
    Join Date
    Apr 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i am a total dummy! please help me! I got the following errors:

    Line 42: [Error] (13175:26): Unknown identifier 'Tuue' in script C:\Documents and Settings\Ginu\Desktop\[SRL4] QuickPowerMiner3.0 pro.scar

    Line 1507: [Error] (14640:4): Unknown identifier 'FindObjOre2' in script C:\Documents and Settings\Ginu\Desktop\[SRL4] QuickPowerMiner3.0 pro.scar

    and i have no clue how to do:

    const
    SRLStatsID = ''; // SRL Stats ID Number
    SRLStatsPW = ''; // SRL Stats Password
    UseResponder = True; // Use autoresponder? (recommended)
    SleepMode = False; // sleep mode? (single player)
    SleepFor = 10; // minutes to sleep (add random 5 minutes to it)
    RunDir = 'E'; // direction to run if in fight
    // N for north, S for south, etc.

    Procedure DeclarePlayers;
    Begin
    HowManyPlayers := 4;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;

    Players[0].Name :='';
    Players[0].Pass :='';
    Players[0].Nick :=''; //3-4 letters from name
    Players[0].Active:= True;
    Players[0].Booleans[1]:= True; // True if new rocks. False if old. (new rocks have veins)
    Players[0].Booleans[2]:= False; // Pick equipped?
    Players[0].Strings[1]:= 'Tin'; // type of ore
    Players[0].Integers[1]:= 3; // # of loads

    Players[1].Name :='';
    Players[1].Pass :='';
    Players[1].Nick :=''; //3-4 letters from name
    Players[1].Active:= True;
    Players[1].Booleans[1]:= True; // True if new rocks. False if old.
    Players[1].Booleans[2]:= False; // Pick equipped?
    Players[1].Strings[1]:= 'Copper'; // type of ore
    Players[1].Integers[1]:= 3; // # of loads

    Players[2].Name :='';
    Players[2].Pass :='';
    Players[2].Nick :=''; //3-4 letters from name
    Players[2].Active:= True;
    Players[2].Booleans[1]:= True; // True if new rocks. False if old.
    Players[2].Booleans[2]:= False; // Pick equipped?

    Please help me with this i just got this like 20 mins ago and i feel like a complete retard because i cant figure this out! again please help this retard!


    EDIT: I got it started once then it logged me out =( then i retryed it and i got this:

    et a stats account soon at
    http://stats.srl-forums.com
    Creating the NickTPA.
    ** Warning in GameTab: 4 does not exist**
    Couldnt get pick colors, Equip or have in inventory.
    ** Warning in GameTab: 14 does not exist**
    NextPlayer
    ** Warning in GameTab: 14 does not exist**
    Creating the NickTPA.
    Nickname isnt set, taking the username instead..
    [Runtime Error] : Exception: in line 58 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Math.scar

  11. #386
    Join Date
    Apr 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea idk i have problems with this script too..only one of the scripts i have tried that has been workign successfully was pinky's.. but thats for wcing..

  12. #387
    Join Date
    Nov 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I hope this works good I'm gonna download.

  13. #388
    Join Date
    Apr 2008
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    u made a great script, meybe in next version u can do SMART in it?
    I don't say u have to do it, bud meybe u can do it

  14. #389
    Join Date
    Apr 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    tried it out and it did work for a bit, lost a pick head :-(, and broke an axe *which actually killed my player since it has 9hp*


    Time Running: 39 Minutes and 56 Seconds
    Ores Mined: 351
    Loads: 13
    Ores/hr: 527
    Responded: 0 Times
    Broken Picks: 0
    Gasses found: 0

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 4 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Talks : 2 |
    | Old Men : 1 |
    | Frog Solved : 1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/


    Did randoms perfectly...except axe head and gas once..axe head might wanna be fixed

  15. #390
    Join Date
    Dec 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Having trouble getting it to work

    Line 1507: [Error] (14728:4): Unknown identifier 'FindObjOre2' in script C:\ ???

    how do I fix this? no matter what I do it just keeps reoccurring. I tried removing the 2 in "FindObjOre2" then it just says Successfully compiled and just shuts down on me doing nothing...


    Additional information

    - mining iron at the Al Kharid site
    - using SMART
    - I have the newest version of scar

  16. #391
    Join Date
    Apr 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nitefall123 View Post
    Line 1507: [Error] (14728:4): Unknown identifier 'FindObjOre2' in script C:\ ???

    how do I fix this? no matter what I do it just keeps reoccurring. I tried removing the 2 in "FindObjOre2" then it just says Successfully compiled and just shuts down on me doing nothing...


    Additional information

    - mining iron at the Al Kharid site
    - using SMART
    - I have the newest version of scar
    try deleting the 2 from 'FindObjOre2'..it seemed to work for me

    *edit

    Gas protector doesn't work at all..my pick is always broken, or even lost when the pick head falls off..guy just logs out right after lol maybe you can fix that later?

  17. #392
    Join Date
    Apr 2008
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gonna try

  18. #393
    Join Date
    Apr 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 33: [Error] (13166:21): Identifier expected in script C:\Documents and Settings\Owner\Desktop\[SRL4] QuickPowerMiner3.0 pro.scar

    What Do i Do ???

  19. #394
    Join Date
    May 2007
    Posts
    106
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    [SRL4] QuickPowerminer 3.0 by Timothegreat
    ----------------------------------------
    Time Running: 1 Hours, 14 Minutes and 12 Seconds
    Ores Mined: 270
    Loads: 10
    Ores/hr: 218
    Responded: 3 Times
    Broken Picks: 0
    Gasses found: 3
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Stopped after that, do you kno why? 2 Chars could still mine -.-

  20. #395
    Join Date
    Apr 2008
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 1507: [Error] (14728:4): Unknown identifier 'FindObjOre2' in script C:\Documents and Settings\Administrator\Bureaublad\[SRL4] QuickPowerMiner3.0 pro.scar

    ???

  21. #396
    Join Date
    Apr 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Time Running: 50 Minutes and 27 Seconds
    Ores Mined: 432
    Loads: 16
    Ores/hr: 514
    Responded: 0 Times
    Broken Picks: 0
    Gasses found: 0

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 4 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Talks : 2 |
    | Old Men : 1 |
    | Lamps Solved : 2 |
    | Boxes Solved : 1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    Did good this time

  22. #397
    Join Date
    Apr 2008
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it's a good script, bud can u try to do SMART in it?

  23. #398
    Join Date
    Apr 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You have a Rune pickaxe
    You have a Rune pickaxe
    Passed Color Diversity: 56
    Total colors found: 62
    Passed Color Diversity after filtering the colors: 43
    Total colors found, after filtering: 62
    Gas Gave TRUE
    Time taken: 15
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    [SRL4] QuickPowerminer 3.0 by Timothegreat
    ----------------------------------------
    Time Running: 52 Minutes and 16 Seconds
    Ores Mined: 486
    Loads: 18
    Ores/hr: 558
    Responded: 1 Times
    Broken Picks: 0
    Gasses found: 1
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  24. #399
    Join Date
    Apr 2008
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just tried this script
    Code:
    Line 41: [Error] (18668:12): Unknown identifier 'BOOLEANS' in script C:\Program Files\SCAR 2.03\Scripts\[SRL4] QuickPowerMiner3.0 pro.scar

  25. #400
    Join Date
    Apr 2008
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    had that problem too at start, try updating everything by folowing the guide from the link timothegreat has in his post... http://www.villavu.com/forum/showthr...ght=subversion
    after I folowed that everything went fine to me, except the findobrobject2 or somting but just delete the 2 from that word and it should work fine...


    question, why doesn't this update my stats on stats.srl-forums.com ? I have everything correctly filled in on the script..
    also when I find a gas, it just keeps on mining causing my axe to break, isn't this script supposed to not make that happen

Page 16 of 34 FirstFirst ... 6141516171826 ... 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
  •