Page 15 of 19 FirstFirst ... 51314151617 ... LastLast
Results 351 to 375 of 451

Thread: [BETA] Wizz & Fakawi Multi Miner

  1. #351
    Join Date
    Sep 2006
    Posts
    199
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get

    Line 724: [Error] (15274:22): Invalid number of parameters in script C:\Users\XXXX\Desktop\Multi Miner 004\Multi Miner 0.04 Public.scar

  2. #352
    Join Date
    May 2007
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Ok, I'm not sure which FILE to load... the VEM file or the main miner??

    I'm loading the main miner and it keeps logging off

    SRL Compiled in 31 msec
    1 Players
    PickColors = [4862770,4599856,4599856,4336941,6176832];
    Could not find Rock Color!
    Could not find Stone Color!
    AutoColor Failed.
    ---------------------------

    I'm not using smart.

  3. #353
    Join Date
    Nov 2008
    Location
    Canada
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I'm getting the same problem. Is it the Christmas update?
    I run in triangles because circles are for squares.

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

    Default

    I don't know why yours isn't working but my PMVEM works fine =) well I do have some bugs for Wizz and Fakawi to try and fix

    1. When I put it to power mine iron ore, it seems to sometimes press on different rocks too fast, i mean it doesn't wait untill the ore is acutally mined, so it can sometimes spend like 15 seconds just clicking on different rocks, and it does this fairly often. Doesn't bother me much but just thot if it would be an easy fix, why not =)

    2. I am also having trouble having it bank my ores, the PMVEM works well, but when i put it to VEM and start it in the bank, it just says Failed autocolouring, and terminates or whatever it does.. I have tried to start it at the bank, and at the rocks, still doesn't work. =/ (Same problem Supersayan is getting)

    Let me know if theres anything I can do =) I'll post proggy later once i have one over 5h or so

  5. #355
    Join Date
    May 2007
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Ok, what's wrong here? It starts but then has this error:

    SRL Compiled in 2153 msec
    4 Players
    [Runtime Error] : Exception: in line 46 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Math.scar

  6. #356
    Join Date
    Mar 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    PMVEM: 2 Hours, 1 Minutes and 8 Seconds
    1025 Iron Ores.
    Number of avoided gasses: 1

    =) Thanks to Wizz and Fakawi I've gotten from lvl 60 mining to lvl 67.

  7. #357
    Join Date
    Sep 2006
    Posts
    199
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Failed when compiling
    Line 96: [Error] (17761:1): Identifier expected in script C:\Users\***\Desktop\Multi Miner 004\Multi Miner 0.04 Public.scar

  8. #358
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hamish...Please read some tutorials.

    I've found tons of posts you've made complaining about errors.

    You even tried my script, which I was running, and so were others, saying that you were getting errors, or that it wouldn't do anything.

    You're not setting stuff up right.

    Read some tutorials on how to setup SRL/SCAR.

  9. #359
    Join Date
    Sep 2007
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    AWesome script man Thanks so much!!!!! sorry a little tipsyy

    Worked for 12 Hours, 8 Minutes and 10 Seconds
    Ores Mined (and Banked) : 2286
    Mining at a rate of 188 ores p/h.

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 29 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | SRL Logs : 9 |
    | Talks : 4 |
    | Old Men : 3 |
    | Lamps Solved : 1 |
    | Boxes Solved : 1 |
    | Quizes Solved : 1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

  10. #360
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Was having a spot of trouble with FindRockColour while trying to run it at LSM.
    Here is what worked for me - might not work for others, as I was just picking colours from one world.
    SCAR Code:
    function FindRockColor: Integer;
    var
      GC, a, l, TestColor: integer;
    var
      P:array of Tpoint; tp:tpoint;
    begin
      //GC := 5856608;
      GC := 5658969;
      Flag;
      FindColorsSpiralTolerance(MMCX,MMCY, P, GC, MMX1,MMY1,MMX2,MMY2, 80);
      l:=GetArrayLength(P);
      tp := MiddleTPA(P);
      Movemouse(tp.x,tp.y);
      for a:= 0 to l-1 do
      begin
        TestColor := GetColor(P[a].x,P[a].y);

        //Writeln('Test ='+IntToStr(TestColor)+',TestMod  ='+IntToStr(TestColor-2039582));
        if (GetColor(P[a].x-1,P[a].y)=TestColor-2039582)then   //723980
        begin
          Result := TestColor;
          WriteLn('Rock Color = ' + IntToStr(TestColor));
          Exit;
        end;
      end;
      WriteLn('Could not find Rock Color!');
      Result := 0;
    end;

  11. #361
    Join Date
    Nov 2008
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Okay so once I filled it out and let er rip I get this little bugger :P "Line 1013: [Error] (20333:43): Invalid number of parameters in script C:\Documents and Settings\Kyle Oickle\Desktop\Mining\Multi Miner 0.04 Public.scar" any help? Thanks in advance.

  12. #362
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    that has to do with smart... look at a tutorial on how to set it up...
    i think you have to add smartsetupex, but idk cuz the one i have is already fixed.

  13. #363
    Join Date
    Nov 2008
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mormonman View Post
    that has to do with smart... look at a tutorial on how to set it up...
    i think you have to add smartsetupex, but idk cuz the one i have is already fixed.
    added ex to it and than get this error when trying to run it "Line 1013: [Error] (20333:45): Type mismatch in script C:\Documents and Settings\Kyle Oickle\Desktop\Mining\Multi Miner 0.04 Public.scar".. anyone? :P

  14. #364
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    put your line 1013 on here and ill tell you whats wrong...

  15. #365
    Join Date
    Nov 2008
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mormonman View Post
    put your line 1013 on here and ill tell you whats wrong...
    ...fine
    SCAR Code:
    Smartsetupex(SmartPrefix, true, true, false);
      SetTargetDC(SmartGetDC);
      SetupScript;

    that's line 1013-1015

  16. #366
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    go to the top of the script and in the const where it says smartprefix change it to just a number... instead of world88 it would be 88. and make sure that you set both of those trues to false... unless you want to log onto a signed member world...

  17. #367
    Join Date
    Nov 2008
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    did both of what you said to do, still get this error "Line 1013: [Error] (20333:47): Type mismatch in script C:\Documents and Settings\Kyle Oickle\Desktop\Mining\Multi Miner 0.04 Public.scar"

  18. #368
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    pm me the script and ill get it compiling and pm it back

  19. #369
    Join Date
    Nov 2008
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mormonman View Post
    pm me the script and ill get it compiling and pm it back
    kthx sec
    How Many Noobs Would The Noob Slayer Pwn If The Noob Slayer Could Pwn Noobs? XD

  20. #370
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    is this working?

    why is there like 6 driffrent folders to choose from when i run mutl miner it brings up the other folders saying they dont exist?
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  21. #371
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by djcheater View Post
    is this working?
    yes.. very well infact.. well not perfect but its pretty good!

  22. #372
    Join Date
    Nov 2008
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Okay after mormonman helped me, I put in all my info into the script thats needed than hit play. It logs me in fine but than it just sits in Varrock East Bank. I have it set to VEM and everything looks fine. So yeah, anyone have this problem where it just sits you there? thanks for help in advance

    EDIT: also it says no errors in scar whats so ever, all it says is "Successfully executed"

    EDIT again.. sorry: Ran it again and this is what it says in scar..
    SCAR Code:
    SRL Compiled in 9906 msec
    1 Players
    Welcome to Runescape.
    username here
    Could not find Rock Color!
    Could not find Stone Color!
    AutoColor Failed.
    ----------------------------

    Wizzup and WT-Fakawi Multi Miner, Version. 0.03

    Worked for 3 Minutes and 45 Seconds
    Ores Mined (and Banked) : 0
    Mining at a rate of 0 ores p/h.


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

    0 : Mag = T; VEM: Bank; B: 0 Ores; M : 53

    ----------------------------
    Successfully executed
    How Many Noobs Would The Noob Slayer Pwn If The Noob Slayer Could Pwn Noobs? XD

  23. #373
    Join Date
    Jul 2007
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i think this script is dead.

  24. #374
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nah guys same error as me but when i start my guy at mine it works

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

    Default

    I'll try to give it a look soon.



    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)

Page 15 of 19 FirstFirst ... 51314151617 ... 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
  •