Hello everyone, I have a bit of confusion with what the wiki is telling me. So, I hope some of you wont mind helping me comprehend what im trying to learn. I have several questions that I would like addressed, if possible.
My first question is do you need to specify the location of a quest giver that you pick up or turn in? because as shown in many questing profiles it does not specify an xyz location
IE: <PickUp QuestName="The Rear is Clear" QuestId="28820" GiverName="Sergeant Willem" GiverId="823" />
<TurnIn QuestName="The Rear is Clear" QuestId="28820" TurnInName="Marshal McBride" TurnInId="197" />
as you will notice no xyz location is shown above
so, that being said does that mean that you I don't need to specify the quest givers location?
Question 2, as many of us know this type of code is a quest tag that determines where to go, what to kill, what to loot, or what object needs to be farmed.
IE: </Quest>
<Quest Id="14382" Name="Two By Sea">
<Objective Type="KillMob" MobId="36397" KillCount="1">
<Hotspots>
</Hotspots>
</Objective>
<Objective Type="KillMob" MobId="36399" KillCount="1">
<Hotspots>
<Hotspot X="-2200.901" Y="2592.248" Z="1.723628" />
</Hotspots>
</Objective>
</Quest>
But I was wondering if their is a way to use the honorbuddy bot to generate that xml code much like you would generate my first example, by going to the developers tab--> profiles--> and clicking on the quest followed by copy xml you can retrieve the information for the pick up objective and turn in parts of a quest. Can i do that to generate the quest tag and its xml or do i need to hand right it?
Those are my two major concerns at the moment, if you answer these questions correctly and thoroughly I will reward you with more rep. Thanks in advance for those that help me.
Solved, thanks to chinajade.
My first question is do you need to specify the location of a quest giver that you pick up or turn in? because as shown in many questing profiles it does not specify an xyz location
IE: <PickUp QuestName="The Rear is Clear" QuestId="28820" GiverName="Sergeant Willem" GiverId="823" />
<TurnIn QuestName="The Rear is Clear" QuestId="28820" TurnInName="Marshal McBride" TurnInId="197" />
as you will notice no xyz location is shown above
so, that being said does that mean that you I don't need to specify the quest givers location?
Question 2, as many of us know this type of code is a quest tag that determines where to go, what to kill, what to loot, or what object needs to be farmed.
IE: </Quest>
<Quest Id="14382" Name="Two By Sea">
<Objective Type="KillMob" MobId="36397" KillCount="1">
<Hotspots>
</Hotspots>
</Objective>
<Objective Type="KillMob" MobId="36399" KillCount="1">
<Hotspots>
<Hotspot X="-2200.901" Y="2592.248" Z="1.723628" />
</Hotspots>
</Objective>
</Quest>
But I was wondering if their is a way to use the honorbuddy bot to generate that xml code much like you would generate my first example, by going to the developers tab--> profiles--> and clicking on the quest followed by copy xml you can retrieve the information for the pick up objective and turn in parts of a quest. Can i do that to generate the quest tag and its xml or do i need to hand right it?
Those are my two major concerns at the moment, if you answer these questions correctly and thoroughly I will reward you with more rep. Thanks in advance for those that help me.
Solved, thanks to chinajade.
Last edited: