Search found 5 matches

by davidemo89
Sat Feb 09, 2019 5:59 am
Forum: Quest Machine
Topic: quest machine networking - Authoritative?
Replies: 3
Views: 676

Re: quest machine networking - Authoritative?

Hi Tony, thanks for the reply. I'm trying to figure out how to get quest status on the server (like if the quest is activated or how many mobs he has killed) to check if the server is allowed to give the items. I'm studying your code a bit. The best solution would be the quest running on the server ...
by davidemo89
Fri Feb 08, 2019 9:52 am
Forum: Quest Machine
Topic: quest machine networking - Authoritative?
Replies: 3
Views: 676

quest machine networking - Authoritative?

Hi, for my prototype I'm adding quest machine with ummorpg but I have noticed something... Is quest machine everything client side? Just the save data is sent to the server and back to the client when it wants to load? I have just noticed the state part "Successfull" that if I want to give...
by davidemo89
Wed Feb 06, 2019 12:42 pm
Forum: Quest Machine
Topic: Dialogue system integration: "not registered with Quest Machine." Error
Replies: 5
Views: 809

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

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...
by davidemo89
Tue Feb 05, 2019 4:13 pm
Forum: Quest Machine
Topic: Dialogue system integration: "not registered with Quest Machine." Error
Replies: 5
Views: 809

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 ^^
by davidemo89
Tue Feb 05, 2019 12:26 pm
Forum: Quest Machine
Topic: Dialogue system integration: "not registered with Quest Machine." Error
Replies: 5
Views: 809

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

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 Ma...