Page 31 of 39 FirstFirst ... 212930313233 ... LastLast
Results 751 to 775 of 952

Thread: SRL Essence Miner v2!

  1. #751
    Join Date
    Apr 2007
    Location
    Doha, Qatar
    Posts
    216
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Failed when compiling
    Line 1098: [Error] (17784:43): Invalid number of parameters in script C:\SCAR 3.15\Essence Miner #20.3 Pub.scar

    wats up with this...havent had a parametre error in forever!..it happened on this line:

    Smartsetup(SmartPrefix, true, true, false);

    EDIT:

    never mind figured it out

  2. #752
    Join Date
    Jun 2008
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think i have your second longest stand alone miner :P

    SCAR Code:
    ----------------------------

    Wizzup? Essence Miner, Version 2.03

    Worked for 6 Hours, 0 Minutes and 40 Seconds
    Mined 3515 Essence

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

    0 : tehn = F; NoBank; B: 3515 Essence; M : 47

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


    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL 29 Randoms Report    |
    |      [url]www.srl-forums.com[/url]      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Fights           :        13 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

  3. #753
    Join Date
    Feb 2009
    Location
    Hungary (GMT + 1)
    Posts
    1,774
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

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

    Wizzup? Essence Miner, Version 2.03

    Worked for 2 Hours, 6 Minutes and 55 Seconds
    Mined 1447 Essence

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

    0 : sabz = T; Bank; B: 1420 Essence; M : 50

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

    I had to change some lines and my miner ran too. There wasnt any random

  4. #754
    Join Date
    Jun 2008
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

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

    Wizzup? Essence Miner, Version 2.03

    Worked for 5 Hours, 48 Minutes and 39 Seconds
    Mined 3637 Essence

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

    0 : tehn = F; NoBank; B: 3637 Essence; M : 50

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


    Just one more proggie i had gotten last night,

  5. #755
    Join Date
    Apr 2007
    Location
    Doha, Qatar
    Posts
    216
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    Wizzup? Essence Miner, Version 2.03
    
    Worked for 5 Hours, 4 Minutes and 30 Seconds
    Mined 972 Essence
    
    ----------------------------
    
    0 : oolme = F; NoBank; Rand: Molly; B: 972 Essence; M : 78
    
    ----------------------------
    nice one...all single player btw...,

    issamawan

  6. #756
    Join Date
    Jun 2008
    Location
    williamsburg, VA
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i keep getting this
    Code:
    Invalid number of parameters in script
    ?
    DaMan

  7. #757
    Join Date
    Apr 2007
    Location
    Doha, Qatar
    Posts
    216
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bigg1234 View Post
    i keep getting this
    Code:
    Invalid number of parameters in script
    ?
    follow this...first change the beginning of the script as follows:

    Code:
    {.include srl/srl/misc/Smart.scar}
    
    above
    
    {.include SRL/SRL.scar}
    
    so it looks like:
    
    {.include srl/srl/misc/Smart.scar}
    {.include SRL/SRL.scar}
    
    then search for SetupSRL; and right underneath it put:
    
    
    SCAR Code:
    Smartsetupex(35, false, true, false);     Settargetdc(smartgetdc)repeat    wait(100)until(SmartGetColor(253, 233)<>1118604);
    so that it looks like:
    SCAR Code:
    SetupSRL;  Smartsetupex(35, false, true, false);   //you can change 35 to what ever world you want to log into  Settargetdc(smartgetdc)repeat    wait(100)until(SmartGetColor(253, 233)<>1118604);
    and then you have SMART set up and it should be working, if it still doesn't you need to update your SRL or your Worlds.ini folder.
    hope it helped...quoted from Baked0420...have fun ,

    issamawan

  8. #758
    Join Date
    Jun 2008
    Location
    williamsburg, VA
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks i got again but i had to delete some text and it worked Thanks
    edit: now it has a runtime error line 46 in script in math.scar lol
    DaMan

  9. #759
    Join Date
    Apr 2007
    Location
    Doha, Qatar
    Posts
    216
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    ----------------------------
    
    Wizzup? Essence Miner, Version 2.03
    
    Worked for 29 Minutes and 17 Seconds
    Mined 217 Essence
    
    ----------------------------
    
    0 : ineou = T; Mine; B: 217 Essence; M : 38
    
    ----------------------------
    manually stopped...had to do something on computer...still carrying on...will post another later hopefully...,

    issamawan

  10. #760
    Join Date
    Dec 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have 4 characters setup in the script although the 2nd and 4th do not login. They get the Failed to login error message. I have checked over my character setup and cannot find anything wrong. I removed SMART because it doesn't work for me.

    Players[0].Name :='***';
    Players[0].Pass :='***';
    Players[0].Nick :='***';
    Players[0].Active := True;
    Players[0].Loc := 'Bank';
    Players[0].Booleans[0] := False; // Is The Pick Equipped?

    Players[1].Name :='***';
    Players[1].Pass :='***';
    Players[1].Nick :='***';
    Players[1].Active := True;
    Players[1].Loc := 'Bank';
    Players[1].Booleans[0] := False; // Is The Pick Equipped?

    Players[2].Name :='***';
    Players[2].Pass :='***';
    Players[2].Nick :='***';
    Players[2].Active := True;
    Players[2].Loc := 'Bank';
    Players[2].Booleans[0] := False; // Is The Pick Equipped?}

    Players[3].Name :='***';
    Players[3].Pass :='***';
    Players[3].Nick :='***';
    Players[3].Active := True;
    Players[3].Loc := 'Bank';
    Players[3].Booleans[0] := False; // Is The Pick Equipped?
    You're doing it wrong

  11. #761
    Join Date
    Apr 2007
    Location
    Doha, Qatar
    Posts
    216
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    ----------------------------
    
    Wizzup? Essence Miner, Version 2.03
    
    Worked for 1 Hours, 25 Minutes and 24 Seconds
    Mined 562 Essence
    
    ----------------------------
    
    0 : ineou = F; NoBank; Rand: NoMaze; B: 562 Essence; M : 39
    
    ----------------------------
    NextPlayer(Active: False);
    couldn't solve the maxe ...,

    issamawan

  12. #762
    Join Date
    Feb 2009
    Location
    Hungary (GMT + 1)
    Posts
    1,774
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

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

    Wizzup? Essence Miner, Version 2.03

    Worked for 3 Hours, 3 Minutes and 19 Seconds
    Mined 2091 Essence

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

    0 : sabz = T; Mine; B: 2091 Essence; M : 58

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

  13. #763
    Join Date
    Feb 2009
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 1098: [Error] (17784:43): Invalid number of parameters in script C:\****************\*******\Essence Miner #20.3 Pub.scar

    Anyone know what is wrong?

  14. #764
    Join Date
    Dec 2008
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Bimtastic View Post
    Line 1098: [Error] (17784:43): Invalid number of parameters in script C:\****************\*******\Essence Miner #20.3 Pub.scar

    Anyone know what is wrong?
    ive got that error too

  15. #765
    Join Date
    Feb 2009
    Location
    Texas
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Error.... . halp.


    Line 1087: [Error] (17773:43): Invalid number of parameters in script C:\DOCUME~1\***n\LOCALS~1\Temp\Essence Miner #20 Pub.scar

  16. #766
    Join Date
    Jun 2008
    Location
    Australia MATE
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey wizzup alot of people i know who have used thing including me have got banned.

    maybe you should look into more anti ban. perhaps radical walking?

  17. #767
    Join Date
    Dec 2007
    Location
    Los Angeles, California
    Posts
    606
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I got that error too, but I just replaced his way of smart:

    Smartsetup(SmartPrefix, true, true, false);

    With my way:

    (Free player world)
    SmartSetupEx(SmartPrefix, False, True, False);

    (Member world)
    SmartSetupEx(SmartPrefix, True, True, False);

    But in stead of typing 'world3' in the world place, just type 3, doesn't even need the '' things.

    And I've been having a problem of smart flickering once it gets to the log in part, but I think it's just my computer. But it goes away after a few times trying.

    EDIT:

    Maybe the script is out of date or changing S.M.A.R.T messed it up, because it thinks it's in the abyss random after it starts walking to the magic shop, then it thinks it's out, then it walks to the east entrance of varrock?

  18. #768
    Join Date
    Mar 2007
    Location
    United States
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just take out smart and run it the old way. It's inconvenient, but it works.

    great script. It has a few bugs (especially finding the portal) but it always corrects itself.

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

    Wizzup? Essence Miner, Version 2.03

    Worked for 42 Minutes and 49 Seconds
    Mined 308 Essence

    ----------------------------
    «†ßìģĵǿşħ†»

  19. #769
    Join Date
    May 2008
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I keep on getting this error in the globals.scar

    Line 11: [Error] (16352:1): Duplicate identifier 'SRLVersionNumber' in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Globals.scar

  20. #770
    Join Date
    Nov 2008
    Location
    Arizona
    Posts
    236
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Failed when compiling
    Line 1098: [Error] (17784:43): Invalid number of parameters in script C:\Documents and Settings\Joe\Desktop\Scipts\Essence Miner #20.3 Pub.scar

    help?

  21. #771
    Join Date
    May 2008
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OK. So I got it working now, but when I run it, it says it can't find the rock color and starts walking west!?

  22. #772
    Join Date
    Dec 2008
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi.. Ive been running scripts for about 3 months now, and lately the script keeps nonfunctioning. It has been working fine for the past months, and now i keep getting no banks im using SCAR Divi 3.15 and i correctly set up this script. I dont know much but, it may be that i have an old smart version? V4... or even scar version.. Im not too good in this situations. Can anyone please help, I will be very happy. This has happened like few days ago.

  23. #773
    Join Date
    Oct 2006
    Location
    USA
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Line 1098: [Error] (17784:43): Invalid number of parameters in script C:\Users\Family Computer\Desktop\Essence Miner #20.3 Pub.scar

    Smartsetup(SmartPrefix, true, true, false);

  24. #774
    Join Date
    Mar 2008
    Location
    In a cave
    Posts
    345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Make the line look like this:
    SCAR Code:
    SmartSetupEx(1, true, true, false);
    Should fix that error
    A Chinese wiseman once said: "Shu ciu!", it was considered very smart, but now people know it means: "Something stinks here!"
    FalBuggySmelter v.1.31
    [Updated on the 1st of March 2010]
    RimmBugger BETA V1.8

  25. #775
    Join Date
    Oct 2006
    Location
    USA
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    is there a way to put a deathwalker in this script?
    What is the rockcolor thing?
    how do i make my guy run?

Page 31 of 39 FirstFirst ... 212930313233 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Essence Miner
    By mager guy in forum RS3 Outdated / Broken Scripts
    Replies: 13
    Last Post: 05-06-2008, 09:16 PM
  2. essence miner
    By blobmaster31 in forum OSR Help
    Replies: 1
    Last Post: 03-30-2008, 09:11 AM
  3. SRL Essence Miner
    By Illkillutill in forum OSR Help
    Replies: 2
    Last Post: 11-04-2007, 11:53 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
  •