Search found 29 matches

by shortestyard57
Mon Dec 18, 2023 4:19 pm
Forum: Quest Machine
Topic: Give Quest to Quester Action stack overflow
Replies: 2
Views: 6985

Give Quest to Quester Action stack overflow

Hey Tony, I ran into an compatibility issue with the quest node Action GiveQuestToQuester and Odin Inspector. Whenever I add it to the action list I get unending stack overflows. I confirmed it is an issue integrating with Odin Inspector by testing in a new project both with and without Odin Inspect...
by shortestyard57
Fri Nov 24, 2023 6:27 pm
Forum: Quest Machine
Topic: ORK Inventory Data Sync
Replies: 9
Views: 7046

Re: ORK Inventory Data Sync

Great thank you that's very helpful. Following along with the tutorial you sent I had to add an additional step of setting the Fetch 5 Carrots node (ID 1 in the example) to inactive and then to active otherwise the counter condition was not triggering true, despite having reached the counter limit a...
by shortestyard57
Fri Nov 24, 2023 2:47 pm
Forum: Quest Machine
Topic: ORK Inventory Data Sync
Replies: 9
Views: 7046

Re: ORK Inventory Data Sync

Awesome I was going the correct direction but how can you input the <= # in the counter value? I can input an = but not < or >
by shortestyard57
Fri Nov 24, 2023 2:28 pm
Forum: Quest Machine
Topic: ORK Inventory Data Sync
Replies: 9
Views: 7046

Re: ORK Inventory Data Sync

Works, thanks for that. Another data sync with ORK framework question. What is the best way to go about returning to a quest node if the counter conditions are no longer true? For example, I need to have 5 herbs in my inventory. I find 5 herbs and the quest progresses to a return to quest giver node...
by shortestyard57
Tue Nov 21, 2023 5:01 pm
Forum: Quest Machine
Topic: ORK Inventory Data Sync
Replies: 9
Views: 7046

Re: ORK Inventory Data Sync

Double checked the spelling and used copy paste to triple check. I did go into the code on the ORK Inventory Data Sync component and stepped through it until I realized it was returning questListContainer as null. I tried adding a Quest List Container for ORK component but I wasnt able to test if th...
by shortestyard57
Tue Nov 21, 2023 11:39 am
Forum: Quest Machine
Topic: ORK Inventory Data Sync
Replies: 9
Views: 7046

ORK Inventory Data Sync

Hey Tony, I am trying to use data sync to update a quest counter based on number of items in ORK player inventory but I am not figuring out how to get it to register changes in the player inventory. I can see through the debug messages that the ORK Inventory Counter Sync component correctly lists th...
by shortestyard57
Wed Nov 15, 2023 5:20 pm
Forum: Quest Machine
Topic: Message Listener: Object Reference not set to an instance of an Object
Replies: 3
Views: 4687

Re: Message Listener: Object Reference not set to an instance of an Object

Makes sense and indeed that was the issue. Thanks as always.
by shortestyard57
Tue Nov 14, 2023 4:11 pm
Forum: Quest Machine
Topic: Message Listener: Object Reference not set to an instance of an Object
Replies: 3
Views: 4687

Message Listener: Object Reference not set to an instance of an Object

Hey Tony, I have been unsuccesful in troubleshooting the following error. Message System exception sending 'ImperiumAdvanceCamp'/'Start' to Machines and Managers (GlobalVariablesAndMessageTracker): Object reference not set to an instance of an object Here is the console message: [Error] Message Syst...
by shortestyard57
Thu Jul 27, 2023 7:08 pm
Forum: Quest Machine
Topic: Current Tracked Quest
Replies: 11
Views: 1219

Re: Current Tracked Quest

So I managed to figure it out I think. I was using "true" instead of "success" as the state designation in Dialogue System. I forgot the change in lingo between QM and DS. Quests states reverting to inactive and registering the quest again is the result of an invalid state appare...