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

Announcements, support questions, and discussion for Quest Machine.
Post Reply
davidemo89
Posts: 5
Joined: Tue Feb 05, 2019 12:23 pm

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

Post 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
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

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

Post 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?
davidemo89
Posts: 5
Joined: Tue Feb 05, 2019 12:23 pm

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

Post 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 ^^
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Just checking -- is it all working now?
davidemo89
Posts: 5
Joined: Tue Feb 05, 2019 12:23 pm

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

Post 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
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Glad you got it working!
Post Reply