Hi everyone,
I have this stupid error that I can not fix...
Everything should be set correctly BUT:
Quest Machine: Registering quest asset 'banditQuest'.
And here it's ok!
Quest Machine: A quest instance with ID 'banditQuest' is not registered with Quest Machine.
Dialogue System: Can't find Quest Machine quest with ID 'banditQuest' to get its state.
With a bit of debugging, I have found out that the variable "questInstances" is empty:?
What can I do to fix it?
Thanks everyone for the help.
Davide
Dialogue system integration: "not registered with Quest Machine." Error
-
- Posts: 5
- Joined: Tue Feb 05, 2019 12:23 pm
Re: Dialogue system integration: "not registered with Quest Machine." Error
Hi Davide,
Is this quest assigned to any quest givers or quest journals? Until then, the quest will only be in the asset list. It won't be in the instance list, which is the list of quests that are "owned" by a quest giver or quester.
Would you please click on the error "Quest Machine: A quest instance with ID 'banditQuest' is not registered with Quest Machine." in the Console window, press Ctrl+C to copy it to the clipboard, and then paste the clipboard into a reply?
Is this quest assigned to any quest givers or quest journals? Until then, the quest will only be in the asset list. It won't be in the instance list, which is the list of quests that are "owned" by a quest giver or quester.
Would you please click on the error "Quest Machine: A quest instance with ID 'banditQuest' is not registered with Quest Machine." in the Console window, press Ctrl+C to copy it to the clipboard, and then paste the clipboard into a reply?
-
- Posts: 5
- Joined: Tue Feb 05, 2019 12:23 pm
Re: Dialogue system integration: "not registered with Quest Machine." Error
ok, had to add the quest giver component and add the quest! I thought that if I would add it in the dialog (dialog system) it would work ^^
Re: Dialogue system integration: "not registered with Quest Machine." Error
Just checking -- is it all working now?
-
- Posts: 5
- Joined: Tue Feb 05, 2019 12:23 pm
Re: Dialogue system integration: "not registered with Quest Machine." Error
yes, it's working. Now I have another problem
I'm using ummorpg and when I'm the client and I accept a quest the UI is not showing up (the quest machine HUD). Only the server is showing the quest machine HUD
It's like some variable are not passed to the client
EDIT: now it's working. Had to delete quest journal to the player
Re: Dialogue system integration: "not registered with Quest Machine." Error
Glad you got it working!