Profile Info: Quest Order ~35-40 Quests (mostly AFK) Additional Info: I'll be adding more quests, I just had to make the current quests doable. More to come! What's Included: Vendors / mailboxes No Trainers Minimum level 74 Special Thanks: Chinajade, AlphaWolf, KaZ Profile download/testers, feedback posters, & donators Recommendations: Fit your character with 4x20 slot bags, BoA's/Greens/Blues Badboy Anti-Spam [Addon] - Change it to level 86 and change the respond text to "You must be on my friends list to chat with me" If you like it, hit that +rep button, takes 2 seconds! If you download, please provide feedback on it. If you complain to yourself, please complain here or send me a PM so I can fix it! If you want to buy me lunch
just had trouble with talking to this NPC Bloodrose Datura - NPC - World of Warcraft about a quest.. then it said something about vendors for this quest You Can Run, But You Can't Hide - Quest - World of Warcraft edit: for the you can run but you can't hide quest.. it can;t find any gooeys... keeps on wanting to go to 0,0,0
yeah it's because HB gets confused, i'll have to look into quests like this Apoc said to simply add hotspots in the quest override - sometimes they work, sometimes they don't!
also.. i think the vendor npc has to be changed.. the sell vendor that is in the profile is phased at the beginning and i can't sell the toon just stands there forever trying to interact
think it was aidan or something-_-a edit: just finished zuldrak besides the two problems above.. works good enough
added a few more quests, i'll stick those 2 on my to-do list for the "you can run but you can't hide" i'm going to have to change collectitem to interactwith PHP: <PickUp QuestName="You Can Run, But You Can't Hide" QuestId="12629" GiverName="Stefan Vadu" GiverId="28518" /> <!-- <Objective QuestName="You Can Run, But You Can't Hide" QuestId="12629" Type="CollectItem" ItemId="38687" CollectCount="5" /> --> <If Condition="((HasQuest(12629)) && (!IsQuestCompleted(12629)))" > <CustomBehavior File="InteractWith" QuestId="12629" ObjectType="NPC" MobId="29856" NumOfTimes="10" CollectionDistance="1000" X="4999.129" Y="-1540.317" Z="239.3657" /> </If> <Objective QuestName="You Can Run, But You Can't Hide" QuestId="12629" Type="CollectItem" ItemId="38686" CollectCount="5" /> <TurnIn QuestName="You Can Run, But You Can't Hide" QuestId="12629" TurnInName="Stefan Vadu" TurnInId="28518" /> code changed, redownload
kickazz006 i've been trying to say this.. but would it be a lot of work if you versioned your profiles ? i can't remember which one i used lol
when i load and start the "activity" at the bottom stays blank and bot does nothing had it on grinding bot my bad XD
been okay untill this point ... "picking up near miss" picks up the quest and tottally freaks out and stops the bot, dont know how to copy the log over :/ just did the quest by hand
littlesten - Please review this link and you will be able to help more: http://www.thebuddyforum.com/honorb...-how-attach-your-hb-log-file-[-pictures].html
added a runto so the bot doesn't have to think so hard PHP: <PickUp QuestName="Near Miss" QuestId="12637" GiverName="Stefan Vadu" GiverId="28518" X="5211.838" Y="-1302.073" Z="242.4031" /> <If Condition="((HasQuest(12637)) && (!IsQuestCompleted(12637)))" > <RunTo QuestId="12637" X="5203.73" Y="-1313.077" Z="242.7079" /> <CustomBehavior File="TalkandInteractWith" QuestId="12637" ObjectType="NPC" MobId="28532" NumOfTimes="1" GossipOption="1" WaitTime="1000" CollectionDistance="20" X="5203.73" Y="-1313.077" Z="242.7079" /> </If> <TurnIn QuestName="Near Miss" QuestId="12637" TurnInName="Stefan Vadu" TurnInId="28518" />
there was also a big issue with "dressing down" quest he kept trying to use the choker to turn into a goulh even though he was already one and therefore did no more quests havnt got a logg it happened just before work, so i quickly switched to your grinding profile , which is good
it should only use it once at 1 location, and then buy an item from the vendor... what exactly did it do?
were you attacked by something? PHP: <PickUp QuestName="Dressing Down" QuestId="12648" GiverName="Stefan Vadu" GiverId="28518" /> <UseItem QuestName="Dressing Down" QuestId="12648" ItemId="38699" X="5199.861" Y="-1581.653" Z="239.5982" /> <If Condition="HasQuest(12648)" ><!-- && (!Me.HasAura("Scourge Disquise")))" > --> <!-- <CustomBehavior File="UseItem" QuestId="12648" ItemId="38699" NumOfTimes="1" Waittime="1000" /> --> <CustomBehavior File="InteractandBuy" QuestId="12648" ObjectType="NPC" MobId="28589" NumOfTimes="1" GossipOption="1" BuySlot="1" WaitTime="1000" CollectionDistance="10" X="5156.954" Y="-1591.637" Z="239.3643" /> </If> <Objective QuestName="Dressing Down" QuestId="12648" Type="CollectItem" ItemId="38698" CollectCount="1" CollectFrom="28589" /> <TurnIn QuestName="Dressing Down" QuestId="12648" TurnInName="Stefan Vadu" TurnInId="28518" />