At this point i can only request support for Questturnin since the pickups are on cooldown(daylies)
(Even tho. i think Quest pickup from items in bags is bugged as well)
I'm trying to make my profile turn "Flying Tiger Gourami" in.(got it working once but that was two days ago and the other ~249 tries it has constantly been skipped)
the <'s has been removed to be able to show code used
Below is how i had to work around quest pickup on an item in bags.(Example is for Mimic Octopus and it's not included in log-snippet since i didn't have the queststarting items in bag)
(Even tho. i think Quest pickup from items in bags is bugged as well)
I'm trying to make my profile turn "Flying Tiger Gourami" in.(got it working once but that was two days ago and the other ~249 tries it has constantly been skipped)
the <'s has been removed to be able to show code used
Code:
QuestOrder>
CustomBehavior File="UserSettings" LootMobs="False" SkinMobs="False" PullDistance="45" KillBetweenHotspots="False" FindVendorsAutomatically="False" UseFlightPaths="True" LootRadius="75" LogoutForInactivity="True" />
CustomBehavior File="UserDialog" AllowBotStop="False" SoundCue="Exclamation" SoundCueInterval="5" ExpiryTime="5" ExpiryAction="InputEnabled_Continue" Text="Text." Title="BLA Bla." />
CustomBehavior File="FlyTo" X="-1470.55" Y="-259.85" Z="0.11" />
TurnIn QuestName="Flying Tiger Gourami" QuestId="31443" TurnInName="Nat Pagle" TurnInId="63721" X="-1470.55" Y="-259.85" Z="0.11" />
!-- //<PickUp QuestName="Tainted Arcane Sliver" QuestId="8338" GiverName="Tainted Arcane Sliver" GiverId="20483" GiverType="Item" /> -->
!-- //<TurnIn QuestName="Flying Tiger Gourami" QuestId="31443" TurnInName="Nat Pagle" TurnInId="63721" /> -->
/QuestOrder>
Code:
[08:53:27.908 D] Compiling quest behavior from 'D:\Honorbuddy 2.5.6360.487\Quest Behaviors\UserSettings.cs'
[08:53:28.583 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[08:53:28.591 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[08:53:28.593 D] Compiling quest behavior from 'D:\Honorbuddy 2.5.6360.487\Quest Behaviors\UserDialog.cs'
[08:53:29.120 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[08:53:29.123 D] Goal: User Attention Required...
[08:53:29.123 D] Activity: Waiting for user dialog to close
[08:53:29.196 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
[08:53:34.270 D] Activity: Continuing profile due to Profile Writer request
[08:53:34.276 N] [UserDialog-v241(timer expired) @line 50]: Continuing profile due to Profile Writer request
[08:53:34.385 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[08:53:34.395 D] Compiling quest behavior from 'D:\Honorbuddy 2.5.6360.487\Quest Behaviors\FlyTo.cs'
[08:53:35.035 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[08:53:35.036 D] [FlyTo-v241(debug) @line 52]: Behavior sees 'done'. Skipping behavior.
[08:53:35.036 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[08:53:35.041 D] Stop called!
[08:53:35.041 Q] Bot Stopped! Reason: Nothing more to do. Stopping bot.
[08:53:35.058 D] Activity: Honorbuddy Stopped
Below is how i had to work around quest pickup on an item in bags.(Example is for Mimic Octopus and it's not included in log-snippet since i didn't have the queststarting items in bag)
Code:
If Condition="(!HasQuest(31446)) && (HasItem(86545))">
CustomBehavior File="Misc\RunLua" Lua="UseItemByName(86545)" WaitTime="1000" />
CustomBehavior File="RunMacro" Macro="/click QuestFrameAcceptButton" />
CustomBehavior File="Message" Text="Quest:Mimic Octopus is Accepted" LogColor="Yellow" />
CustomBehavior File="WaitTimer" WaitTime="5000" />
/If>
Last edited: