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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[PAID] GoldBoss - Unlimited BotManager - Full Bot Automation! [known as GarrisonBoss]

Getting stuck in Trading post, posting log.

Changed my barn to a trading post thinking it may be coral part of building that was the problem, but no go.

Also level 3 ally mine (first run) it doesn't come out of the mine quite far enough and gets held up at mounting since it isn't out quite far enough..

Included log below

Thanks loads,
Ice
 
Last edited:
Getting stuck in Trading post, posting log.

Changed my barn to a trading post thinking it may be coral part of building that was the problem, but no go.

Also level 3 ally mine (first run) it doesn't come out of the mine quite far enough and gets held up at mounting since it isn't out quite far enough..

Included log below

Thanks loads,
Ice

Possible you have problems with your other streaming products (try to disable streaming of all of them)
cause you having too many duplicating messaged like this:
[17:13:22.560 N] [PB] view, total = C_PetJournal.GetNumPets() for wantlevel=22, 24 do for i=1, total do petID, _, owned, _, level, favorite, _, _, _, _, _, _, _, isWild, canBattle, isTradeable, _, _ = C_PetJournal.GetPetInfoByIndex(i) if (petID ~= nil) then health, maxHealth, power, speed, rarity = C_PetJournal.GetPetStats(petID) if (health == maxHealth and level==wantlevel and favorite == true and owned == true and canBattle==true) then print(petID) C_PetJournal.SetPetLoadOutInfo(1,petID) return end end end end
[17:13:22.574 N] [PB] Pulsing BPS

In log. I cant event read log normally cause of them :) And there almost none info from GarrisonBoss
 
I really like this bot, and I think I may have found 2 bugs.

1) Unchecking ALL boxes under the Cooking tab does not prevent the GBoss from doing Cooking work. The log still says "Starting check for <Cooking>." Fixing this bug would fix bug #2.

2) Having an unlearned cooking recipe in your bags causes GBoss to crash HB when it comes to the cooking section. So the HB window shows "Starting check for <Cooking>" and then HB crashes. The solution is to remove unlearned cooking recipes from your bags. (I posted 2 logs of the crashes above.)

Thanks.
 
Here is another example of GBoss crashing HB on a fresh installation as soon as GBoss gets to the Cooking section.

View attachment 166128
Have you read what was writen? i already posted, that this issue know and fix already created and will be available with next build, which you can also read at changelog to next build. Pls stop posting same issue over and over, while its know and already fixed :)
 
1) Unchecking ALL boxes under the Cooking tab does not prevent the GBoss from doing Cooking work. The log still says "Starting check for <Cooking>." Fixing this bug would fix bug #2.
Yup its issue, will be fixes next build, ty for reporting!
 
View attachment 166210

Could not find this mentioned in the thread already, but after unlocking the fishing shack, the bot keeps running to Mokugg Lagerpounder and sits there.

Even tried picking up the fishing daily quest manually, but still the bot runs back to the NPC and throws this error over and over.

Code:
[GarrisonBoss]: Starting check for <Fishing>
Exception was thrown in BotBase.Root.Tick
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
   at GarrisonBoss.WorkObject.<PickUpQuest>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.Base.Fishing.<Prequest>d__6a.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.Base.Fishing.<doWork>d__72.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.WorkOrder.<Do>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.GarrisonBoss.<MainCoroutine>d__4d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CommonBehaviors.Actions.ActionRunCoroutine....()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.Resume()
   at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
   at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
Exception was thrown in BotBase.Root.Tick
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
   at GarrisonBoss.WorkObject.<PickUpQuest>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.Base.Fishing.<Prequest>d__6a.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.Base.Fishing.<doWork>d__72.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.WorkOrder.<Do>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.GarrisonBoss.<MainCoroutine>d__4d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CommonBehaviors.Actions.ActionRunCoroutine....()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.Resume()
   at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
   at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
Exception was thrown in BotBase.Root.Tick
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
   at GarrisonBoss.WorkObject.<PickUpQuest>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.Base.Fishing.<Prequest>d__6a.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.Base.Fishing.<doWork>d__72.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.WorkOrder.<Do>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.GarrisonBoss.<MainCoroutine>d__4d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CommonBehaviors.Actions.ActionRunCoroutine....()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.Resume()
   at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
   at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
 
View attachment 166210

Could not find this mentioned in the thread already, but after unlocking the fishing shack, the bot keeps running to Mokugg Lagerpounder and sits there.

Even tried picking up the fishing daily quest manually, but still the bot runs back to the NPC and throws this error over and over.

Code:
[GarrisonBoss]: Starting check for <Fishing>
Exception was thrown in BotBase.Root.Tick
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
   at GarrisonBoss.WorkObject.<PickUpQuest>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.Base.Fishing.<Prequest>d__6a.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.Base.Fishing.<doWork>d__72.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.WorkOrder.<Do>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.GarrisonBoss.<MainCoroutine>d__4d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CommonBehaviors.Actions.ActionRunCoroutine....()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.Resume()
   at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
   at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
Exception was thrown in BotBase.Root.Tick
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
   at GarrisonBoss.WorkObject.<PickUpQuest>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.Base.Fishing.<Prequest>d__6a.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.Base.Fishing.<doWork>d__72.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.WorkOrder.<Do>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.GarrisonBoss.<MainCoroutine>d__4d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CommonBehaviors.Actions.ActionRunCoroutine....()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.Resume()
   at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
   at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
Exception was thrown in BotBase.Root.Tick
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
   at GarrisonBoss.WorkObject.<PickUpQuest>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.Base.Fishing.<Prequest>d__6a.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.Base.Fishing.<doWork>d__72.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at GarrisonBoss.WorkOrder.<Do>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at GarrisonBoss.GarrisonBoss.<MainCoroutine>d__4d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CommonBehaviors.Actions.ActionRunCoroutine....()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.(Boolean )
   at Buddy.Coroutines.Coroutine.Resume()
   at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
   at Styx.CommonBot.TreeRoot.(Action , String , Boolean )

Yup it bug (lua do not return proper state for quest done), will fix next build, for now just restart HB, it will go new session
 
*drumroll* Next build coming: MISSIONS! :cool:

Full Change Log:

*NEW* Auto Collect Information about Available and Completed, Ready to TurnIn Missions [ done ]
*NEW* Show Output Information About Missions (Name, Level, iLevel, ID) [ done ]
*NEW* Auto Complete Missions [ done ]
 
Last edited:
*drumroll* next build coming: missions! :cool:

full change log:

*new* auto collect information about available and completed, ready to turnin missions [ done ]
*new* show output information about missions (name, level, ilevel, id) [ done ]
*new* auto complete missions [ done ]
*drool*
 
Missions Output Preview:

With Coloring by Mission ilvl

166235d1422620683-botbase-fishingmaster-fishing-automation-mission-output-png
 
If you would just add the daily apexis shard quest to this botbase, i would so buy this. Thats the only thing i can think of that it misses and thats the only way to improve botting characters via gear from apexis shards. Please be so kind and take this into consideration. Much love of your products.

tia
 
The bot is running really well right now! Thanks!! ...And I'm really looking forward to the missions too!

"[02:07:40.915 N] [GarrisonBoss]: Can't Pickup quest please send this information to Developer"

I think I manually did the quest to unlock the fishing shack weeks ago. Then I picked up the quest to get 4 Icespine Stingers, but I didn't do it. Until that quest is completed, the fishing quest giver won't give daily quests. So the bot can't get quests, but it doesn't know to do the Icespine Stingers quest.

View attachment 166372

Thanks again for the good job on this bot!

EDIT: This quest. Icespine Stingers - Quest - World of Warcraft
 
Last edited:
The bot is running really well right now! Thanks!! ...And I'm really looking forward to the missions too!

"[02:07:40.915 N] [GarrisonBoss]: Can't Pickup quest please send this information to Developer"

I think I manually did the quest to unlock the fishing shack weeks ago. Then I picked up the quest to get 4 Icespine Stingers, but I didn't do it. Until that quest is completed, the fishing quest giver won't give daily quests. So the bot can't get quests, but it doesn't know to do the Icespine Stingers quest.

View attachment 166372

Thanks again for the good job on this bot!

EDIT: This quest. Icespine Stingers - Quest - World of Warcraft

Will check, ty
 
The bot cannot complete this fishing daily: Abyssal Gulper Eel. Abyssal Gulper Eel - Quest - World of Warcraft

So the bot runs up to a wall and stands there indefinitely. It's not standing near a body of water.

Also, the bot won't defend itself while being attacked. The bot mounted.
[05:08:25.848 N] [GarrisonBoss]: Mounting Up with <Brown Dragon Turtle>

The bot finally starting attacking after I intervened and started combat manually.
[05:10:03.398 N] (Singular) (Singular) info: 98.9 seconds since BotBase last called Singular (now in Heal)

So from 05:08:25 until 05:10:03 the bot was not defending itself against NPC mobs (NOT other players). For about the last 45 seconds the bot was just sitting there in one location not moving, not defending and getting attacked.

Thanks.

View attachment 166450
 
Last edited:
The bot cannot complete this fishing daily: Abyssal Gulper Eel. Abyssal Gulper Eel - Quest - World of Warcraft

So the bot runs up to a wall and stands there indefinitely. It's not standing near a body of water.

Also, the bot won't defend itself while being attacked. The bot mounted.
[05:08:25.848 N] [GarrisonBoss]: Mounting Up with <Brown Dragon Turtle>

The bot finally starting attacking after I intervened and started combat manually.
[05:10:03.398 N] (Singular) (Singular) info: 98.9 seconds since BotBase last called Singular (now in Heal)

So from 05:08:25 until 05:10:03 the bot was not defending itself against NPC mobs (NOT other players). For about the last 45 seconds the bot was just sitting there in one location not moving, not defending and getting attacked.

Thanks.

View attachment 166450
In log as i can see it stuck via Navigator - you should post this log to Meshed thread of HB, cause this is about HB Navigation on the Draenor, not GarrisonBoss:
https://www.thebuddyforum.com/honorbuddy-forum/10827-navigation-mesh-errors-post.html

Btw when running Singular make sure to set Log to none (Cause it do much spam in logs) which u can Do: Singular GUI -> Last Tab -> Logs "None" (default to file)

[05:02:14.287 N] (Singular) CombatPerfMon: FPS:7 Latency:100
[05:02:23.301 N] (Singular) YourCurrentTarget: changed to: Bloom Weaver.611F lvl=92 h=100.0%, maxh=29821, d=14.7 yds, box=2.6, boss=N, trivial=Y, player=N, attackable=Y, neutral=N, hostile=Y, entry=81575, faction=2715, loss=Y, facing=N, blacklist=N, combat=Y, flying=N, abovgrnd=N, creature=Humanoid, tagme=N, tagother=N, tapall=N
[05:02:28.123 D] Loading Draenor_28_22
[05:02:36.058 N] (Singular) YourCurrentTarget: changed to: (null)
[05:02:45.091 D] Loading Draenor_28_23
[05:02:46.083 D] Loading Draenor_29_23
[05:02:51.260 D] Garbage collected 1 nav tiles
[05:03:14.796 V] We are stuck! (TPS: 3.988606, FPS: 7, Map: Draenor, loc: <4463.449, 1620.069, 157.9117>)!
[05:03:35.122 D] Loading Draenor_28_24
[05:03:37.142 D] Garbage collected 1 nav tiles
[05:03:44.206 N] (Singular) YourCurrentTarget: changed to: Grom'kar Punisher.FFC6 lvl=100 h=100.0%, maxh=97854, d=14.8 yds, box=1.7, boss=N, trivial=N, player=N, attackable=Y, neutral=N, hostile=Y, entry=85458, faction=2719, loss=Y, facing=N, blacklist=N, combat=Y, flying=N, abovgrnd=N, creature=Humanoid, tagme=N, tagother=N, tapall=N
[05:03:50.665 D] Generating new path because we are not on the old path anymore!
[05:03:55.155 N] (Singular) CombatPerfMon: FPS:8 Latency:102
[05:04:00.485 V] We are stuck! (TPS: 3.952336, FPS: 8, Map: Draenor, loc: <3998.444, 1866.991, 122.5753>)!
[05:04:03.176 N] (Singular) YourCurrentTarget: changed to: (null)

Also, the bot won't defend itself while being attacked. The bot mounted.
It will try to avoid combat when mounted and moving, you can go back this thread and ready why and this is his right behavior as it should be.

and also when HB loading tiles, like your case:
Code:
[05:00:57.450 N] [GarrisonBoss]: Done Moving to Quest Location via FlightMaster
[05:00:57.452 N] [GarrisonBoss]: Moving to <HotSpot> at <21.51659, 1604.202, -10.70267>
[05:00:57.806 D] Garbage collected 332 nav tiles
[05:00:57.806 D] Loading Draenor_29_21
[05:00:57.893 D] Loading Draenor_28_31
[05:00:57.963 D] Loading Draenor_29_20
[05:00:58.119 D] Loading Draenor_29_22
[05:00:58.227 D] Loading Draenor_30_21
[05:00:58.372 D] Loading Draenor_28_21
[05:00:58.529 D] Loading Draenor_30_20
[05:00:58.668 D] Loading Draenor_30_22
[05:00:58.754 D] Loading Draenor_28_20
[05:00:58.884 D] Loading Draenor_28_22
[05:00:59.342 D] Loading Draenor_29_23
[05:00:59.505 D] Loading Draenor_28_23
[05:00:59.574 D] Loading Draenor_30_23
[05:00:59.688 D] Loading Draenor_27_22
[05:00:59.845 D] Loading Draenor_27_21
[05:00:59.972 D] Loading Draenor_31_21
[05:01:00.153 D] Loading Draenor_29_19
[05:01:00.230 D] Loading Draenor_28_24
[05:01:00.401 D] Loading Draenor_28_19
[05:01:00.499 D] Loading Draenor_31_20
[05:01:00.722 D] Loading Draenor_27_23
[05:01:00.801 D] Loading Draenor_30_19
[05:01:00.947 D] Loading Draenor_29_24
[05:01:01.075 D] Loading Draenor_28_25
[05:01:01.236 D] Loading Draenor_27_24
[05:01:01.394 D] Loading Draenor_28_26
[05:01:01.635 D] Loading Draenor_29_25
[05:01:01.737 D] Loading Draenor_31_19
[05:01:01.834 D] Loading Draenor_27_25
[05:01:01.925 D] Loading Draenor_32_21
[05:01:01.983 D] Loading Draenor_29_26
[05:01:02.048 D] Loading Draenor_27_26
[05:01:02.121 D] Loading Draenor_27_20
[05:01:02.224 D] Loading Draenor_32_20
[05:01:02.296 D] Loading Draenor_28_27
[05:01:02.370 D] Loading Draenor_26_23
[05:01:02.426 D] Loading Draenor_29_27
[05:01:02.515 D] Loading Draenor_31_22
[05:01:02.567 D] Loading Draenor_29_18
[05:01:02.639 D] Loading Draenor_30_18
[05:01:02.707 D] Loading Draenor_28_18
[05:01:02.775 D] Loading Draenor_26_24
[05:01:02.840 D] Loading Draenor_26_25
[05:01:02.936 D] Loading Draenor_32_22
[05:01:02.986 D] Loading Draenor_27_27
[05:01:03.065 D] Loading Draenor_28_28
[05:01:03.193 D] Loading Draenor_29_28
[05:01:03.276 D] Loading Draenor_26_20
[05:01:03.351 D] Loading Draenor_26_26
[05:01:03.492 D] Loading Draenor_30_26
[05:01:03.595 D] Loading Draenor_30_25
[05:01:03.698 D] Loading Draenor_27_28
[05:01:03.795 D] Loading Draenor_30_27
[05:01:03.855 D] Loading Draenor_32_19
[05:01:03.950 D] Loading Draenor_26_22
[05:01:03.997 D] Loading Draenor_30_28
[05:01:04.076 D] Loading Draenor_28_29
[05:01:04.156 D] Loading Draenor_27_29
[05:01:04.283 D] Loading Draenor_26_21
[05:01:04.336 D] Loading Draenor_33_20
[05:01:04.396 D] Loading Draenor_26_27
[05:01:04.499 D] Loading Draenor_31_18
[05:01:04.572 D] Loading Draenor_33_21
[05:01:04.616 D] Loading Draenor_27_19
[05:01:04.717 D] Loading Draenor_27_18
[05:01:04.806 D] Loading Draenor_26_28
[05:01:04.907 D] Loading Draenor_25_20
[05:01:05.003 D] Loading Draenor_32_23
[05:01:05.110 D] Loading Draenor_28_17
[05:01:05.225 D] Loading Draenor_29_17
[05:01:05.347 D] Loading Draenor_25_26
[05:01:05.479 D] Loading Draenor_25_25
[05:01:05.669 D] Loading Draenor_25_21
[05:01:05.796 D] Loading Draenor_32_18
[05:01:05.872 D] Loading Draenor_25_24
[05:01:06.008 D] Loading Draenor_25_23
[05:01:06.054 D] Loading Draenor_30_17
[05:01:06.145 D] Loading Draenor_33_22
[05:01:06.213 D] Loading Draenor_29_29
[05:01:06.341 D] Loading Draenor_27_30
[05:01:06.426 D] Loading Draenor_33_19
[05:01:06.463 D] Loading Draenor_26_29
[05:01:06.596 D] Loading Draenor_28_30
[05:01:06.700 D] Loading Draenor_25_22
[05:01:06.759 D] Loading Draenor_30_29
[05:01:06.849 D] Loading Draenor_31_28
[05:01:06.918 D] Loading Draenor_25_27
[05:01:07.017 D] Loading Draenor_27_17
[05:01:07.067 D] Loading Draenor_29_30
[05:01:07.129 D] Loading Draenor_31_26
[05:01:07.189 D] Loading Draenor_31_17
[05:01:07.296 D] Loading Draenor_31_27
[05:01:07.350 D] Loading Draenor_26_30
[05:01:07.439 D] Loading Draenor_25_28
[05:01:07.507 D] Loading Draenor_31_29
[05:01:07.578 D] Loading Draenor_24_20
[05:01:07.597 D] Loading Draenor_24_21
[05:01:07.673 D] Loading Draenor_27_31
[05:01:07.775 D] Loading Draenor_24_22
[05:01:07.835 D] Loading Draenor_24_26
[05:01:07.949 D] Loading Draenor_25_29
[05:01:08.032 D] Loading Draenor_26_18
[05:01:08.132 D] Loading Draenor_26_19
[05:01:08.201 D] Loading Draenor_29_16
[05:01:08.323 D] Loading Draenor_25_19
[05:01:08.421 D] Loading Draenor_33_18
[05:01:08.515 D] Loading Draenor_32_17
[05:01:08.568 D] Loading Draenor_30_30
[05:01:08.871 D] Loading Draenor_34_20
[05:01:08.900 D] Loading Draenor_26_31
[05:01:09.003 D] Loading Draenor_31_30
[05:01:09.090 D] Loading Draenor_24_23
[05:01:09.175 D] Loading Draenor_28_16
[05:01:09.229 D] Loading Draenor_34_21
[05:01:09.386 D] Loading Draenor_25_30
[05:01:09.460 D] Loading Draenor_30_16
[05:01:09.587 D] Loading Draenor_32_29
[05:01:09.655 D] Loading Draenor_24_25
[05:01:09.775 D] Loading Draenor_24_19
[05:01:09.796 D] Loading Draenor_26_17
[05:01:09.857 D] Loading Draenor_24_24
[05:01:10.087 D] Loading Draenor_24_28
[05:01:10.236 D] Loading Draenor_32_28
[05:01:10.369 D] Loading Draenor_29_31
[05:01:10.464 D] Loading Draenor_32_27
[05:01:10.506 D] Loading Draenor_32_30
[05:01:10.608 D] Loading Draenor_23_20
[05:01:10.678 D] Loading Draenor_24_29
[05:01:10.775 D] Loading Draenor_30_31
[05:01:12.107 N] (Singular) (Singular) info: 146.4 seconds since BotBase last called Singular (now in Heal)

BotBase, it this case GarrisonBoss, do not have any ability to do something till its end. So its not GarrisonBoss issue really, just HB works like this.
 
Last edited:
Just finished abyssal gulper, so it's not a problem. if it gets interrupted while fishing (in combat), it can "forget" to fish, until it moves back into position again. i waited around 15 seconds to make sure it wouldn't re-sync itself, and moved manually, boss resumed as normal once it returned to the right rotation/location.

Also, when doing the pre-quest for alchemy and the first work order, can you place a check for the frostweed required before trying to start the work order. it will loop until you disable the work order task.
 
Just finished abyssal gulper, so it's not a problem. if it gets interrupted while fishing (in combat), it can "forget" to fish, until it moves back into position again. i waited around 15 seconds to make sure it wouldn't re-sync itself, and moved manually, boss resumed as normal once it returned to the right rotation/location.
it should move by itself after combat, if not - pls give me log, i will check.

Also, when doing the pre-quest for alchemy and the first work order, can you place a check for the frostweed required before trying to start the work order. it will loop until you disable the work order task.
Its bug with lua returning not right answer for is quest done, i will fix it adding some internal check for this.
 
Last edited:
Back
Top