Free spirits quest Golden lotus phase 1, goes into shadow realm then just flies back and forth from spirit to spirit had to manually click them to complete the quest. It's not interacting with the spirits.
Burning away the Filth quest Golden lotus phase 2, flies to destantion then bot stop says
[Profile Message]: Starting Burning Away the Filth
Mounting: Green Wind Rider
[InteractWith-v419(error) @line 128]: [PROFILE ERROR] Unable to locate ItemId(84741) in our bags
Bot Stopped! Reason: None Given
The item is called shado-pan torch
Shado-Pan Torch - Item - World of Warcraft
there are 4 different ones with different id's you have the wrong torch id for this quest.
should be 84781
Burning Away the Filth -->
<If Condition="(HasQuest(30282) && !IsQuestCompleted(30282))" >
<CustomBehavior File="Message" Text="Starting Burning Away the Filth" LogColor="Green" />
<CustomBehavior File="UserSettings" QuestId="30282" LootMobs="True" PullDistance="5" />
<CustomBehavior File="FlyTo" X="1234.62" Y="1459.12" Z="351.65" />
<CustomBehavior File="ForcedDismount" />
<While Condition="!IsQuestCompleted(30282)" >
<CustomBehavior File="InteractWith" QuestId="30282" InteractByUsingItemId="
84741" ObjectType="GameObject" MobId="212874" Range="15" AuraIdMissingFromMob="123301" >
<HuntingGrounds WaypointVisitStrategy="InOrder">
underlined needs to be changed to 84781 and its fixed