<!-- Gift for Fish -->
<If Condition="HasQuest(30473) && !IsQuestCompleted(30473)">
<CustomBehavior File="FlyTo" DestName="Gift for Fish" X="514.6775" Y="1342.424" Z="390.0719" />
<Objective QuestName="A Gift for Fish" QuestId="30471" Type="CollectItem" ItemId="79828" CollectCount="1" />
</If>
<!-- Gift for Fish -->
<If Condition="HasQuest(30473) && !IsQuestCompleted(30473)">
<CustomBehavior File="FlyTo" DestName="Gift for Fish" X="514.6775" Y="1342.424" Z="390.0719" />
<Objective QuestName="A Gift for Fish" QuestId="[B][SIZE=4]30473[/SIZE][/B]" Type="CollectItem" ItemId="79828" CollectCount="1" />
</If>
My Dailys today:
A Gift for Haohan: He flew to the location and then hovered above the water, not dismounting. After a period of time watching to see if he would dismount and attack the Enormous Cattail Grouper, I manually dismounted him. He then continued to kill and loot the Grouper. - Completed.
Pest Problems: Flew to the NPC and clicked on him to open a dialog box. Did not continue. I closed the box and manually opened another dialog box and selected the option (Before there was no option to talk). Even after Manually starting the dialog to stomp on the marmots, it did not continue. Manually completed and continued. - Completed Manually
The Lesser of Two Evils: Located, killed and looted a Springtail Warren-Mother. - Completed
They Don't even wear them: Completed perfectly and FAST.
Thank you. This was one of the "untested" ones. You can tell I recycled code from another quest like it =) /wristslap for missing the third questid edit. Thank you!!!!Should be:Code:<!-- Gift for Fish --> <If Condition="HasQuest(30473) && !IsQuestCompleted(30473)"> <CustomBehavior File="FlyTo" DestName="Gift for Fish" X="514.6775" Y="1342.424" Z="390.0719" /> <Objective QuestName="A Gift for Fish" QuestId="30471" Type="CollectItem" ItemId="79828" CollectCount="1" /> </If>
Code:<!-- Gift for Fish --> <If Condition="HasQuest(30473) && !IsQuestCompleted(30473)"> <CustomBehavior File="FlyTo" DestName="Gift for Fish" X="514.6775" Y="1342.424" Z="390.0719" /> <Objective QuestName="A Gift for Fish" QuestId="[B][SIZE=4]30473[/SIZE][/B]" Type="CollectItem" ItemId="79828" CollectCount="1" /> </If>
after last update i have an error that cycled
HTML:Could not find vendor: 'Брат Яксапог[64306]' blacklisting!
so the profile not work (
Thank you for this. Whenever I do Pest Problems the aura is 114573 but I checked Wowhead and there are, in fact, two identical auras. I can't see any difference between them. Maybe a faction thing? At any rate I'll add an "or" with this ID and that should solve the problem. Thank you again. This is the kind of thing that it takes other users to find!Just need to change Me.HasAura ID on Pest Problems Daily to <While Condition="Me.HasAura(114517)" >
[UserDialog-v241(error)]: The 'ExpiryAction' attribute's value (saw 'InputEnable_Continue') is not one of the allowed values...
['InputDisabled_BotStop', 'InputDisabled_Continue', 'InputDisabled_EnableInput', 'InputEnabled_BotStop', 'InputEnabled_Continue'].
[UserDialog-v241(error) @line 1113]: Stopping Honorbuddy. Please repair the profile!
Friggin typos. Should be InputEnabled_Continue. I'll fix it in the next push. The good news is you aren't actually missing out on much. That's just a message that says you gotta do the Weed War yourself. The RNG hates me. Just do the Weed War and restart the profile and it will carry on. Do make sure you have the latest version always since I'm pushing changes daily.got this error
IMO deleting the cache is sufficient. I believe that is where the information is stored that makes HB think you've done the quest. I did some testing of my theory after about three days of reinstalling (cause I hate redoing all my plugins and botbases and finding my friggin key again). In my experience simply deleting the folder is enough. I've done it dozens and dozens of times. If you think about it there are no changes to core files of HB during play. The only things that change are a Settings folder gets added and a Cache folder gets added. So the difference between a fresh install to a "I can't run these dailies today" copy is those two folders. There's nothing in Settings that makes a difference. You can read them all, they are XML and contain things like your per toon user settings, window locations and your HB Key. But the Cache folder...that gets saved after you close your HB session making it the most likely candidate for saving the "what I did today" information.Does cleaning the cache every day actually work to get the dailies working? Or would the best solution be to just install a fresh copy of HB?
Good, because I was just making notes for my next few mini projects! I also just finished a speed version of this profile that only does the dailies, no dishes, no jewelry, no one offs. So if you're already exalted, Best Friends, and got all your farmer votes you won't have to spend the extra processing lines to go through all the code that accommodates the extras. Its not going to shave THAT much time off but some. I'm going to test it today when I run the dailies before I upload it but I expect it to be solid since its mostly just a pared down version of the big one.good work man cant wait to see more!#