Maria
New Member
- Joined
- Jun 8, 2010
- Messages
- 220
- Reaction score
- 4
I have searched the forums and also tried some google searching. I am trying to make sense of how the questing works when making a profile. I have tried a few profiles and they just don't work out to well for me.
So I am going to start a 1-60 questing profile. I am trying to figure out what makes HB accept the quest and what makes it turn in a quest. For instance I will start my profile as a human and the first quest you receive is (A threat within). That means I would do my code as.
So with this code I would want my toon to take the Quest ( A threat Within ) The quest requires that I speak with Marshal McBride. So I dropped 3 hotspots that lead to Marshal McBride. Now once my toon makes it to Marshal Mcbride. Is there another code you need to add to make him turn in the quest ?
Then He will be giving the quest ( Kobald Camp Clean Up) I will also be able to pick up the quest (Wolves Across The Border) From Eagan Peltskinner. So I would then like to place Hotspots leading to Eagan Peltskinner. Then drop hotspots to the quest objectives, then drop hotspots back to the quest giver.
Is there anything else that is needed to make my character accept quests and turn in quests ? Or does it automatically accept and turn in quests as long as you have the quest in the forced questlist. Should I map out hotspots to the quest givers ?
So I am going to start a 1-60 questing profile. I am trying to figure out what makes HB accept the quest and what makes it turn in a quest. For instance I will start my profile as a human and the first quest you receive is (A threat within). That means I would do my code as.
Code:
<SubProfile>
<Name>NorthShire Abby LvL 1-4 </Name>
<MinLevel>1</MinLevel>
<MaxLevel>6</MaxLevel>
<Factions></Factions>
<Vendors>
<Vendor Name="Godric Rothgar" Entry="3075" Type="Repair" X="-8892.787" Y="-121.9584" Z="82.04719" />
<Vendor Name="Brother Danil" Entry="3075" Type="Food" X="-8902.466" Y="-114.5921" Z="81.86441" />
</Vendors>
<ForcedQuestList>
<Quest Id="783" Name="A Threat Within" />
</ForcedQuestList>
<Hotspots>
<Hotspot X="-8937.613" Y="-130.0012" Z="83.41243" />
<Hotspot X="-8915.352" Y="-133.9185" Z="80.5458" />
<Hotspot X="-8903.126" Y="-161.0851" Z="81.93958" />
</Hotspots>
So with this code I would want my toon to take the Quest ( A threat Within ) The quest requires that I speak with Marshal McBride. So I dropped 3 hotspots that lead to Marshal McBride. Now once my toon makes it to Marshal Mcbride. Is there another code you need to add to make him turn in the quest ?
Then He will be giving the quest ( Kobald Camp Clean Up) I will also be able to pick up the quest (Wolves Across The Border) From Eagan Peltskinner. So I would then like to place Hotspots leading to Eagan Peltskinner. Then drop hotspots to the quest objectives, then drop hotspots back to the quest giver.
Is there anything else that is needed to make my character accept quests and turn in quests ? Or does it automatically accept and turn in quests as long as you have the quest in the forced questlist. Should I map out hotspots to the quest givers ?
Last edited: