What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Bot stops when he try open new map

Matejko

Member
Joined
Sep 26, 2013
Messages
62
Reaction score
1
My bot stops sometimes when he try open new map and accidentally enter to old map.
Code:
2017-08-23 14:33:57,975 [51] INFO  Logger - [Events] Area changed (Enlightened Hideout › Burial Chambers)
2017-08-23 14:33:57,976 [51] INFO  Logger - [ErrorManager] Error count has been reset.
2017-08-23 14:33:57,978 [51] DEBUG Logger - [GemLeveler] Now resetting task state.
2017-08-23 14:33:58,015 [51] INFO  Logger - [Statistics] Found "Mesa Map".
2017-08-23 14:33:58,015 [51] DEBUG Logger - [TryTo] Open Map Device attempt: 2/3
2017-08-23 14:33:58,021 [51] ERROR Logger - [OpenMapTask] Unknown error. Fail to find Map Device in Templar Laboratory.
2017-08-23 14:33:58,022 [51] ERROR Logger - [OpenMapTask] Now stopping the bot because it cannot continue.
2017-08-23 14:33:58,022 [51] INFO  BotManager - [Stop] Now requesting the BotThread to stop.
2017-08-23 14:33:58,038 [51] INFO  BotManager - [Stop] Default.MapBot.MapBot
Bot using HO map device. I know issue MapBot
- Problems and issues caused by high latency and/or desync. All of those can screw the bot up unpredictably.
that the problem?
 

Attachments

2017-08-23 14:33:49,644 [51] DEBUG Logger - [OpenMapTask] Now going to open Map Device.
2017-08-23 14:33:49,666 [51] DEBUG Logger - [MoveAtOnce] Moving to Map Device at {146, 200} (distance: 37)
2017-08-23 14:33:49,826 [51] INFO Logger - [ClickLMB] sleepTime = 104.
2017-08-23 14:33:50,062 [51] INFO Logger - [ClickLMB] sleepTime = 107.

2017-08-23 14:33:50,491 [51] DEBUG Logger - [FinishCurrentAction][True] Waited 0 ms for the action to finish Move.
2017-08-23 14:33:50,609 [51] DEBUG Logger - [FinishCurrentAction][True] Waited 118 ms for the action to finish Move.
2017-08-23 14:33:50,661 [51] DEBUG Logger - [Interact] Now going to interact with "Map Device".
Bot accidentally clicked on map portal while moving to Map Device. Thats because you are using Left Mouse Button for movement, which is not normally possible, bot would not start with that setup. Most likely your problem is caused by custom PlayerMover you are using.
[Start] PlayerMover.Instance: LeapSlamMover.LeapSlamPlayerMover.
 
Thanks I fix it, set normal attack on left click and change movment plugin to Alcor75PlayerMover, now bot run great.
 
Back
Top