Author Topic: Quest reward  (Read 394 times)

Legacy_KDA

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
Quest reward
« on: November 28, 2015, 11:15:26 pm »


               

Hello!


 


I'm working on a module and the quests are broken. Well, partly. I can get the quest, get the item needed, but the quest giver won't give the reward, but offer the job again instead.


 


In which subroutine and where I must put the script as to fix this?


 


Thanks alot for the help!



               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
Quest reward
« Reply #1 on: November 30, 2015, 09:06:01 am »


               

In the Journal Editor, select the quest then check the following:

 

1. Make sure an XP value is assigned to the quest

 

2. Make sure the last category has the finish category button ticked

 

3. Check the quest giver's conversation to make sure that the node where the XP is given has an Action Taken script and that the script is using GetJournalQuestExperience() to get the value of the XP award from the Journal Quest entry. That script may look something like this:

 


   Spoiler
   


 

Note: If the journal has been updated somewhere else, the script may just use the last line.



               
               

               
            

Legacy_KDA

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
Quest reward
« Reply #2 on: November 30, 2015, 06:27:39 pm »


               

Thank you very much '<img'>