[21:40:44:791] Cleared POI
[21:40:48:57] System.Exception: Unable to create instance of UserDefinedObjective
at Bots.Quest.QuestOrder.ForcedCodeBehavior..ctor(String file, Dictionary`2 args)
at QuestBot.Actions.ForcedBehaviorExecutor.a(OrderNode A_0)
at QuestBot.Actions.ForcedBehaviorExecutor.b.a()
at TreeSharp.Composite.Tick(Object context)
at QuestBot.Actions.ForcedBehaviorExecutor.b.a()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.b()
[21:40:48:57] Cleared POI
[21:40:51:394] System.Exception: Unable to create instance of UserDefinedObjective
at Bots.Quest.QuestOrder.ForcedCodeBehavior..ctor(String file, Dictionary`2 args)
at QuestBot.Actions.ForcedBehaviorExecutor.a(OrderNode A_0)
at QuestBot.Actions.ForcedBehaviorExecutor.b.a()
at TreeSharp.Composite.Tick(Object context)
at QuestBot.Actions.ForcedBehaviorExecutor.b.a()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.b()
[21:40:51:394] Cleared POI
[21:40:52:129] Start/Stop button pressed.
[21:40:52:152] Stop called!
[21:40:54:563] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.BehaviorTree.TreeRoot.b()
at Styx.Logic.BehaviorTree.TreeRoot.a()
[21:40:54:563] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.BehaviorTree.TreeRoot.a()
It pickup the quest, but it dont do anything.
Code:
<QuestOrder>
<If Condition="Me.Race==WoWRace.Goblin">
<PickUp QuestName="Good Help is Hard to Find" QuestId="14069" GiverName="Foreman Dampwick"
GiverId="34872" />
<CustomBehavior File="BasicInteractWith" QuestId="14069" NpcId="34830" MoveTo="1" />
<TurnIn QuestName="Good Help is Hard to Find" QuestId="14069" TurnInName="Foreman Dampwick"
TurnInId="34872" />
</If>
</QuestOrder>