Page 10 of 12 FirstFirst ... 89101112 LastLast
Results 226 to 250 of 293

Thread: [SRL-6] 3Garrett3's Evergreen Chop & Bank

  1. #226
    Join Date
    Mar 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    oh and i only run my scripts about 7 hours a day, and at random times..

  2. #227
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by dicheddarib View Post
    Hey, i hope you see this soon. I agree your script runs very well. However I suggest adding in some more anti-ban, and more random actions. One of my account just got banned this morning, had the script run for 4 hours than stop so i could actually play. Screen was logged out so i went to log in, and boom major macroing ban.
    plox halp
    <3Attachment 25209
    The amount of antiban is actually completely controlled by the user. You can change the settings indicated at the top of the script as well as increase resting time to your liking. I'm sorry your account has been banned, these things happen and nothing will ever be 100% safe. Feel free to tinker with the antiban settings and I hope it works out better next time for you.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  3. #228
    Join Date
    Mar 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by 3Garrett3 View Post
    The amount of antiban is actually completely controlled by the user. You can change the settings indicated at the top of the script as well as increase resting time to your liking. I'm sorry your account has been banned, these things happen and nothing will ever be 100% safe. Feel free to tinker with the antiban settings and I hope it works out better next time for you.
    oh i wasn't trippin out about the ban, im just giving constructive feedback. <3

  4. #229
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Just wanted to bump quickly to say I've added Rev 12. New features:

    • Automatic mode (set in the constants) - Determines fletch or bank based on GE prices
    • Stats!
    • Made tree selection AI much more human-like.


    I planned on posting this once the script stopped naturally. But.. it hasn't.

    Progress Report:
    ========================================================
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 2 Days, 21 Hours, 29 Minutes and 19 Seconds
    Logs Cut: 27987
    Logs Per Hour: 403
    Loads Done: 1038
    Profit Made: 7976295
    Profit Per Hour: 114785
    Used Lodestone Reset: 4 times
    Rested: 34 Times
    Rested for: 8 Hours, 45 Minutes and 24 Seconds
    ========================================================
    0: True | 9928 Logs | 367 Loads | Did not fail
    1: True | 9108 Logs | 337 Loads | Did not fail
    2: True | 8951 Logs | 334 Loads | Did not fail


    It just has not even thought about stopping yet. In 3 days now I have about 750k arrow shafts over 3 accounts.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  5. #230
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Quote Originally Posted by 3Garrett3 View Post
    Just wanted to bump quickly to say I've added Rev 12. New features:

    • Automatic mode (set in the constants) - Determines fletch or bank based on GE prices
    • Stats!
    • Made tree selection AI much more human-like.


    I planned on posting this once the script stopped naturally. But.. it hasn't.

    Progress Report:
    ========================================================
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 2 Days, 21 Hours, 29 Minutes and 19 Seconds
    Logs Cut: 27987
    Logs Per Hour: 403
    Loads Done: 1038
    Profit Made: 7976295
    Profit Per Hour: 114785
    Used Lodestone Reset: 4 times
    Rested: 34 Times
    Rested for: 8 Hours, 45 Minutes and 24 Seconds
    ========================================================
    0: True | 9928 Logs | 367 Loads | Did not fail
    1: True | 9108 Logs | 337 Loads | Did not fail
    2: True | 8951 Logs | 334 Loads | Did not fail


    It just has not even thought about stopping yet. In 3 days now I have about 750k arrow shafts over 3 accounts.
    The new status of the script should now be: Working so well the Logs/Shafts market is about to crash.

    SEXY WORK BBY.



    It's not gay if it's efficient.

  6. #231
    Join Date
    Mar 2015
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    I'm new to Simba, followed the set up guide, got Smart to load, graphics and interface are correct, evergreen map placed in the right folder. But, every time I run the script, the character just sits there idle and the mouse doesn't move either. It then goes on to closing the smart client. I'm not receiving any errors in the debug window. Not sure what to do.

  7. #232
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by zenicpush View Post
    I'm new to Simba, followed the set up guide, got Smart to load, graphics and interface are correct, evergreen map placed in the right folder. But, every time I run the script, the character just sits there idle and the mouse doesn't move either. It then goes on to closing the smart client. I'm not receiving any errors in the debug window. Not sure what to do.
    Can you go to the top of your script and find:

    Simba Code:
    const //These are optional. Current setup is the recommended default
      WORKING_DEBUG = False; //Only make this true if you're working on the script (overrides Debug setting if True)
      ANTIBAN_FREQUENCY = 90; // For 85, the script will do antiban 15% of the time. Recommend 90ish.
      TREE_WAIT_TIME = 6000; //Amount of ms to wait for a tree - 6000ms is good for high levels (go between 30000-60000 for starting accounts)
      WHAT_METHOD = 'auto'; // 'auto', 'fletch', 'bank' LOWERCASE ONLY

    Replace it with:

    Simba Code:
    const //These are optional. Current setup is the recommended default
      WORKING_DEBUG = True; //Only make this true if you're working on the script (overrides Debug setting if True)
      ANTIBAN_FREQUENCY = 90; // For 85, the script will do antiban 15% of the time. Recommend 90ish.
      TREE_WAIT_TIME = 6000; //Amount of ms to wait for a tree - 6000ms is good for high levels (go between 30000-60000 for starting accounts)
      WHAT_METHOD = 'auto'; // 'auto', 'fletch', 'bank' LOWERCASE ONLY

    And then when the form pops up, make sure the "Debug" box is checked off. That should give us an idea of what's happening.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  8. #233
    Join Date
    Mar 2015
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by 3Garrett3 View Post
    And then when the form pops up, make sure the "Debug" box is checked off. That should give us an idea of what's happening.
    Here it is, you could have just told me to turn on the working_debug. :P

    ---- TPlayer.loginToLobby()
    ------ Attempt 1: "yadayada email" ()
    -------- Entering username...
    -------- Entering password...
    -------- TRSLobby._skipEmailScreen(): Closed validate email screen
    -------- Saving screenshot: IP_address.png
    ---- TPlayer.loginToLobby(): True
    ------ TRSLobby.findPlayButton(): result = True
    ------ TRSLobby.findPlayButton(): result = False
    ^Goes on to repeat this line^
    ---- Took too long to find login popup or login - respawning SMART
    ------ TRSLobby.findPlayButton(): result = False
    ------ Login message: Your game session has now ended

    Then runs the client restart and repeats. Would have replied sooner, but had to go to work.

  9. #234
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by zenicpush View Post
    Here it is, you could have just told me to turn on the working_debug. :P

    ---- TPlayer.loginToLobby()
    ------ Attempt 1: "yadayada email" ()
    -------- Entering username...
    -------- Entering password...
    -------- TRSLobby._skipEmailScreen(): Closed validate email screen
    -------- Saving screenshot: IP_address.png
    ---- TPlayer.loginToLobby(): True
    ------ TRSLobby.findPlayButton(): result = True
    ------ TRSLobby.findPlayButton(): result = False
    ^Goes on to repeat this line^
    ---- Took too long to find login popup or login - respawning SMART
    ------ TRSLobby.findPlayButton(): result = False
    ------ Login message: Your game session has now ended

    Then runs the client restart and repeats. Would have replied sooner, but had to go to work.
    I actually just had my script fail after almost 4 days. I think it's the exact same bug.

    Progress Report:
    ========================================================
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 3 Days, 23 Hours, 45 Seconds
    Logs Cut: 35538
    Logs Per Hour: 374
    Loads Done: 1317
    Profit Made: 10128330
    Profit Per Hour: 106600
    Used Lodestone Reset: 7 times
    Rested: 44 Times
    Rested for: 11 Hours, 14 Minutes and 38 Seconds
    ========================================================
    0: False | 12331 Logs | 454 Loads | Logged Out
    1: False | 11939 Logs | 443 Loads | Did not fail
    2: False | 11268 Logs | 420 Loads | Did not fail


    They all failed because they were unable to login. So I expect that SRL has something weird happening right now... The bug you're experiencing is SRL based, it's before my script starts doing anything. I'd make sure your graphics settings are good, that's normally what causes these things. If you're going to be around tomorrow or Sunday I can Teamview you to see what's going on if you want.

    PS Sorry about the "set Working Debug True" thing, I make these assumptions with registered users because it happens way more than you'd expect that "change working debug" would completely confuse someone. Hope I didn't offend you!

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  10. #235
    Join Date
    Mar 2015
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by 3Garrett3 View Post

    They all failed because they were unable to login. So I expect that SRL has something weird happening right now... The bug you're experiencing is SRL based, it's before my script starts doing anything. I'd make sure your graphics settings are good, that's normally what causes these things. If you're going to be around tomorrow or Sunday I can Teamview you to see what's going on if you want.

    PS Sorry about the "set Working Debug True" thing, I make these assumptions with registered users because it happens way more than you'd expect that "change working debug" would completely confuse someone. Hope I didn't offend you!
    Let's make Teamviewer a last resort, haha. For the graphic settings, they should be on DirectX, max brightness, and on minimum? Interface is set up correctly, I know that for sure. Have people been having issues with SRL related bugs lately?

    PS It's perfectly alright, I've been on enough forums to understand. X)

  11. #236
    Join Date
    Feb 2015
    Location
    Taguig, Philippines
    Posts
    342
    Mentioned
    15 Post(s)
    Quoted
    137 Post(s)

    Default

    Thank you for this epic script!

    Posting my proggy(still running and will continue to run until it naturally stops).

    Progress Report:
    ========================================================
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 5 Hours, 6 Minutes and 37 Seconds
    Logs Cut: 2025
    Logs Per Hour: 396
    Loads Done: 76
    Profit Made: 577125
    Profit Per Hour: 112939
    Used Lodestone Reset: 0 times
    Rested: 3 Times
    Rested for: 24 Minutes and 30 Seconds
    ========================================================
    0: True | 2025 Logs | 76 Loads | Did not fail


    EDIT:
    -Manually stopped

    Progress Report:
    ========================================================
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 15 Hours, 2 Minutes and 7 Seconds
    Logs Cut: 5720
    Logs Per Hour: 380
    Loads Done: 213
    Profit Made: 1630200
    Profit Per Hour: 108425
    Used Lodestone Reset: 0 times
    Rested: 11 Times
    Rested for: 1 Hour, 28 Minutes and 22 Seconds
    ========================================================
    0: True | 5720 Logs | 213 Loads | Did not fail
    Last edited by Renzanity; 03-21-2015 at 01:36 PM.

  12. #237
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by zenicpush View Post
    Let's make Teamviewer a last resort, haha. For the graphic settings, they should be on DirectX, max brightness, and on minimum? Interface is set up correctly, I know that for sure. Have people been having issues with SRL related bugs lately?

    PS It's perfectly alright, I've been on enough forums to understand. X)
    I have whatever instructions in the OP. DX or OGL doesn't matter for this one. As long as brightness is up and you're on minimum, fixed window, etc. If you took a screenshot of in-game I could probably tell if it looks right.

    Quote Originally Posted by renzanity View Post
    Thank you for this epic script!

    Posting my proggy(still running and will continue to run until it naturally stops).

    Progress Report:
    ========================================================
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 5 Hours, 6 Minutes and 37 Seconds
    Logs Cut: 2025
    Logs Per Hour: 396
    Loads Done: 76
    Profit Made: 577125
    Profit Per Hour: 112939
    Used Lodestone Reset: 0 times
    Rested: 3 Times
    Rested for: 24 Minutes and 30 Seconds
    ========================================================
    0: True | 2025 Logs | 76 Loads | Did not fail


    EDIT:
    -Manually stopped

    Progress Report:
    ========================================================
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 15 Hours, 2 Minutes and 7 Seconds
    Logs Cut: 5720
    Logs Per Hour: 380
    Loads Done: 213
    Profit Made: 1630200
    Profit Per Hour: 108425
    Used Lodestone Reset: 0 times
    Rested: 11 Times
    Rested for: 1 Hour, 28 Minutes and 22 Seconds
    ========================================================
    0: True | 5720 Logs | 213 Loads | Did not fail
    Woo thanks for the proggy!

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  13. #238
    Join Date
    Mar 2015
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by 3Garrett3 View Post
    I have whatever instructions in the OP. DX or OGL doesn't matter for this one. As long as brightness is up and you're on minimum, fixed window, etc. If you took a screenshot of in-game I could probably tell if it looks right.
    In-game
    Code:
    In-Game.png
    Graphic Settings
    Code:
    Gaphics.png
    Here you go.

  14. #239
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by zenicpush View Post
    In-game
    Code:
    In-Game.png
    Graphic Settings
    Code:
    Gaphics.png
    Here you go.
    Hmm. I can't see why it would be broken. You would benefit from making the chatbox minimum size to make the mainscreen slightly bigger, but it shouldn't break login. How about a few more questions haha:

    1) Are you starting logged in or logged out?
    2) If logged out, is it typing your user/pass properly?
    3) Is SMART enabled? IE If you click on the window it does nothing

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  15. #240
    Join Date
    Mar 2015
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by 3Garrett3 View Post
    Hmm. I can't see why it would be broken. You would benefit from making the chatbox minimum size to make the mainscreen slightly bigger, but it shouldn't break login. How about a few more questions haha:

    1) Are you starting logged in or logged out?
    2) If logged out, is it typing your user/pass properly?
    3) Is SMART enabled? IE If you click on the window it does nothing

    1)Logged out
    2)Typing everything correctly, sometimes doesn't go to my selected world.
    3)Smart is always enabled, unless I have to use my mouse, haha.

  16. #241
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by zenicpush View Post
    1)Logged out
    2)Typing everything correctly, sometimes doesn't go to my selected world.
    3)Smart is always enabled, unless I have to use my mouse, haha.
    Okay so probably the only things that I can think of are that your SRL is outdated or you might be missing like one setting that I can't visually tell. Force an update on SRL (SRL Tab -> Check for Update). Close/Reopen Simba. If it still doesn't work then I'm out of ideas.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  17. #242
    Join Date
    Mar 2015
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by 3Garrett3 View Post
    Okay so probably the only things that I can think of are that your SRL is outdated or you might be missing like one setting that I can't visually tell. Force an update on SRL (SRL Tab -> Check for Update). Close/Reopen Simba. If it still doesn't work then I'm out of ideas.
    My SRL is up to date, I made sure like 6 times. Hmm.

  18. #243
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by zenicpush View Post
    My SRL is up to date, I made sure like 6 times. Hmm.
    Add my Skype? srl.3garrett3

    Then we can try to figure this out haha

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  19. #244
    Join Date
    Feb 2015
    Location
    Taguig, Philippines
    Posts
    342
    Mentioned
    15 Post(s)
    Quoted
    137 Post(s)

    Default

    Quote Originally Posted by zenicpush View Post
    1)Logged out
    2)Typing everything correctly, sometimes doesn't go to my selected world.
    3)Smart is always enabled, unless I have to use my mouse, haha.
    Hi, Zen. If you don't have your selected world on your favorites, I suggest you do so, because when SMART scrolls on the world tab it seldomly 'over scrolls' y'know what I mean? Haha.

  20. #245
    Join Date
    Mar 2015
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by renzanity View Post
    Hi, Zen. If you don't have your selected world on your favorites, I suggest you do so, because when SMART scrolls on the world tab it seldomly 'over scrolls' y'know what I mean? Haha.
    I actually set my world as my favorite not to long ago, lol. Glad to know that it doesn't scroll the same amount each time though.

    Here's a proggy!

    ================================================== ======
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 11 Hours, 26 Minutes and 57 Seconds
    Logs Cut: 4725
    Logs Per Hour: 413
    Loads Done: 175
    Profit Made: 1346625
    Profit Per Hour: 117617
    Used Lodestone Reset: 0 times
    Rested: 8 Times
    Rested for: 40 Minutes and 57 Seconds
    ================================================== ======
    Last edited by zenicpush; 03-22-2015 at 01:50 PM.

  21. #246
    Join Date
    Mar 2015
    Location
    Stockholm
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    ================================================== ======
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 17 Hours, 54 Seconds
    Logs Cut: 7411
    Logs Per Hour: 436
    Loads Done: 276
    Profit Made: 2000970
    Profit Per Hour: 117602
    Used Lodestone Reset: 4 times
    ================================================== ======
    0: True | 7411 Logs | 276 Loads | Did not fail

  22. #247
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Code:
    ========================================================
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 7 Hours, 4 Minutes and 16 Seconds
    Logs Cut: 2161
    Logs Per Hour: 306
    Loads Done: 80
    Profit Made: 551055
    Profit Per Hour: 77930
    Used Lodestone Reset: 0 times
    Rested: 4 Times
    Rested for: 2 Hours, 4 Minutes and 6 Seconds
    ========================================================
    0: True | 2161 Logs | 80 Loads | Did not fail



    It's not gay if it's efficient.

  23. #248
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by zenicpush View Post
    I actually set my world as my favorite not to long ago, lol. Glad to know that it doesn't scroll the same amount each time though.

    Here's a proggy!

    ================================================== ======
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 11 Hours, 26 Minutes and 57 Seconds
    Logs Cut: 4725
    Logs Per Hour: 413
    Loads Done: 175
    Profit Made: 1346625
    Profit Per Hour: 117617
    Used Lodestone Reset: 0 times
    Rested: 8 Times
    Rested for: 40 Minutes and 57 Seconds
    ================================================== ======
    Quote Originally Posted by Haris View Post
    ================================================== ======
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 17 Hours, 54 Seconds
    Logs Cut: 7411
    Logs Per Hour: 436
    Loads Done: 276
    Profit Made: 2000970
    Profit Per Hour: 117602
    Used Lodestone Reset: 4 times
    ================================================== ======
    0: True | 7411 Logs | 276 Loads | Did not fail
    Quote Originally Posted by Taric View Post
    Code:
    ========================================================
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 7 Hours, 4 Minutes and 16 Seconds
    Logs Cut: 2161
    Logs Per Hour: 306
    Loads Done: 80
    Profit Made: 551055
    Profit Per Hour: 77930
    Used Lodestone Reset: 0 times
    Rested: 4 Times
    Rested for: 2 Hours, 4 Minutes and 6 Seconds
    ========================================================
    0: True | 2161 Logs | 80 Loads | Did not fail
    Thanks everyone for the proggys! Looks like we've fundraised 50M worth of arrow shafts since I added stats. Almost over Justin's Goldfarm for total time run, pretty dang neat! http://stats.grats.pw/variable.php?sid=16

    PS Taric you suck, everyone else gets 400+ logs/hr and you get 300.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  24. #249
    Join Date
    Mar 2015
    Location
    Stockholm
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    ================================================== ======
    3Garrett3's Evergreen Cutter Rev 12 Progress Report
    Time Run: 21 Hours, 45 Minutes and 46 Seconds
    Logs Cut: 9632
    Logs Per Hour: 443
    Loads Done: 340
    Profit Made: 2340576
    Profit Per Hour: 107550
    Used Lodestone Reset: 3 times
    ================================================== ======
    0: True | 9632 Logs | 340 Loads | Did not fail
    In the end, it's not the years in your life that count. It's the life in your years.

  25. #250
    Join Date
    Mar 2015
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I've run it a couple times and it has some serious issues banking. I'll run north of the bank, then tele to lodestone, then repeat.

Page 10 of 12 FirstFirst ... 89101112 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
  •