System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.BotEvents.PulseEvents()
at Styx.WoWPulsator.Pulse(PulseFlags flags)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()
at Styx.Logic.BehaviorTree.TreeRoot.Run()
[11:19:15:956] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.BehaviorTree.TreeRoot.Run()
Changed, please try again.[MountVehOnly-v217(warning)]: Found attribute via its alias name 'NpcMountId'.
Please update the profile to use its primary name 'VehicleMountId', instead.
It gets stuck on the first quests with this.
fixed, well looks like a coustom class (not the loaded one) couses an error... wayneHey alexvip, could you please attach your log? Look at my signature to know how you do this.
After <!-- Battle Before The Citadel Turn In --> comment, there is 4 TurnIn, comment all 4 TurnIn and uncomment CustomBehavior File="SpecialTurnIn" lines, there is no need to change LootId
Please update the SVN
Change the last lines from This:So what should i comment instead of those specialturnin ligns please? try to figure it out by myself but havent a clue whats needed to be written as a comment to make it pickup champion's purses
<!-- Battle Before The Citadel Turn In -->
<If Condition="((HasQuest(13862)) && (IsQuestCompleted(13862)))" >
<!--<CustomBehavior File="SpecialTurnIn" LootId="1" QuestName="Battle Before The Citadel" QuestId="13862" TurnInName="Eadric the Pure" TurnInId="33759" />-->
<TurnIn QuestName="Battle Before The Citadel" QuestId="13862" TurnInName="Eadric the Pure" TurnInId="33759" />
</If>
<!-- Among the Champions Turn In -->
<If Condition="((HasQuest(13811)) && (IsQuestCompleted(13811)))" >
<!--<CustomBehavior File="SpecialTurnIn" LootId="1" QuestName="Among the Champions" QuestId="13811" TurnInName="Luuri" TurnInId="33771" />-->
<TurnIn QuestName="Among the Champions" QuestId="13811" TurnInName="Luuri" TurnInId="33771" />
</If>
<!-- Taking Battle To The Enemy Turn In -->
<If Condition="((HasQuest(13810)) && (IsQuestCompleted(13810)))" >
<!--<CustomBehavior File="SpecialTurnIn" LootId="1" QuestName="Taking Battle To The Enemy" QuestId="13810" TurnInName="Cellian Daybreak" TurnInId="33763" />-->
<TurnIn QuestName="Taking Battle To The Enemy" QuestId="13810" TurnInName="Cellian Daybreak" TurnInId="33763" />
</If>
<!-- Threat From Above Turn In -->
<If Condition="((HasQuest(13809)) && (IsQuestCompleted(13809)))" >
<!--<CustomBehavior File="SpecialTurnIn" LootId="1" QuestName="Threat From Above" QuestId="13809" TurnInName="Eadric the Pure" TurnInId="33759" />-->
<TurnIn QuestName="Threat From Above" QuestId="13809" TurnInName="Eadric the Pure" TurnInId="33759" />
</If>
<!-- Eadric the Pure Quests (Champion) Turn In End -->
<CustomBehavior File="UserDialog" Title="title" AllowBotStop="True" SoundCue="Asterisk" SoundCueInterval="1" Text="You have reached the end of the profile" />
</QuestOrder>
</HBProfile>
<!-- Battle Before The Citadel Turn In -->
<If Condition="((HasQuest(13862)) && (IsQuestCompleted(13862)))" >
<CustomBehavior File="SpecialTurnIn" LootId="1" QuestName="Battle Before The Citadel" QuestId="13862" TurnInName="Eadric the Pure" TurnInId="33759" />
<!--<TurnIn QuestName="Battle Before The Citadel" QuestId="13862" TurnInName="Eadric the Pure" TurnInId="33759" />-->
</If>
<!-- Among the Champions Turn In -->
<If Condition="((HasQuest(13811)) && (IsQuestCompleted(13811)))" >
<CustomBehavior File="SpecialTurnIn" LootId="1" QuestName="Among the Champions" QuestId="13811" TurnInName="Luuri" TurnInId="33771" />
<!--<TurnIn QuestName="Among the Champions" QuestId="13811" TurnInName="Luuri" TurnInId="33771" />-->
</If>
<!-- Taking Battle To The Enemy Turn In -->
<If Condition="((HasQuest(13810)) && (IsQuestCompleted(13810)))" >
<CustomBehavior File="SpecialTurnIn" LootId="1" QuestName="Taking Battle To The Enemy" QuestId="13810" TurnInName="Cellian Daybreak" TurnInId="33763" />
<!--<TurnIn QuestName="Taking Battle To The Enemy" QuestId="13810" TurnInName="Cellian Daybreak" TurnInId="33763" />-->
</If>
<!-- Threat From Above Turn In -->
<If Condition="((HasQuest(13809)) && (IsQuestCompleted(13809)))" >
<CustomBehavior File="SpecialTurnIn" LootId="1" QuestName="Threat From Above" QuestId="13809" TurnInName="Eadric the Pure" TurnInId="33759" />
<!--<TurnIn QuestName="Threat From Above" QuestId="13809" TurnInName="Eadric the Pure" TurnInId="33759" />-->
</If>
<!-- Eadric the Pure Quests (Champion) Turn In End -->
<CustomBehavior File="UserDialog" Title="title" AllowBotStop="True" SoundCue="Asterisk" SoundCueInterval="1" Text="You have reached the end of the profile" />
</QuestOrder>
</HBProfile>