Hi thebrodieman,
It's been reported a few times (
here,
here) that
Just a Flesh Wound doesn't work. It profile opens the trade window but fails to trigger, requiring the user to manually create the bandages themselves -once done the profile continues. It also goes through a lot of bandages... although I could see that as a CC issue (interrupting the casting of bandages).
This guy had posted useful information:
WileE91
Code:
<While Condition="HasItem(72988) && GetItemCount(72985) <= 7" >
<CustomBehavior File="PerformTradeskillOn" TradeSkillId="129" TradeSkillItemId="72985" CastOnItemId="72988" NumOfTimes="1" />
</While>
Code:
System.NullReferenceException: Object reference not set to an instance of an object.
at Styx.Bot.Quest_Behaviors.PerformTradeskillOn.GetTradeSkillIndex() in c:\Games\Honorbuddy\Quest Behaviors\PerformTradeskillOn.cs:line 183
at Styx.Bot.Quest_Behaviors.PerformTradeskillOn.PerformTradeSkill() in c:\Games\Honorbuddy\Quest Behaviors\PerformTradeskillOn.cs:line 114
at Styx.Bot.Quest_Behaviors.PerformTradeskillOn.<CreateTradeSkillCast>b__7(Object ret) in c:\Games\Honorbuddy\Quest Behaviors\PerformTradeskillOn.cs:line 158
at Styx.TreeSharp.Action.RunAction(Object context)
at Styx.TreeSharp.Action..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.Quest.Actions.ForcedBehaviorExecutor..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.Quest.QuestOrder.ForcedWhile...()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.Quest.Actions.ForcedBehaviorExecutor..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.Quest.QuestOrder.ForcedWhile...()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.Quest.Actions.ForcedBehaviorExecutor..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.Quest.Actions.ForcedBehaviorExecutor..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.CommonBot.TreeRoot.()
[08:23:27.894 D] Cleared POI - Reason Exception in Root.Tick()
[08:23:27.894 D] Cleared POI
And in one post you had suggested a possible fix via a tradeskill (sorry I can't find the reference right now!) .cs file however I do not see the file available online anymore. In the reply you suggested that profession related quests "have been iffy since 5.2".
Hope you can help, thanks in advance
NB: no addons running that modify tradeskill window.