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

Trying to learn new flight path.

When the bot it running, click up the destination map at the flightmaster.
 
I have the same issue, same with learning skill and using path, sometime the bot stuck or try endlessly, i didnt try the lastest version yet.
 
The bot is trying to learn new flight path, 5000000 times and dont stop.
Using the 1-60 kicks alliance profile.
log: View attachment 23262

[22:39:47:781] Activity: Honorbuddy Stopped
[22:39:47:784] System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout)
at System.Threading.Thread.Sleep(Int32 millisecondsTimeout)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()
at Styx.Logic.BehaviorTree.TreeRoot.Run()
[22:39:47:784] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.BehaviorTree.TreeRoot.Run()
[22:40:51:411] Starting the bot!

^^ did you dc here?

if you dc / log / relog or reloadui while hb is attached - you must kill it and restart it
 
i did it many times, but it didnt help

open the profile, replace all:

UseFlightPaths="True"
to:
UseFlightPaths="False"

LearnFlightPaths="True"
to:
LearnFlightPaths="False"

it should look like this:

PHP:
	<CustomBehavior File="UserSettings" LearnFlightPaths="False" UseFlightPaths="False" />
 
Back
Top