Page 8 of 19 FirstFirst ... 67891018 ... LastLast
Results 176 to 200 of 451

Thread: [BETA] Wizz & Fakawi Multi Miner

  1. #176
    Join Date
    Aug 2008
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice very nice.
    I'm gonna test this out as soon as I can.
    I am assuming its just like the good old script by Pentii.



    I tried out LSM and it works GREAT
    Version is supposed to be 0.04, I guess it wasn't changed on line 28?

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

    Wizzup and WT-Fakawi Multi Miner, Version. 0.03

    Worked for 27 Minutes and 14 Seconds
    Ores Mined (and Banked) : 56
    Mining at a rate of 123 ores p/h.

    LSM: 26 Minutes and 56 Seconds
    44 Coal Ores.
    12 Mithril Ores.

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

    0 : xxxx = T; LSM: Bank; B: 56 Ores; M : 65

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

  2. #177
    Join Date
    Feb 2007
    Posts
    133
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    got this error

    Failed when compiling
    Line 9: [Error] (9:27): Unknown identifier 'MMCX' in script C:\Program Files\SCAR 3.15\Scripts\VEM.scar

  3. #178
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Finally, mining 70
    Quote Originally Posted by reportbox
    ;
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 22 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | SRL Logs : 12 |
    | Talks : 4 |
    | Ricks : 1 |
    | Old Men : 3 |
    | Boxes Solved : 5 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    ----------------------------

    Wizzup and WT-Fakawi Multi Miner, Version. 0.02a. Modded by Markus

    Worked for 4 Hours, 21 Minutes and 25 Seconds
    Ores Mined (and Banked) : 1419
    Mining at a rate of 325 ores p/h.

    1419 Iron Ores.
    VEM: 4 Hours, 20 Minutes and 23 Seconds

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

    0 : @@@@ = T; VEM: Bank; B: 1419 Ores; M : 70

    ----------------------------
    Please note I started at mining 31 around one year ago, and essmined it to the 50s with the old essminer by Wizzup, then VEM'ed it to the 60s, now MM'ed it to the 70 100% Wizzup/Fawki power <3
    I made a new script, check it out!.

  4. #179
    Join Date
    Mar 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, Tried using this script but since I'm really bad with understanding scripts, I don't think I filled everything out correctly.
    Const
    StartPlayer = 0;
    NumberOfUsers = 4; // How many players are you using?
    YourSRLID = '6013'; // Must be a string!
    YourSRLPass = '*******'; // Must be a string!

    RemoteControlMasterNickName = 'PMLoads';
    MinutesPerLoad = 20; // Max minutes per load.
    VEMLoads = 4;
    LSMLoads = 2;
    PMLoads = 10;
    SmartPrefix = 'world123';
    {$IFDEF Voice}Voice = 'Microsoft Sam'; {$ENDIF}

    VersionNumber = '0.03';
    WizzyDebug = True;

    {--------------------------------------------------------
    Setup Player Names, Passes and NickNames here.
    --------------------------------------------------------}

    Procedure DeclarePlayers;

    Begin
    NumberOfPlayers( NumberOfUsers );1
    CurrentPlayer := StartPlayer;

    Players[0].Name :='*******';
    Players[0].Pass :='********';
    Players[0].Nick :='****';
    Players[0].Active:=True;
    Players[0].Loc := 'Bank';
    Players[0].Strings[0] := 'Iron';
    Players[0].Strings[1] := '';
    Players[0].Strings[2] := '';
    Players[0].Booleans[0] := True; // Is The Pick Equipped?
    Players[0].Booleans[1] := True; // False for brightness Check Once.
    Players[0].Strings[3] := 'PMVEM'; // 'VEM', 'LSM', PMRMM, PMVEM


    Writeln( IntToStr ( HowManyPlayers ) + ' Players' );
    SetPlayerNameTPAs;
    End;
    What did I do wrong because its showing an error at line 38 :S Any help at all is appreciated =) Thanks//Oglokes

    P.S: I'm heading over to tutorial island right now to learn more about scripting. =)

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

    Default

    Your line 38 has nr 1 at the end. Delete it...

  6. #181
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice script, all my miners started from level 9 mining.

    SCAR Code:
    Wizzup and WT-Fakawi Multi Miner, Version. 0.03

    Worked for 13 Hours, 27 Minutes and 10 Seconds
    Ores Mined (and Banked) : 2657
    Mining at a rate of 197 ores p/h.

    VEM: 13 Hours, 21 Minutes and 10 Seconds
    2657 Copper Ores.

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

    0 : **** = T; VEM: RS Updated; B: 539 Ores; M : 27
    1 : **** = T; VEM: Bank; B: 537 Ores; M : 27
    2 : **** = T; VEM: Bank; B: 535 Ores; M : 27
    3 : **** = T; VEM: Bank; Rand: Pinball; B: 536 Ores; M : 27
    4 : **** = F; VEM: Mine; B: 510 Ores; M : 33
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  7. #182
    Join Date
    Nov 2007
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    I get this error
    [Runtime Error] : Exception: in line 46 in script D:\Games\runescape\SCAR 3.15\includes\SRL/SRL/Core/Math.scar

    the 46 line is
    Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));

    from 41 line to 48 line is this

    Function CreateTPAFromText(Txt : String; Chars : Integer) : TPointArray;
    var
    TempBMP : integer;
    begin;
    TempBMP := CreateBitmapMaskFromText(Txt,Chars);
    Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));
    FreeBitmap(TempBMP);
    end;



    using srl 21 everything is updated, Declared players everything set. Im using VEM.

    PLZ HELP I Dont find anything that help with this error
    i saw about this error in page 6, but it didn`t help.

    If someone can help me PM me kk? Or post in this thread. Ty wm if you could help me

    OR Could someone add math.scar?? that you using, that could help me

  8. #183
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Mining 71
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 22 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | SRL Logs : 11 |
    | Talks : 3 |
    | Old Men : 2 |
    | Frog Solved : 1 |
    | Boxes Solved : 4 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    ----------------------------

    Wizzup and WT-Fakawi Multi Miner, Version. 0.02a. Modded by Markus

    Worked for 3 Hours, 51 Minutes and 14 Seconds
    Ores Mined (and Banked) : 1281
    Mining at a rate of 332 ores p/h.

    1281 Iron Ores.
    VEM: 3 Hours, 50 Minutes and 21 Seconds

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

    0 : @@@@ = T; VEM: Bank; B: 1281 Ores; M : 71

    ----------------------------
    I made a new script, check it out!.

  9. #184
    Join Date
    Apr 2007
    Location
    Bridgeport
    Posts
    113
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    pickaxe head flew off and it couldnt find it

    sometimes it clicks another iron rock too soon before it mines the first one its already mining

  10. #185
    Join Date
    Aug 2007
    Posts
    115
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When using LumbridgeSwamp sometimes it doesnt find the bank and continues to Port sarim and logg out

  11. #186
    Join Date
    Apr 2007
    Location
    Bridgeport
    Posts
    113
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    also the gas finding isn't working a lot of the time.. I've logged in to broken axes a lot

  12. #187
    Join Date
    Nov 2007
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this error
    [Runtime Error] : Exception: in line 46 in script D:\Games\runescape\SCAR 3.15\includes\SRL/SRL/Core/Math.scar

    the 46 line is
    Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));

    from 41 line to 48 line is this

    Function CreateTPAFromText(Txt : String; Chars : Integer) : TPointArray;
    var
    TempBMP : integer;
    begin;
    TempBMP := CreateBitmapMaskFromText(Txt,Chars);
    Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));
    FreeBitmap(TempBMP);
    end;



    using srl 21 everything is updated, Declared players everything set. Im using VEM.

    PLZ HELP I Dont find anything that help with this error
    i saw about this error in page 6, but it didn`t help.

    If someone can help me PM me kk? Or post in this thread. Ty wm if you could help me

    OR Could someone add math.scar?? that you using, that could help me

    EDIT: SRRY FOR DOUBLE POST comp lagged when i was editing another post

  13. #188
    Join Date
    Apr 2007
    Location
    Bridgeport
    Posts
    113
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is this script discontinued?

  14. #189
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NightBlade View Post
    Is this script discontinued?
    no its not discontinued... And loliker, try reinstalling your scar and srl? I dunno, seen a lot of that problem occur.
    I had to change this from my old one...?

  15. #190
    Join Date
    May 2007
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I guess its not outdated..... but my guy every time walks past the bank and continues into Port Saram. 2/3 times it did that. The last one, before it was finnished mining it just kinda like randomly logged out. wtf well whatever
    EDIT: I am using the LSM mine
    Can't touch me..... realy you can't touch me.

  16. #191
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice script, i didn't see any bugs.

    SCAR Code:
    Wizzup and WT-Fakawi Multi Miner, Version. 0.03

    Worked for 2 Hours, 27 Minutes and 11 Seconds
    Ores Mined (and Banked) : 585
    Mining at a rate of 238 ores p/h.

    VEM: 2 Hours, 24 Minutes and 27 Seconds
    27 Tin Ores.
    558 Copper Ores.

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

    0 : *** = T; VEM: Bank; B: 223 Ores; M : 30
    1 : *** = T; VEM: Mine; B: 138 Ores; M : 23
    2 : *** = T; VEM: Bank; B: 112 Ores; M : 28
    3 : *** = T; VEM: Bank; B: 112 Ores; M : 20
    Starting to merchant, if you know of any good clans, PM me please.

  17. #192
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Wizzup and WT-Fakawi Multi Miner, Version. 0.03

    Worked for 15 Hours, 46 Minutes and 40 Seconds
    Ores Mined (and Banked) : 3976
    Mining at a rate of 251 ores p/h.

    VEM: 15 Hours, 40 Minutes and 26 Seconds
    1556 Copper Ores.
    2420 Iron Ores.
    Number of avoided gasses: 6
    Picks attached: 1.

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

    0 : **** = F; VEM: Mine; Rand: Freaky Forester; B: 215 Ores; M : 34
    1 : **** = F; VEM: Mine; Rand: Prison Pete; B: 566 Ores; M : 43
    2 : **** = F; VEM: No MS Bank; B: 295 Ores; M : 44
    3 : **** = F; VEM: Mine; Rand: not Quiz; B: 1344 Ores; M : 46
    4 : **** = T; VEM: Bank; B: 1556 Ores; M : 44

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

    Successfully executed

    Great script, PLUS I stopped it manually. Was working flawless but I stopped it manually. Once again, great script!
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  18. #193
    Join Date
    Feb 2007
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Worked for 2 Hours, 17 Minutes and 5 Seconds
    Ores Mined (and Banked) : 696
    Mining at a rate of 304 ores p/h.

    VEM: 2 Hours, 12 Minutes and 44 Seconds
    696 Iron Ores.
    Number of avoided gasses: 1


    Quote Originally Posted by Da Der Der View Post
    Great script, PLUS I stopped it manually. Was working flawless but I stopped it manually. Once again, great script!
    ^^ what he said

  19. #194
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I will test out after i make a new bot army. i will post a long proggy hopefully..

    >>>>>>>>>>Progress Report Reserved<<<<<<<<<<<<<<

  20. #195
    Join Date
    Jun 2008
    Location
    San Diego, California
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey Wizzup? I've ran it for about 5 hours or more now, It works very well but the only thing I suggest to you to fix is the avoidance of the gas's because it finds it perfectly but then just mines the rock again(Powermining at Rimmington - Iron). I also suggest to put a optional - sleep - function in it for people who use 1 player( like me).
    Other than that, GREAT JOB!!
    Current Project: All In 1 Falador Script - 20% DONE

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

    Default

    Next version will use SRL's Gasfinding.



    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)

  22. #197
    Join Date
    Feb 2007
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey wizzup, after running for some time i found my guy at the mine and it said he was lost?

  23. #198
    Join Date
    Nov 2007
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Jooo Hooo

    guild miineer

  24. #199
    Join Date
    May 2007
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes plz update your LSM does not work for me..... he ALWAYS walks to prot Sarum
    EDIT: SRL V24 just came out, is it compatible? Error still there
    Can't touch me..... realy you can't touch me.

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

    Default

    I'm using rev 24 and working fine for me in rimmington.

Page 8 of 19 FirstFirst ... 67891018 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Multi City Miner & Banker!!!
    By Pentti in forum RS3 Outdated / Broken Scripts
    Replies: 1675
    Last Post: 02-23-2008, 07:16 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
  •