Problems started around approx 8hrs. I watched the following debug as it happened.
PHP Code:
-> DETAIL: Chop_IsTreeDown: Tree has been cut down! // Last tree cut by player 10
-> DETAIL: Chop_Trees: Boxes Found: 5
-> DETAIL: Chop_Trees: Length boxesArr[0]): 188
-> DETAIL: Chop_Trees: Uptext found!
-> DETAIL: Chop_Trees: Track Point: (286, 133)
-> DETAIL: Chop_IsTreeDown: Length inside Box: 126
-> DETAIL: Find_Randoms: Scanning for random events...
-> DETAIL: Chop_IsTreeDown: Length inside Box: 103
-> DETAIL: Find_Randoms: Scanning for random events...
-> DETAIL: Find_Randoms: Scanning for random events...
-> DETAIL: Find_Randoms: Scanning for random events...
-> SUCCESS: Walk_PerformIndex: Walked to location: Bank
-> SUCCESS: Walk_ToLoc: Walked to Bank //I think this is where it went wrong. I dont think it banked anything?
-> DETAIL: Find_Randoms: Scanning for random events...
-> SUCCESS: Walk_PerformIndex: Walked to location: Willows
-> SUCCESS: Walk_ToLoc: Walked to Willows //errors from here. player has full inv.
-> DETAIL: Chop_Trees: Boxes Found: 0
-> ERROR: Chop_Trees: Failed to find tree
-> DETAIL: Find_Randoms: Scanning for random events...// last 3 rows then repeated 15 times. curosr just hovers over the water, does not go near the trees.
-> DETAIL: Chop_Trees: Boxes Found: 0
-> ERROR: Chop_Trees: Failed to find tree
-> DETAIL: Setup_MainLoop: Switching players // current player 10, does not log out. Exit to lobby screen displayed.
NextPlayer
SwitchToPlayer(PlayerNo: 10, Active: True); // same player still logged in. No change, no cursor movement.
-> DETAIL: Setup_Player: Current Woodcutting level: -1
-> ERROR: Find_Hatchet: Failed to find hatchet
NextPlayer
SwitchToPlayer(PlayerNo: 11, Active: False);// same player still logged in. No change, no cursor movement.
-> DETAIL: Find_Randoms: Scanning for random events...
-> SUCCESS: Walk_PerformIndex: Walked to location: Willows // No change, no cursor movement.
-> SUCCESS: Walk_ToLoc: Walked to Willows
-> DETAIL: Chop_Trees: Boxes Found: 0
-> ERROR: Chop_Trees: Failed to find tree
-> DETAIL: Find_Randoms: Scanning for random events...//last 3 rows repeats 18 times.
-> DETAIL: Chop_Trees: Boxes Found: 1
-> DETAIL: Chop_Trees: Length boxesArr[0]): 1
-> DETAIL: Setup_MainLoop: Switching players
NextPlayer
SwitchToPlayer(PlayerNo: 12, Active: True);// same player10 still logged in. No change, no cursor movement.
Welcome to Runescape.
UserName
One minute has passed...
NextPlayer
SwitchToPlayer(PlayerNo: 1, Active: False);// same player10 still logged in. No change, no cursor movement.
Welcome to Runescape.
One minute has passed...
NextPlayer
SwitchToPlayer(PlayerNo: 2, Active: False);
-> DETAIL: Setup_Player: Current Woodcutting level: -1
-> ERROR: Find_Hatchet: Failed to find hatchet
NextPlayer
SwitchToPlayer(PlayerNo: 3, Active: False);
-> DETAIL: Find_Randoms: Scanning for random events...
-> DETAIL: Chop_Trees: Boxes Found: 0
-> ERROR: Chop_Trees: Failed to find tree
-> DETAIL: Find_Randoms: Scanning for random events...
-> DETAIL: Chop_Trees: Boxes Found: 0
-> ERROR: Chop_Trees: Failed to find tree
-> DETAIL: Setup_MainLoop: Switching players
NextPlayer
SwitchToPlayer(PlayerNo: 4, Active: True);
Welcome to Runescape.
Manuall terminate script here. All this time player 10(wc11) just stands still at waters edge. WC01 was chopping Oaks??? Quite a few other lost were in bank or willows with full inv?
Proggy - wc01
PHP Code:
/=====================================================================================|
| Coh3n's Draynor Chop N' Bank! |
| - Revision 38 - |
|=====================================================================================|
| |
| Ran For: 9 Hours, 38 Minutes and 2 Seconds |
| Program: SCAR | SMART: Yes |
|______ ________ __________ _______ ________ __________ ________ ____________ ________|
|Alias | Active | Location | Loads | Tree | Logs Cut | Levels | Experience | Breaks |
|¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯|
| WC01 | False | Lost | 0 | Willow | 0 | 0 | 0 | 0 |
| WC02 | False | Login Failed| 16 | Willow | 448 | 2 | 30,240 | 1 |
| WC03 | False | Lost | 14 | Willow | 392 | 0 | 26,460 | 1 |
| WC04 | True | Willows | 13 | Willow | 364 | 1 | 24,570 | 1 |
| WC05 | True | Bank | 10 | Willow | 280 | 0 | 18,900 | 1 |
| WC06 | True | Bank | 12 | Willow | 336 | 1 | 22,680 | 1 |
| WC07 | True | Bank | 8 | Willow | 223 | 0 | 15,052 | 1 |
| WC08 | True | Bank | 18 | Willow | 504 | 66 | 34,020 | 2 |
| WC09 | True | Bank | 10 | Willow | 280 | 1 | 18,900 | 1 |
| WC10 | True | Willows | 9 | Willow | 252 | 0 | 17,010 | 0 |
| WC11 | False | Lost | 8 | Willow | 224 | 0 | 15,120 | 0 |
| WC12 | True | Willows | 0 | Willow | 0 | 0 | 0 | 0 |
| WC13 | False | Login Failed| 6 | Willow | 168 | 0 | 11,340 | 0 |
|-------------------------------------------------------------------------------------|
| Totals: | 124 | | 3,471 | 71 | 234,292 | 9 |
|_____________________________________________________________________________________|
|_____________________________________________________________________________________/