Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Hi Guys!
i writing my profile. And i stuck at a npc.
Quest on thi npc. i need talk with him and click and listen 4 stories by him.
Any help me with this code?
Thank alot. and my english so bad
You can try something like this. Use InteractByGossipOptions="x" where x is how far it is down in the list. Separation by commas - specifies which stare number to choose on each page of communication. Theoretically it should work.
<PickUp Nav="Fly" QuestName="Quest Name" QuestId="Id" GiverName="NPC Name" GiverId="NPC Id" X="" Y="" Z="" />
<While Condition="!IsQuestCompleted(Id)">
<CustomBehavior File="InteractWith" QuestId="" MobId="" InteractByGossipOptions="X,X,X" WaitTime="X" X="" Y="" Z="" />
</While>
What is the ID of the quest?