Page 2 of 20 FirstFirst 123412 ... LastLast
Results 26 to 50 of 476

Thread: [Varrock] Extreme Ess Miner [Yanille]

  1. #26
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    hey guys put this in the script: (this is for new smart)

    first declare the const as
    Code:
    const
      SmartWorld= 69;  //Smart World?
      Members= True;   //members world or no
      SignedC= False;  //use signed client?
    then take out the 2 lines before SetupSRL
    than right before SetupSRL add
    Code:
      Smart_Server:= (SmartWorld);
      Smart_Members:= (Members);
      Smart_Signed:= (SignedC);
      Smart_SuperDetail:= false;

  2. #27
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ooh, thanks tomtuff. We'll add that in the next version

  3. #28
    Join Date
    Aug 2007
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  4. #29
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    will release another version 2moro

  5. #30
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Quote Originally Posted by Runescapian View Post
    Ooh, thanks tomtuff. We'll add that in the next version
    dont it causes a ref error, srry :\

    SetupReflection is normally called after the SmartGetDC process, but since the new smart for Rev 35+ doesnt use DC, it won't work with Ref

    E:wen it started, i was in bank and it thot i was in ess :\

    here is debug

    SRL Compiled in 15 msec
    Welcome to Runescape.
    *******
    Creating the NickTPA.
    Setting Up Player
    TIMESTAMP: 2 Minutes and 22 Seconds
    You have a pickaxe
    TIMESTAMP: 2 Minutes and 22 Seconds
    Setupplayer
    TIMESTAMP: 2 Minutes and 23 Seconds
    Closest EssMining spot: sw
    At mine
    TIMESTAMP: 2 Minutes and 24 Seconds

  6. #31
    Join Date
    Aug 2007
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Erm.. how do I get the SRL dev? I only have the public release.. #35. I can't compile because of it I think. This is what I get:

    Failed when compiling
    Line 168: [Hint] (23908:1): Variable 'CI' never used in script C:\Program Files\SCAR 3.20\includes\SRL\SRL\Reflection\AntiRandoms\Morda ut.scar
    Line 408: [Hint] (24148:1): Variable 'S' never used in script C:\Program Files\SCAR 3.20\includes\SRL\SRL\Reflection\AntiRandoms\Morda ut.scar
    Line 405: [Hint] (24145:10): Variable 'Result' never used in script C:\Program Files\SCAR 3.20\includes\SRL\SRL\Reflection\AntiRandoms\Morda ut.scar
    Line 63: [Hint] (26409:5): Variable 'NON' never used in script C:\DOCUME~1\Kyle\LOCALS~1\Temp\FinalRelease.scar
    Line 160: [Hint] (26506:1): Variable 'G' never used in script C:\DOCUME~1\Kyle\LOCALS~1\Temp\FinalRelease.scar
    Line 260: [Hint] (26606:5): Variable 'I' never used in script C:\DOCUME~1\Kyle\LOCALS~1\Temp\FinalRelease.scar
    Line 1279: [Error] (27625:4): Unknown identifier 'RunEnergy' in script C:\DOCUME~1\Kyle\LOCALS~1\Temp\FinalRelease.scar

    EDIT: Ok, just used this: http://www.villavu.com/forum/showthr...27CI%27+script to download the Dev Reflection. Restarted SCAR and tried again but still get the errors
    Last edited by kyleisntwild; 06-19-2009 at 01:26 PM.

  7. #32
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm, ugh. We should update for latest revisions For now, if you want to use this, downgrade to rev 34 (or maybe even 33 :\). To downgrade, (if you're using Tortoise SvN), right click SRL > TortoiseSVN > Update to Revision > Put a check next to 'Revision' and type in 34.

    Quote Originally Posted by tomtuff View Post
    dont it causes a ref error, srry :\

    SetupReflection is normally called after the SmartGetDC process, but since the new smart for Rev 35+ doesnt use DC, it won't work with Ref

    E:wen it started, i was in bank and it thot i was in ess :\

    here is debug
    Using the new SMART or...? That would probably be caused by unupdated hooks or unupdated reflection.

  8. #33
    Join Date
    Aug 2007
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, at latest Reflection and went to SRL rev 34. Now this:

    Failed when compiling
    Line 20: [Error] (20:36): Unknown identifier 'MMX1' in script C:\Program Files\SCAR 3.20\includes\SRL\SRL\Core\AntiRandoms\Mime.scar

    T.T I just want to mine p ess SCAR hates me

  9. #34
    Join Date
    Sep 2006
    Posts
    457
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Starts, logs in then logs out really quick and says something went wrong with player setup.. idk what's wrong.
    Finished my curser ---> it's in mage section.

  10. #35
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Quote Originally Posted by kyleisntwild View Post
    SCAR hates me
    haha i feel like that sometimes too.

    and scapian, yes this script def needs an update :\

    reflection needs an update too by the looks of it :P

  11. #36
    Join Date
    Aug 2007
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Damn... all I had to do was move plugins. Compiled finally Running now

    EDIT: FML access violation. Well Im going out of town work a week tomorrow, so Ill check back then. Thanks again for script I know Ill get it workin soon

    DOUBLE EDIT: O.o I pressed start one more time before I was about to get in bed and it worked LOL Its mining right now! Proggy in da morning woot
    Last edited by kyleisntwild; 06-19-2009 at 02:10 PM.

  12. #37
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    PLEASE NOTE: Multiple bugs have been popping up if you edit the form in certain ways (enabling breaks, for example). Until 1.1 is released, please just stick with running on default settings (you can change to Pure Ess and/or Members server, those were tested).


    Quote Originally Posted by kyleisntwild View Post
    Damn... all I had to do was move plugins. Compiled finally Running now

    EDIT: FML access violation. Well Im going out of town work a week tomorrow, so Ill check back then. Thanks again for script I know Ill get it workin soon
    Are you using breaks? What did you change from the default settings (on the form)?

    EDIT: Yay

    Quote Originally Posted by jesus45 View Post
    Starts, logs in then logs out really quick and says something went wrong with player setup.. idk what's wrong.
    Exact debug please?

    Quote Originally Posted by tomtuff View Post
    haha i feel like that sometimes too.

    and scapian, yes this script def needs an update :\

    reflection needs an update too by the looks of it :P
    Yeah, we kind of added the form at the last second and I think it's screwing everything up We also didn't use the latest SRL to make this so that's not helping

  13. #38
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    k i'll try that, thanks :P

    E: it keeps trying to switch players wayyyy to early
    Last edited by TomTuff; 06-19-2009 at 02:29 PM.

  14. #39
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Did you set the loads? O_O

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

    Default

    Quote Originally Posted by kyleisntwild View Post
    Damn... all I had to do was move plugins. Compiled finally Running now

    EDIT: FML access violation. Well Im going out of town work a week tomorrow, so Ill check back then. Thanks again for script I know Ill get it workin soon

    DOUBLE EDIT: O.o I pressed start one more time before I was about to get in bed and it worked LOL Its mining right now! Proggy in da morning woot

    Same here, All i did was download, save to desktop. close scar, start scar and it worked...awesome job so far ...its running as i type

  16. #41
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Quote Originally Posted by Runescapian View Post
    Did you set the loads? O_O
    yes, it's 10000000000 loads :P

  17. #42
    Join Date
    Sep 2006
    Posts
    79
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 34 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    **[-------------[Authors]---------------]**
    **[-----[Cnr Sport and Runescapian]-----]**
    **[-------------------------------------]**

    **[-Ran For: 4 Hours, 43 Minutes and 58 Seconds]**
    **[-Doors Opened: 0 ]**
    **[-Loads Done: 130 ]**
    **[-Random Paths Done: 47 ]**
    **[-Faster Paths Done: 212 ]**

    **[-Rune Ess... (42ea) ]**
    **[-Profit: 152880gp ]**
    **[-Profit per hour: 32301gp ]**

    Player Report
    Player[0]: Active: True |Loads: 130 |Loc: To aubury
    Woot! It stopped because it said mine random failed, but actually, it didn't fail it at all
    Last edited by Gilbert; 06-19-2009 at 07:48 PM.



  18. #43
    Join Date
    Aug 2007
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 34 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    **[-------------[Authors]---------------]**
    **[-----[Cnr Sport and Runescapian]-----]**
    **[-------------------------------------]**

    **[-Ran For: 2 Hours, 35 Minutes and 4 Seconds]**
    **[-Doors Opened: 0 ]**
    **[-Loads Done: 59 ]**
    **[-Random Paths Done: 26 ]**
    **[-Faster Paths Done: 92 ]**

    **[-Pure Ess... (123ea) ]**
    **[-Profit: 203196 GP ]**
    **[-Profit per hour: 78616 GP ]**


    Player Report
    Player[0]: Active: True |Loads: 59 |Loc: To aubury

    Stuck in maze X.X

  19. #44
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tomtuff View Post
    yes, it's 10000000000 loads :P
    I think the PlayerForm might not support a number so large, and it might be reading it as zero. Just set the constant on the form so that it 'continues after player's loads are done' and set it up with a smaller number.

    Quote Originally Posted by Gilbert View Post
    Woot! It stopped because it said mine random failed, but actually, it didn't fail it at all
    Thanks for proggy

    Quote Originally Posted by kyleisntwild View Post
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 34 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    **[-------------[Authors]---------------]**
    **[-----[Cnr Sport and Runescapian]-----]**
    **[-------------------------------------]**

    **[-Ran For: 2 Hours, 35 Minutes and 4 Seconds]**
    **[-Doors Opened: 0 ]**
    **[-Loads Done: 59 ]**
    **[-Random Paths Done: 26 ]**
    **[-Faster Paths Done: 92 ]**

    **[-Pure Ess... (123ea) ]**
    **[-Profit: 203196 GP ]**
    **[-Profit per hour: 78616 GP ]**


    Player Report
    Player[0]: Active: True |Loads: 59 |Loc: To aubury

    Stuck in maze X.X
    Thanks for proggy

    We needz Random Fixes!

    Guys if your randoms are failing too often maybe try the Color antirandoms (or vice-versa).

    I'm going to get working on some fixes now, though I won't be able to fix everything since I'm not too good with forms, that's Cnr's part

  20. #45
    Join Date
    Sep 2006
    Posts
    79
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Anyone who gets the access violation:
    Don't use breaks, for some reason it is causing the access violation at the moment.



  21. #46
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Gilbert View Post
    Anyone who gets the access violation:
    Don't use breaks, for some reason it is causing the access violation at the moment.
    Approximatly at 3:30 EST we will release the second version.

    Includes no more access violation
    Load settings bug will be fixed
    Members option will be on the player form / declare players in stead of main form
    Take breaks will work
    You can go from f2p - p2p or p2p to f2p
    + more.

  22. #47
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by The Cnr Sport View Post
    Approximatly at 3:30 EST we will release the second version.

    Includes no more access violation
    Load settings bug will be fixed
    Members option will be on the player form / declare players in stead of main form
    Take breaks will work
    You can go from f2p - p2p or p2p to f2p
    + more.
    3:30 was the plan, but Cnr mysteriously disappeared at 2:30 and never came back...

    I'm almost done with the update though.

  23. #48
    Join Date
    Dec 2006
    Posts
    908
    Mentioned
    1 Post(s)
    Quoted
    17 Post(s)

    Default

    ^^ yay

  24. #49
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can't fix one thing... It's pretty minor but I'd like it done before 1.1 is released. Still waiting for Cnr >_<

  25. #50
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    (Sorry for double post, need to post update )

    UPDATE

    V1.1 (6/19/09)
    - Improved proggy (Ess mined, EXP gained, where each character was mining)
    - Updated for SCAR 3.20, Revision 35
    - New SMART method added
    - Fixed 'Load Settings' error
    - Fixed Breaks problem (NOTE: When you 'Save Settings', it currently does not save the Break Variables)
    - Supports an army of a combination of f2p and p2p accounts (NOTE: Because of an SRL bug, this feature is not recommended)
    - Fixed bug where Reflection anti-randoms weren't used even if the box on the form was checked


    REMAINING BUGS (PLEASE READ):

    Script bugs:

    - When performing Save Settings, it does not save the Break variables (the two that say Take break every X loads and Log out for X minutes)

    SRL bugs:

    - ChangeWorld fails every once in a while. Because of this, it is recommended to not use the alternating p2p/f2p version. If you do decide to use it, limit its chance to fail by either putting p2p players one after another (followed by a series of f2p), or assigning a large amount of loads per player (you can use breaks now, to minimize chance of the banhammer).

    - SMART sometimes loads up a French or German world. If it does, simply restart the script.

    (Previous bugs still stand)

    - InPin still is not 100% (afaik)
    - WalkToTile still is not 100% (afaik)

Page 2 of 20 FirstFirst 123412 ... LastLast

Thread Information

Users Browsing this Thread

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

Posting Permissions

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