Page 72 of 75 FirstFirst ... 22627071727374 ... LastLast
Results 1,776 to 1,800 of 1868

Thread: LRC Miner

  1. #1776
    Join Date
    Mar 2013
    Posts
    222
    Mentioned
    3 Post(s)
    Quoted
    143 Post(s)

    Default

    I'm thinking of gold power mining here. Is it still a high ban area?

    PS.
    Adding world hopping might increase gold mining xp rates?

  2. #1777
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by nigerson View Post
    THE NEW UPDATE CAUSED A HUGE BUG IN THE BANKING SYSTEM! Ok, so everything works fine, but when it come to the bank the script logs out, waits a second or two, logs back in, banks, then goes mining and repeats. I tried every possible thing like applying updates to simba, playing around with settings etc.
    Hmm have you tried updating srl? Also note I think the top spot is getting a little buggy. Going to have some updates for this soon

  3. #1778
    Join Date
    May 2012
    Location
    Gielnor
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    50 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Hmm have you tried updating srl? Also note I think the top spot is getting a little buggy. Going to have some updates for this soon
    Maybe some updates occured to srl, or the live game that made this bug that I had go away. I will get back to you soon.

    Update: So, I just checked for updates and found that there is a new SRL update and runescape no longer has this retarded minimap glitch. Unfortunately, I am still running into this logging out glitch. This is seems to be caused by the minimap update as i receive this message in the debug "Did not get to bank, logging in and out to reset map"

  4. #1779
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by nigerson View Post
    Maybe some updates occured to srl, or the live game that made this bug that I had go away. I will get back to you soon.

    Update: So, I just checked for updates and found that there is a new SRL update and runescape no longer has this retarded minimap glitch. Unfortunately, I am still running into this logging out glitch. This is seems to be caused by the minimap update as i receive this message in the debug "Did not get to bank, logging in and out to reset map"
    Yeah it could be due to the new symbols

  5. #1780
    Join Date
    Dec 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Yeah it could be due to the new symbols
    Maybe somebody has manually already fixed the issue and could help Ashaman88 and the whole community?

    My TEMP solution form me - skip failsafe (around line 1070)
    Code:
    If Not ToBank Then
      Begin
        Wait(RandomRange(2500,3500));
        ToBank;
      End;
    btw it would be nice if
    a) after player run to bank for healing, script would check if inventory ~is almost full and bank ores;
    b) when player finds "safe spot" and start mining gold, it wont run for healing to bank;
    Those could be quite neat antiban features
    Last edited by mrFaker; 03-16-2014 at 11:15 PM. Reason: temporary solution

  6. #1781
    Join Date
    Dec 2011
    Posts
    134
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    First of all, I want to say thanks for keeping this script free all these years. I used to use it in 2012, and it got me from 80-96 mining.
    I quit for a little over a year, and recently came back and it's still on here .

    I was just wondering why there's no summoning? In my very little experience writing a few basic scripts for myself on here, I don't see why it's so difficult?
    Is it just a sort of anti-leach thing to not make this script so good for everyone, or is there a problem with simba/some difficult coding needs to be done? Because if it's the first one, I'll see if I can implement it for myself, as I'm only getting about 35k/h xp.

    Also, I'm running on DirectX mode (OpenGL lags my laptop horribly) and if the bottom rock has no ore, it quite often runs to the other one and right clicks/hovers over a couple things (lava titans, living rock creatures). It then thinks that rock is down (even when it's not) and runs back to the other one, and loops this til the other one is back up. Not sure if it's just because my laptop struggles to handle this bot running while I watch videos or if it's a script problem, just thought I'd let you know.

  7. #1782
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Thanks I'm aware of the issue Just been uber busy .

    Summoning was just left out b/c I wanted to just get the script running again and just haven't added it back in since hehe. So yeah once I'll be adding summoning once I get time to fix everything

  8. #1783
    Join Date
    Feb 2012
    Location
    Philippines
    Posts
    110
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Can someone maybe direct me to a tutorial where i could learn how to get past the anti-leech?

    -- TPlayerArray.setup()
    ---- WARNING: Invalid player name: player
    -- TPlayerArray.setup(): Success
    Exception in Script: Runtime error: "Access violation" at line 2277, column 40
    The following bitmaps were not freed: [Minimap Mask]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (27-03-14 at 08.30.56 AM).txt] has not been freed in the script, freeing it now.

    I got this error
    Like A Boss

  9. #1784
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by foxfly1 View Post
    Can someone maybe direct me to a tutorial where i could learn how to get past the anti-leech?

    -- TPlayerArray.setup()
    ---- WARNING: Invalid player name: player
    -- TPlayerArray.setup(): Success
    Exception in Script: Runtime error: "Access violation" at line 2277, column 40
    The following bitmaps were not freed: [Minimap Mask]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (27-03-14 at 08.30.56 AM).txt] has not been freed in the script, freeing it now.

    I got this error
    There is no antileech, check out the FAQ's on how to setup playermanager and playerform - it's only a few steps.

    Tonight is script night finally

  10. #1785
    Join Date
    Feb 2012
    Location
    Philippines
    Posts
    110
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    There is no antileech, check out the FAQ's on how to setup playermanager and playerform - it's only a few steps.

    Tonight is script night finally
    I'm new using the player manage. i got it figured out no problem. fixed the banking issues as well
    Like A Boss

  11. #1786
    Join Date
    Mar 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    When I press play, it says

    Exception in Script: Unable to find file 'SRL-6/SRL.Simba' used from 'C:\Users\zbrodie\Downloads\LRC Miner V8.08 by A&B.simba'

    Any suggestions?

    Thanks

  12. #1787
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    Exception in Script: Runtime error: "Access violation" at line 2283, column 40
    The following bitmaps were not freed: [Minimap Mask]
    File[C:\Users\Zacharie\Documents\Simba\Includes\SRL-6/logs/SRL log (28-03-14 at 02.16.36 PM).txt] has not been freed in the script, freeing it now.

    Haven't had an error like this before. I've tried a few things but can't seem to figure it out. Help would be greatly appreciated if/when you get the chance.

  13. #1788
    Join Date
    May 2012
    Location
    Gielnor
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    50 Post(s)

    Default

    Quote Originally Posted by mrFaker View Post
    Maybe somebody has manually already fixed the issue and could help Ashaman88 and the whole community?

    My TEMP solution form me - skip failsafe (around line 1070)
    Code:
    If Not ToBank Then
      Begin
        Wait(RandomRange(2500,3500));
        ToBank;
      End;
    btw it would be nice if
    a) after player run to bank for healing, script would check if inventory ~is almost full and bank ores;
    b) when player finds "safe spot" and start mining gold, it wont run for healing to bank;
    Those could be quite neat antiban features
    Thanks for the fix

  14. #1789
    Join Date
    Mar 2014
    Location
    Pennsylvania
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Beautiful script! Helped me get up to 89 mining really fast!

  15. #1790
    Join Date
    Aug 2012
    Location
    Somewhere in the United States
    Posts
    56
    Mentioned
    1 Post(s)
    Quoted
    35 Post(s)

    Default

    Quote Originally Posted by zbrodie1999 View Post
    When I press play, it says

    Exception in Script: Unable to find file 'SRL-6/SRL.Simba' used from 'C:\Users\zbrodie\Downloads\LRC Miner V8.08 by A&B.simba'

    Any suggestions?

    Thanks
    Also getting this error.
    99's From Simba

    Fletching | Fishing | Magic | Smithing | Firemaking | Woodcutting | Cooking|Divination|Mining | Crafting

  16. #1791
    Join Date
    May 2012
    Location
    Gielnor
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    50 Post(s)

    Default

    I got my main banned yesterday after using this script for a quite a while. I got banned for RWT(i swapped like 80m rs3 gold to 07 gold), not sure if this script influenced my perm ban. Just a heads up.

  17. #1792
    Join Date
    May 2012
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Nice script though I cannot figure out why I get this every time I want to bank -

    Did not get to bank, logging in and out to reset map

    Doing it now and then wouldn't bother me but at every inventory will probably cause suspicion, I will keep trying to fix it but your scripts are confusing haha.
    The thing is I am right next to the deposit box, but it doesn't detect it.

  18. #1793
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  19. #1794
    Join Date
    May 2012
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Sorry it was me being stupid, didn't realize the change in symbols, will have to make new sps map i guess ;/.

    Thanks for the update, your bot making bot must be going at full speed .

  20. #1795
    Join Date
    Oct 2013
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    Hey Ashaman was just wondering if this script is still working? Have not played RS in a while.

  21. #1796
    Join Date
    May 2012
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    The script still works pretty well, being using it on and off the past couple months to get mining levels, the rock detection can be a bit off now and then but aside from that it is amazing.

  22. #1797
    Join Date
    May 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I can't seem to start the mining process. First it empties out my inventory, then it stops. Is it mean to do that?
    Last edited by aepeox; 05-06-2014 at 10:50 AM.

  23. #1798
    Join Date
    May 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm not sure how to start the script (automining bit).Pls help
    Last edited by aepeox; 05-06-2014 at 10:32 AM.

  24. #1799
    Join Date
    Jun 2014
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Edit: Accidental post.
    Last edited by Clu; 06-12-2014 at 01:37 AM.

  25. #1800
    Join Date
    Jun 2014
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    There is no antileech, check out the FAQ's on how to setup playermanager and playerform - it's only a few steps.

    Tonight is script night finally
    What FAQ? I tried reading Coh3n's "How to add the SRL Player Form to your script," but it is for scripters, not users.

Page 72 of 75 FirstFirst ... 22627071727374 ... 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
  •