When the camera angle is North/High, the base of the tree doesn't show (It's covered by the leaves/branches of the oaks). Still trying to work on fixing the camera angle during midterms. Might be a few days though.
Printable View
I have run across an issue that I've never had happen before. I'll be cutting wood, and I'll walk away for a few hours. Come back later to find it running around Draynor Manor, and relogging everytime it can't find trees. Why would it run to Draynor Manor?
Thanks! i had the same problem and it worked
Can someone help me setup scripts i have no idea why nothing works. i have all the stuff i need but i have no idea what im doing in the script
Make sure you follow this guide. It should explain how to get a script working properly. If you still have issues, post with more details (error logs, better description of what is going wrong, etc). We need to know what the problem is before we can help you out.
I have done that already...
STATS_ID = ''; // Your SRL Stats Username
STATS_PASS = ''; // Your SRL Stats Password
ENABLE_DEBUG = true; // If true, will only print the progress report
BREAK_AFTER = 20; // Loads until break/switch player
SMART_DRAWING = true; // Does some debugging on SMART
SRL_LOG = true; // Saves SRL debug to a log file
SRL_DEBUG = true; // Debugs SRL procedures in the debug box
IP_SCREEN = true; // Takes a screenshot of your last IP in case of hacks
MAX_TIME_PER_TREE = 60; // Will move on to another tree after about X seconds not matter what
ANIMATION_SHIFT = 150; // The maximum player IDLE pixel shift. Can adjust value if player isn't moving between trees or moving too soon. WILL vary depending on player's clothing.
What do i do with that?
I have everything setup, but all it does is start, says successfully executed and shuts down.
const
STATS_ID = ''; // Your SRL Stats Username
STATS_PASS = ''; // Your SRL Stats Password
what the hell is the stats ID and pass?
I think the colors need updating, I ran it for 5 hours and only got about 1000 logs
[0:04:12]: ERROR: Chop_Trees: Failed to find enough colors for tree
PHP Code:/====================================================|
| Coh3n's Draynor Chop N' Bank! |
| - Revision 82 - |
|====================================================|
| 7 Hours, 11 Minutes and 37 Seconds |
|----------------------------------------------------|
| Player: 0 |
| Location: Bank |
| Active: True |
| Tree Type: Willow |
| Loads Done: 71 |
| Logs Cut: 1,917 |
| Logs P/H: 266 |
| Experience: 129,398 |
| Exp P/H: 17,987 |
| Breaks: 3 |
|____________________________________________________|
|____________________________________________________/
PHP Code:/====================================================|
| Coh3n's Draynor Chop N' Bank! |
| - Revision 82 - |
|====================================================|
| 12 Hours, 34 Minutes and 20 Seconds |
|----------------------------------------------------|
| Player: 0 |
| Location: Willows |
| Active: True |
| Tree Type: Willow |
| Loads Done: 107 |
| Logs Cut: 2,889 |
| Logs P/H: 230 |
| Experience: 195,008 |
| Exp P/H: 15,511 |
| Breaks: 4 |
|____________________________________________________|
|____________________________________________________/
Previous proggy was weird where it was having a hard time actually finding the colors of the tree, sometimes it would find a few spots to check, the spots would be on unclickable parts, or it would just be unable to locate a tree color. So I went ahead and used ACA to make a new color selection and so far it's been working out better.PHP Code:/====================================================|
| Coh3n's Draynor Chop N' Bank! |
| - Revision 82 - |
|====================================================|
| 12 Hours, 40 Minutes and 20 Seconds |
|----------------------------------------------------|
| Player: 0 |
| Location: Bank |
| Active: True |
| Tree Type: Willow |
| Loads Done: 181 |
| Logs Cut: 4,887 |
| Logs P/H: 386 |
| Experience: 329,872 |
| Exp P/H: 26,031 |
| Breaks: 8 |
|____________________________________________________|
|____________________________________________________/
The previous comment I left because it was entirely my fault, but now it seems that after I fill my inventory, I cannot bank it. instead I repeatedly log in and out, then walking north, eventually finding myself at Draynor Manor.
After a bit of tweaking in the code I got this working.
Change the colour for willows to 2837841, worked for me.
Also I adjusted the wait times between switching trees(not all of use Dragon Hatchets =p)
Runs very smoothly now!
/================================================== ==|
| Coh3n's Draynor Chop N' Bank! |
| - Revision 82 - |
|================================================= ===|
| 5 Hours, 52 Minutes and 19 Seconds |
|----------------------------------------------------|
| Player: 0 |
| Location: Willows |
| Active: False |
| Reason: |
| Tree Type: Willow |
| Loads Done: 103 |
| Logs Cut: 2,883 |
| Logs P/H: 491 |
| Experience: 194,602 |
| Exp P/H: 33,140 |
| Breaks: 0 |
|_________________________________________________ ___|
|_________________________________________________ ___/
Here is a recent proggy using the script. Had to change the color, but now everything is working well!
Code:/====================================================|
| Coh3n's Draynor Chop N' Bank! |
| - Revision 82 - |
|====================================================|
| 3 Hours, 6 Minutes and 11 Seconds |
|----------------------------------------------------|
| Player: 0 |
| Location: Willows |
| Active: True |
| Tree Type: Willow |
| Loads Done: 40 |
| Logs Cut: 1,078 |
| Logs P/H: 347 |
| Experience: 72,765 |
| Exp P/H: 23,448 |
| Breaks: 1 |
|____________________________________________________|
|____________________________________________________/
After playing with the code a little bit to find a better color to use for the script, I used this setting
and found my results to be very good. Let me know how these settings work! (Lines 237-239)
Code:Color := 2703686;
Hue := 0.30;
Sat := 2.56;
Does this only work with willows?
How do I modify the script to get normal trees from level 1 - 15?
Thanks