Page 37 of 39 FirstFirst ... 273536373839 LastLast
Results 901 to 925 of 952

Thread: SRL Essence Miner v2!

  1. #901
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Do you have the latest Srl revision(32)?

  2. #902
    Join Date
    Dec 2008
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jumbosped View Post
    i tried your fix but when i run it it just says cannot find rock color!
    Try this instead:

    Case Random(2) Of
    0: SetRun(True);
    End;

  3. #903
    Join Date
    May 2009
    Location
    Texas
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey Wizzup? its me when i tried running it i got back two errors.
    Failed when compiling
    Line 738: [Error] (17974:10): Duplicate identifier 'INABYSS' in script N:\...\Essence Miner #20.3 Pub.scar
    Failed when compiling
    Line 1098: [Error] (18334:43): Invalid number of parameters in script N:\...\Essence Miner #20.3 Pub.scar

  4. #904
    Join Date
    Dec 2008
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by [Ethan] View Post
    Hey Wizzup? its me when i tried running it i got back two errors.
    Failed when compiling
    Line 738: [Error] (17974:10): Duplicate identifier 'INABYSS' in script N:\...\Essence Miner #20.3 Pub.scar
    Failed when compiling
    Line 1098: [Error] (18334:43): Invalid number of parameters in script N:\...\Essence Miner #20.3 Pub.scar
    the script is broken.
    SELL AUTOED GOODS AT MID-MAX! DONT LET PRICES FALL AND GIVE US LESS PROFIT. (Put this in your sig)

  5. #905
    Join Date
    Mar 2007
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by scotchtape51 View Post
    the script is broken.
    thats not 100% true
    you can make it work with out trying
    and I could be wrong but I'm like 90% sure that srl has that anti random in it now or I could be wrong and just look dumb


    Edit:
    Worked for 2 Hours, 33 Minutes and 57 Seconds
    Mined 1680 Essence

    I stoped it so I don't get my one acc banned
    Last edited by x_²; 05-27-2009 at 04:22 PM.
    <insert a sig here>

  6. #906
    Join Date
    May 2007
    Location
    Fremont, California
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here is the fix for SRL Rev#32

    Change this at line 738.
    Function InAbyss: Boolean;
    // Old Code. Still works.
    Var
    A : Integer;

    Begin
    Result := False;
    A := ScanMiniMap(0, 359, 50);
    WriteLn('In Abyss gave '+IntToStr(A)+'.');
    If A = 360 Then
    Begin
    WriteLn('We are in the Abyss random.');
    Result := True;
    End
    End;
    And delete from line 738 to line 752. That fixes the "INABYSS problem"


    And now about that Invalid number of parameters error message, just go to line 1083 and change it like this.

    BEFORE
    begin
    Smartsetup(SmartPrefix, true, true, false);
    AFTER
    begin
    Smartsetupex(SmartPrefix, true, true, false);
    And it works perfectly fine, aim me at sk8rpanda25 for any other questions.
    Last edited by DeceptionZD; 05-28-2009 at 03:28 PM.

  7. #907
    Join Date
    Apr 2009
    Location
    California!
    Posts
    280
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by DeceptionZD View Post
    Here is the fix for SRL Rev#32

    Change this at line 738.


    And delete from line 738 to line 752. That fixes the "INABYSS problem"


    And now about that Invalid number of parameters error message, just go to line 1083 and change it like this.

    BEFORE



    AFTER



    And it works perfectly fine, aim me at sk8rpanda25 for any other questions.
    One quick fix instead of SmartSetup it is SmartSetupEx
    Other than that great fix, but someone already posted.
    Still good cause I don't wanna scroll back to find it lol.
    ~Penguin
    Semi-active
    http://i44.tinypic.com/33vk9aq.jpg
    SELL AUTOED GOODS AT MID-MAX! DON'T LET PRICES FALL AND GIVE US LESS PROFIT. (Put this in your sig)

  8. #908
    Join Date
    May 2007
    Location
    Fremont, California
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh yeah i forgot the ex part :P dumb me

  9. #909
    Join Date
    May 2007
    Location
    Fremont, California
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Help please, whenever I level up or get a full inventory my SCAR window says

    MineToAubury - Could not find the transportation symbol. Exiting

    Any way to fix that?

  10. #910
    Join Date
    Feb 2009
    Location
    Philipines
    Posts
    600
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by DeceptionZD View Post
    Help please, whenever I level up or get a full inventory my SCAR window says

    MineToAubury - Could not find the transportation symbol. Exiting

    Any way to fix that?
    Runescape updated so there is no more transportation symbol in Essence place

    Don't forget not to double post.

  11. #911
    Join Date
    May 2007
    Location
    Fremont, California
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So the only way the script will work now is when Wizzup updates? or is there still a fix?

  12. #912
    Join Date
    Feb 2009
    Location
    Philipines
    Posts
    600
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by DeceptionZD View Post
    So the only way the script will work now is when Wizzup updates? or is there still a fix?
    Well if your patient wait for Wizzup? and Markus to update it if your not try to fix it yourself.

  13. #913
    Join Date
    Apr 2008
    Posts
    147
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 1082: [Error] (18319:45): Type mismatch in script C:\Users\Jake\Desktop\Essence.scar
    hmm..

  14. #914
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by iJake View Post
    hmm..
    Mind sharing more?
    then I can help

    T~M

  15. #915
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll try to fix it myself
    When I solved it ill post the solution.

  16. #916
    Join Date
    Aug 2008
    Location
    Chineese-Mexican
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by iJake View Post
    hmm..
    im having the same problem as him
    on the line with smartsetupex(worldprefix, true, true, false)
    it just says
    Code:
    type mismatch on line...

  17. #917
    Join Date
    Feb 2009
    Location
    Philipines
    Posts
    600
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jumbosped View Post
    im having the same problem as him
    on the line with smartsetupex(worldprefix, true, true, false)
    it just says
    Code:
    type mismatch on line...
    smartsetupex(worldprefix, true, true, false) change worldprefix to the world you want SMART to load on.

  18. #918
    Join Date
    Aug 2008
    Location
    Chineese-Mexican
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i got it to work but it sucks it did one load then wouldnt walk back to the bank right then it just logged out.
    Wizzup? please update this script!

  19. #919
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    fixed it, althought abby random is broken in srl so work work, thus, you will get about 10 loads till it fails abby.
    Did someone say GDK?

  20. #920
    Join Date
    Apr 2009
    Location
    California!
    Posts
    280
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Testing now, will post if i get it to work.
    Edit: This Script won't work anymore cause JaGex removed the portal icon from the minimap
    Last edited by Mystic; 05-30-2009 at 12:17 PM.
    ~Penguin
    Semi-active
    http://i44.tinypic.com/33vk9aq.jpg
    SELL AUTOED GOODS AT MID-MAX! DON'T LET PRICES FALL AND GIVE US LESS PROFIT. (Put this in your sig)

  21. #921
    Join Date
    Dec 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

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

    SOLVED! I reinstalled everything.
    Last edited by b3nkei; 05-31-2009 at 07:07 PM.

  22. #922
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hello there can u help me with this Line 738: [Error] (19389:10): Duplicate identifier 'INABYSS' in script C:\Users\Rasmus\Desktop\Essence Miner #20.3 Pub.scar
    Line 738: Function InAbyss: Boolean;


    what to do about it?
    Last edited by Puffo; 06-01-2009 at 12:36 AM.

  23. #923
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Read the previous posts..

  24. #924
    Join Date
    Nov 2007
    Location
    The Hague (The Netherlands)
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Heey, ik ben nederlands
    Ik heb scar 3.20, maar deze essence miner doet het niet
    Kan je me misschien helpen

    Mijn e-mail is= ewoutvoetbal@hotmail.com

    Groetjes

  25. #925
    Join Date
    Dec 2008
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 1082: [Error] (19733:45): Type mismatch in script
    Has anyone found a solution?
    Nvm I read the previous posts = ]
    Last edited by Redeye_6; 06-12-2009 at 02:02 AM.

Page 37 of 39 FirstFirst ... 273536373839 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
  •