I forgot where i read it, but someone said if anyone needed help with quests where you need to run somewhere and 'Discover' something or like use an item at a certain place. Well i need help with the quest Fargodeep Mine in Goldshire. <PickUp QuestName="The Fargodeep Mine" QuestId="62" GiverName="Marshal Dughan" GiverId="240" /> Thanks!!
Also, i can't seem to get this damn profile making quite right... I keep getting this error Code: The 'SubProfile' start tag on line 13 does not match the end tag of 'Subprofile'. Line 74, position 4. Once again i don't see any problems, if someone can point it out i'd be grateful.
To finish an explore quest you do not need the <Objective> part, just have it <RunTo X="" Y="" Z="" /> then the Turn in As for the second question, you do not have a </SubProfile> to close off the original, so just add one at the bottom of your profile.
I find this really not helpful, from my experience, for any reason you stop HB, because you know it will crash or you will need to stop it anyways, even if you don't have the quest it will run to the spot even if your in another zone which is a huge waste of time.
This is true, but only other way is for a quest override and setup hotspots that arent very reliable, when afterwards, you can set a checkpoint and be done with it.
Will this work? Code: <!-- Quest Override for The Fargodeep Mine --> <Quest Id="62"> <RunTo X="-9820.235" Y="124.0025" Z="4.261306" /> </Quest> Still getting the error..
Fx: <QuestOrder> <PickUp QuestName="The Jasperlode Mine" QuestId="76" GiverName="Marshal Dughan" GiverId="240" /> <Runto X="-9082.208" Y="-549.2256" Z="59.66015" /> <TurnIn QuestName="The Jasperlode Mine" QuestId="76" TurnInName="Marshal Dughan" TurnInId="240" /> </QuestOrder> A problem i have with this "RunTo" is: If i stop the bot (maybe due to some1 talking to me) and then start it again, it will run to this RunTo point again. And for the quest override: <Subprofile> <Name>Goldshire</Name> <MinLevel>5</MinLevel> <MaxLevel>12</MaxLevel> <QuestOrder> <PickUp QuestName="Goldtooth" QuestId="87" GiverName="Billy Maclure" GiverId="247" /> <Objective QuestName="Goldtooth" QuestId="87" Type="CollectItem" ItemId="981" CollectCount="1" /> <TurnIn QuestName="Goldtooth" QuestId="87" TurnInName="Auntie Bernice Stonefield" TurnInId="246" /> </QuestOrder> </Subprofile> <Quest Id="87" Name="Goldtooth"> <Objective Type="CollectItem" ItemId="981" CollectCount="1"> <Hotspots> HOTSPOTS IN HERE!! </Hotspots> </Objective> </Quest> Hope it helps and good luck
I got everything working now, and for the candles/gold dust i made the hotspot where the place to you need to be for the Jasperlose Mine quest so hopefully it will complete it by killing the mobs in the area = D
Gah this <RunTo X="" Y="" Z="" /> command is really annoying = P oh well. Also, is there a way to make HB accept a quest from items that drop off mobs that 'Begin a Quest'?