• Visit Rebornbuddy
  • Need code made profile

    Discussion in 'Honorbuddy Forum' started by ImLord, May 11, 2017.

    1. ImLord

      ImLord Member

      Joined:
      Nov 20, 2012
      Messages:
      58
      Likes Received:
      1
      Trophy Points:
      8
      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 :)
       
    2. Dialon

      Dialon Member

      Joined:
      May 14, 2014
      Messages:
      105
      Likes Received:
      8
      Trophy Points:
      18
      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?
       
    3. ImLord

      ImLord Member

      Joined:
      Nov 20, 2012
      Messages:
      58
      Likes Received:
      1
      Trophy Points:
      8
      Done all TY )
       
      Last edited: May 12, 2017

    Share This Page