Page 49 of 60 FirstFirst ... 39474849505159 ... LastLast
Results 1,201 to 1,225 of 1484

Thread: Wizzup's [SRL] PowerMiner.

  1. #1201
    Join Date
    May 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've tried slowing down the click speed and mouse movement, and it's still not working! Can anyone help???

  2. #1202
    Join Date
    May 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Short Proggy. I used only one char this time, but it worked fantastic


    Ores Mined and Dropped : 415
    Number of avoided gasses: 2
    Worked for 58 Minutes and 3 Seconds

    -------------------------------------------------

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL Randoms Report |
    | www.villu-reborn.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Talking Random[s] : 5 |
    | OldMen Solved : 2 |
    | Lamp[s] Solved : 2 |
    | Frog[s] Solved : 2 |
    | New Box[es] Solved : 1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    0 : = True; Mined and dropped: 415 Ores; M lvl:58

  3. #1203
    Join Date
    Mar 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    whats prob?

    [Runtime Error] : Out Of Range in line 49 in script



    How to fix this?

  4. #1204
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    You probably have your players set up wrong. If you are only using 1 player than you have to blank out all the other players.


  5. #1205
    Join Date
    May 2007
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i got this working pretty good but all randoms mess it up!! it always a random the mess it up or the pickaxe head fall off! why dosnet random or pickaxe finder work?? im useing 1.09

    program Powerminer;

    {.include SRL\SRL.scar}
    {.include SRL\SRL\Skill\Mining.scar}
    {.include SRL\SRL\Misc\Trade.scar}

    Const
    StartPlayer = 0; // The Number of the player that has to start.
    NumberOfUsers = 1; // How many players you are using.
    YourSRLStatsID = '****'; // Must be a string!
    YourSRLStatsPass = '*********'; // Must be a string!
    TheMinCount = 4; // MinCount 4 for normal (old rocks), 1 for Rimmington (new) rocks
    OreTol = 4; // Anything between 4 - 19. (4 to 9) with normal rocks
    // 9 - 14 on new rocks.
    SecondsToWait = 5; // Number Of Seconds You want to wait.
    Loads = 999; // Number Of Loads.
    RunDir = 'S'; // RunDirection, choose it wisely.

    MinutesPerLoad = 100; // Max amount of minutes to take before dropping.
    AutoColor = True; // True for autocolor, recommend for better preformance.
    WizzyDebug = False; // WizzyDebug.

    Const
    VersionNumber = '3.09';

    {--------------------------------------------------------

    Procedure DeclarePlayers;

    --------------------------------------------------------}

    Procedure DeclarePlayers;

    Begin
    HowManyPlayers := 1;
    NumberOfPlayers( HowManyPlayers );
    CurrentPlayer := 0;

    Players[0].Name :='********';
    Players[0].Pass :='********';
    Players[0].Nick :='***';
    Players[0].Active:=True;
    Players[0].String1 := 'Iron'; // Primairy Ore Color
    Players[0].String2 := 'Iron'; // Secondairy Ore Color wont be mined as much as 1.
    Players[0].String3 := 'Iron'; // Third Ore Color, won't be mined as much as 1 and 2.
    Players[0].Boolean1 := false; // Is The Pick Equipped?
    Players[0].Boolean2 := True; // False for brightness Check Once.




    Writeln( IntToStr ( HowManyPlayers ) + ' Players' );
    End;

    // ----------------------------------------------------------------- //

    Const
    CopperColor = 4286610;
    TinColor = 9277080;
    ClayColor = 4553880;
    IronColor = 2370383;
    SilverColor = 12434885;
    CoalColor = 2834753;
    GoldColor = 1881051;
    MithrilColor = 7359564;
    AdamantColor = 6322272;
    RuniteColor = 8681306;

    { Don't change below if you consider yourself a beginner.}

    Var
    MinCount : Byte;
    Clay, Ores, OreMask, MyMark, OreCounter, Gasses, DroppedOreColor: Integer;

    ScriptStartTime1, ScriptStartTime2,
    FindNorMalRandomsTime, FindFastRandomsTime: LongInt;

    NormalRandomsTime, FastRandomsTime, FindTalkTime: LongInt;

    //----------------------------------------------------------------------------//
    //-- Checks and sets Auto Retaliate. True = On, False = Off --//
    //----------------------------------------------------------------------------//

    procedure Retaliate(AutoRet:Boolean); // WT-Fakawi.
    begin
    GameTab(1);
    if AutoRet then
    begin
    If not FindColor(x,y,1777020,624, 385, 719,396) then
    begin
    Mouse(666,381,8,8, True);
    end;
    end;
    if not AutoRet then
    begin
    If FindColor(x,y,1777020,624, 385, 719,396) then
    begin
    Mouse(666,381,8,8, True);
    end;
    end;
    end;
    Easiest money for RS Membership!
    http://i190.photobucket.com/albums/z...24/banner2.gif
    I make around 25$ a month! Doing Nothing!! :O

  6. #1206
    Join Date
    Apr 2007
    Posts
    357
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hampus008 View Post
    i got this working pretty good but all randoms mess it up!! it always a random the mess it up or the pickaxe head fall off! why dosnet random or pickaxe finder work?? im useing 1.09


    Use the 3.09 its the most recent one

  7. #1207
    Join Date
    May 2007
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i mean i use 3.06 in scar 3.7 in SRL and 1.09 in the script
    Easiest money for RS Membership!
    http://i190.photobucket.com/albums/z...24/banner2.gif
    I make around 25$ a month! Doing Nothing!! :O

  8. #1208
    Join Date
    May 2007
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hiya, witch of the scripts are best ? mining fastest finding randoms etc.

    And where is it best to run script on irons, in f2p?:$
    Thanks!

  9. #1209
    Join Date
    Apr 2007
    Location
    Rimmington
    Posts
    168
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    has this got anit randoms and script to solve the randoms?

  10. #1210
    Join Date
    May 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can no one help me??

  11. #1211
    Join Date
    Feb 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Powerminer created by Wizzup?.
    Version: 3.09.

    Ores Mined and Dropped : 1600
    Number of avoided gasses: 10
    Worked for 3 Hours, 31 Minutes and 53 Seconds


    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL Randoms Report |
    | www.villu-reborn.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Logged in : 1 |
    | Fight Random[s] : 3 |
    | Talking Random[s] : 7 |
    | OldMen Solved : 4 |
    | Lamp[s] Solved : 4 |
    | Capn Hand[s] Solved : 1 |
    | New Box[es] Solved : 5 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/


    the pickaxe head finder does not work fine
    JAGEX SOON OF B***H THEY BANNED MY MAIN

    MMM LVL 96 with 17M Not baD? Lo0O0oL


    http://r2.fodey.com/1d44f070dd82e403...7db33ad2.1.gif

    http://www.fenjer.com/adnan/SRLStats/malakai.png

  12. #1212
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gas dont work all times but still SICK script

  13. #1213
    Join Date
    May 2007
    Location
    New Zealand
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    constantly getting error saying that it can't find compass direction or something?

  14. #1214
    Join Date
    May 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This my first time using srl and scar.
    I have Scar version 3.06 and SRL version 3.7.
    I dont get the part where you have to fill in the player setup
    I am only using 1 player so can you please help?

  15. #1215
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by jamesshaw View Post
    constantly getting error saying that it can't find compass direction or something?
    Drag the crosshairs over the RS screen.


  16. #1216
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Made some new awesome RockFinding Procedures.
    Will probably be in the next version...



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  17. #1217
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yay new version

  18. #1218
    Join Date
    May 2007
    Location
    New Zealand
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it says

    Compiled in.....
    1 player

    and then nothing happens

  19. #1219
    Join Date
    May 2007
    Location
    New Zealand
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Iv'e litterally been trying to get this script working properly for over 2 hours now.! so far no script other than autotalker has worked for me. I would be highly greatful if someone added me at james_shaw_nz@hotmail.com and helped me out. It would be really helpful

    Thanks james

  20. #1220
    Join Date
    May 2007
    Location
    New Zealand
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Runtime Error] : Out Of Range in line 50 in script C:\WINDOWS\Desktop\Runescape\SCAR 3.06\Scripts\SRL Powerminer 3[3].09.scar

    That error occurs. So i go to line 50 in the scrip and its the form for player number 1. So i delete all other players except player 0. and click play and says

    Compiled in 1716ms
    1 players

    And then nothing happens.

    The script stops at around line 370

    Please help
    james_shaw_nz@hotmail.com

  21. #1221
    Join Date
    May 2007
    Posts
    663
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    Made some new awesome RockFinding Procedures.
    Will probably be in the next version...
    can't wait!

  22. #1222
    Join Date
    May 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks a lot

  23. #1223
    Join Date
    Mar 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi, I have tried this script several times now, and I keep getting the same two problems. Either it mines the wrong type of rock every once in a while even when I have Iron for 1, 2, and 3 for choices, or it doesn't attach the pickaxe head. The pick head is my main concern. I am using scar 3.06 divi and srl 3.7 and version 3.09 of this script. Thanks!

  24. #1224
    Join Date
    Mar 2007
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    ----------------------------------------------
    
    Powerminer created by Wizzup?.
    Version: 3.09.
    
    Ores Mined and Dropped : 708
    Number of avoided gasses: 347
    Worked for 5 Hours, 32 Minutes and 6 Seconds
    
    ----------------------------------------------
    
    0 : *** = F; Mined: 211 Ores; M lvl:41
    1 : *** = T; Mined: 131 Ores; M lvl:37
    2 : *** = F; Mined: 40 Ores; M lvl:37
    3 : *** = F; Mined: 0 Ores; M lvl:33
    4 : *** = T; Mined: 286 Ores; M lvl:36
    5 : *** = T; Mined: 40 Ores; M lvl:0
    
    
    ----------------------------------------------
    Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL Randoms Report       |
    |    www.villu-reborn.com      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Logged in             :  18  |
    | Trade[s] Made         :  5   |
    | Trade[s] Missed       :  9   |
    | Fight Random[s]       :  27  |
    | Talking Random[s]     :  10  |
    | Dwarf[s] Solved       :  1   |
    | Rick[s] Solved        :  1   |
    | OldMen Solved         :  5   |
    | SandWich[es] Solved   :  1   |
    | Lamp[s] Solved        :  2   |
    | Capn Hand[s] Solved   :  1   |
    | New Box[es] Solved    :  5   |
    | Mod[s] encountered    :  1   |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/


    Very nice script :P it detects gas to much, and the time it dosent my axe got broke lol.


    Someone: 'Who the hell is TooManySitUps?'

    Boreas: 'Switch the first and last letter of my name, what do you get?'

    Someone: 'Um, SoreAb?'

    Boreas: 'And how do you get that?'

    Someone: 'From Too Many Sit Ups!! Haha, Boreas you are so clever!'

    Boreas: 'Ya he's like my evil twin that takes over when I'm being really sarcastic, or playing devil's advocate.'

  25. #1225
    Join Date
    Jun 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey for this script I have a question when i run it, it comes up with an error saying [Runtime Error] : Out Of Range in line 59 in script then some files its stored in

    any help?

Page 49 of 60 FirstFirst ... 39474849505159 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Wizzup's ess
    By supersayian2224 in forum OSR Help
    Replies: 1
    Last Post: 11-26-2008, 01:50 AM
  2. Trouble with Wizzup's Powerminer
    By MrIncoming in forum OSR Help
    Replies: 3
    Last Post: 06-26-2007, 02:23 PM

Posting Permissions

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