Sorrowthief Posted January 5, 2019 Share Posted January 5, 2019 I like to use the part of the quest code that makes the tooltip quest thing pop up with information for my players like the starter quest. <action type="ShowTip" value="tutorialTipQuest18" /> The problem is after the first two tips any others that you add after that result in this error. I believe it's because journal entries are hard coded and don't save. I did not think the quest tips were Journal entries. In alpha 14 I had tons of these popup tips and it was never an issue or an error. I do not care if I loose the ability to make journal entries but I would like to be able to use as many popup tips as I see fit. Does anyone know a work around or perhaps something I can take out of the localization files to prevent this. Link to comment Share on other sites More sharing options...
Khelldon Posted January 5, 2019 Share Posted January 5, 2019 I believe new entries require dll changes. There was a tutorial around somewhere for a16, should still be the same basic thing. Link to comment Share on other sites More sharing options...
FringeRecall Posted January 5, 2019 Share Posted January 5, 2019 You may be able to edit your "Localization - Quest.txt" to add the "tutorialTipQuest18" tag. (It would not display to others unless they have your Localization - Quest.txt file in their individual game directories, however) Another possibility is to just use the text you want to display in the value="Your Text Here" and that might work. It does for things like name_key and desc_key for other XML tags. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.