Page 1 of 1

Dialogue system integration: "not registered with Quest Machine." Error

Posted: Tue Feb 05, 2019 12:26 pm
by davidemo89
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

Re: Dialogue system integration: "not registered with Quest Machine." Error

Posted: Tue Feb 05, 2019 2:52 pm
by Tony Li
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?

Re: Dialogue system integration: "not registered with Quest Machine." Error

Posted: Tue Feb 05, 2019 4:13 pm
by davidemo89
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

Posted: Tue Feb 05, 2019 6:37 pm
by Tony Li
Just checking -- is it all working now?

Re: Dialogue system integration: "not registered with Quest Machine." Error

Posted: Wed Feb 06, 2019 12:42 pm
by davidemo89
Tony Li wrote: Tue Feb 05, 2019 6:37 pm Just checking -- is it all working now?
yes, it's working. Now I have another problem :lol:


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

Posted: Wed Feb 06, 2019 1:19 pm
by Tony Li
Glad you got it working!