• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Modern Quest System + UI

Resource Modern Quest System + UI 1.1.0

So everything is working fine except on thing. No mater what I put under :RewardString all it ever displays is "Reward: ???" in the quest log

Ruby:
Expand Collapse Copy
 Quest1 = {
    :ID => "1",
    :Name => "Testing",
    :QuestGiver => "Grandpa",
    :Stage1 => "Get Money from Mom.",
    :Location1 => "Home Town",
    :QuestDescription => "Grandpa said to get some money from mom.",
    :RewardString => "Cold Hard Cash!"
  }

I'm Following the example quests and I haven't edited any other files other then 004_Quest_Data so I don't understand why its not displaying...
For me, the reward displays upon completion of the quest. :/ I thought at this point, that was how it works lol
 
Hi! Great plugin!

Is there a way to make it so the quest updates silently? Or to make certain quests update silently? I love the UI and system, but I don't need the message and noise every single time a player completes something.

You may be able to remove the SE within the settings: 01. Config Settings -> Quest Jingle and Failed Quest.
At least the SE is removed but as for Message maybe find the similar message in the other scripts in the plugin and remove or block the code.
Found in "02 Quest Main" Check for PB message lines and remove them for different steps.
 
Back
Top