<QuestOrder>
<If Condition="Me.Race==WoWRace.Goblin">
<PickUp QuestName="Good Help is Hard to Find" QuestId="14069" GiverName="Foreman Dampwick" GiverId="34872" />
<!-- Attitudes Adjusted (these coordinates may be wrong, needs to be the center of the 'pit' -->
<CustomBehavior File="InteractWith" QuestId="14069" Arguments="14069, 8, -1554.879 1394.519 35.5843" />
<TurnIn QuestName="Good Help is Hard to Find" QuestId="14069" TurnInName="Foreman Dampwick" TurnInId="34872" />
</If>
</QuestOrder>
Try getting rid of the spaces after each comma in the Argument= argument (i.e., Arguments="14069,8,-1554.879 1394.519 35.5843"). If that works, please let me know, as I'll need to update the Wiki to warn about this problem.moujoohoo said:Couldn't parse X value in InteractWith behavior
[20:59:24:528] System.NullReferenceException: Object reference not set to an instance of an object.
at Styx.Bot.Quest_Behaviors.InteractWith.<CreateBehavior>b__7(Object ) in c:\test HB\Quest Behaviors\InteractWith.cs:line 87
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.a.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 QuestBot.Actions.PerformQuestObjectiveOrdered.a.a()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.a.b()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.a.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()
[20:59:24:528] Cleared POI
[20:59:24:719] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.Targeting.Pulse()
[20:59:24:721] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.Targeting.Pulse()
at Styx.WoWPulsator.Pulse(PulseFlags flags)
at Styx.Logic.BehaviorTree.TreeRoot.b()
at Styx.Logic.BehaviorTree.TreeRoot.a()
[20:59:24:722] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.BehaviorTree.TreeRoot.a()
Can you show us what the profile looks like now? If there's nothing overtly wrong with it, then this needs to be reported to BugTracker.
cheers,
CJ