What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

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!

Need code made profile

ImLord

Member
Joined
Nov 20, 2012
Messages
58
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?
 
Back
Top