Meleos 0 Report post Posted December 26, 2015 I caught my bot today failing to pick an item (too many items on the floor) and the bot failed to leave the map after 120seconds (max idle time). There was some kind of loop. Here is a part of the log : 2015-12-26 15:42:22 [info] -> Going to pick item 2015-12-26 15:42:22 [info] -> Current complex map explored !! 2015-12-26 15:42:22 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 15:42:22 [info] -> Map finished!! 2015-12-26 15:42:22 [info] -> Going to pick item 2015-12-26 15:42:22 [info] -> Current complex map explored !! 2015-12-26 15:42:22 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 15:42:22 [info] -> Map finished!! 2015-12-26 15:42:23 [info] -> Going to pick item 2015-12-26 15:42:23 [info] -> Current complex map explored !! 2015-12-26 15:42:23 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 15:42:23 [info] -> Map finished!! 2015-12-26 15:42:23 [info] -> Going to pick item 2015-12-26 15:42:23 [info] -> Current complex map explored !! 2015-12-26 15:42:23 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 15:42:23 [info] -> Map finished!! 2015-12-26 15:42:24 [info] -> Going to pick item Share this post Link to post Share on other sites
omega 12 Report post Posted December 26, 2015 I caught my bot today failing to pick an item (too many items on the floor) and the bot failed to leave the map after 120seconds (max idle time). There was some kind of loop. Here is a part of the log : 2015-12-26 15:42:22 [info] -> Going to pick item 2015-12-26 15:42:22 [info] -> Current complex map explored !! 2015-12-26 15:42:22 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 15:42:22 [info] -> Map finished!! 2015-12-26 15:42:22 [info] -> Going to pick item 2015-12-26 15:42:22 [info] -> Current complex map explored !! 2015-12-26 15:42:22 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 15:42:22 [info] -> Map finished!! 2015-12-26 15:42:23 [info] -> Going to pick item 2015-12-26 15:42:23 [info] -> Current complex map explored !! 2015-12-26 15:42:23 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 15:42:23 [info] -> Map finished!! 2015-12-26 15:42:23 [info] -> Going to pick item 2015-12-26 15:42:23 [info] -> Current complex map explored !! 2015-12-26 15:42:23 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 15:42:23 [info] -> Map finished!! 2015-12-26 15:42:24 [info] -> Going to pick item not even 3 seconds went by Share this post Link to post Share on other sites
Meleos 0 Report post Posted December 26, 2015 (edited) It's just part of the log to show the problem... It's looping like that for a few minutes (until I stopped the bot). Edit: Happened to another one of my bot who was stuck. Different loop : 2015-12-26 23:01:29 [info] -> Attacking monster using mouse_right key at distance : 5.886350 2015-12-26 23:01:29 [info] -> Current complex map explored !! 2015-12-26 23:01:29 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 23:01:29 [info] -> Map finished!! 2015-12-26 23:01:29 [info] -> Attacking monster using mouse_right key at distance : 5.886350 2015-12-26 23:01:29 [info] -> Current complex map explored !! 2015-12-26 23:01:29 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 23:01:29 [info] -> Map finished!! 2015-12-26 23:01:29 [info] -> Attacking monster using mouse_right key at distance : 5.886350 2015-12-26 23:01:29 [info] -> Current complex map explored !! 2015-12-26 23:01:29 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 23:01:29 [info] -> Map finished!! 2015-12-26 23:01:29 [info] -> Attacking monster using mouse_right key at distance : 5.886350 2015-12-26 23:01:29 [info] -> Current complex map explored !! 2015-12-26 23:01:29 [info] -> Restart state because no monster were killed for 120 s 2015-12-26 23:01:29 [info] -> Map finished!! Edited December 26, 2015 by Meleos Share this post Link to post Share on other sites
alkpone 1000000 Report post Posted December 27, 2015 Yeah, item pickup has a higher priority than the idle time exit. It needs to wait the max run time. Share this post Link to post Share on other sites
heisenburger 7 Report post Posted December 30, 2015 Hopefully this will be fixed. The bot shouldn't wait 15 minutes to pick up an item or do anything else. It should just chicken after 60-120s if nothing's killed. Share this post Link to post Share on other sites