Where Is The Reward Actually Distributed?
Posted: Wed Mar 25, 2020 8:48 am
Hello,
I am absolutely loving Quest Machine. I had been using my own procedural quest generator, but it was not nearly as robust as this one. While I have the generator and UIs running well up to a point in my project now, I am attempting to find the exact point in Quest Machines process for the generated quests where the rewards (XpRewardSystem) is actually rewarded in Quest Machines process.
As a test, I have successfully sent the xp data to my QuestManager from within XpRewardSystem and distributed to all of the players from there, but that is not the purpose of the XpRewardSystem class, since it fires the xp text on generation and after.
I am have a time trying to trace down the single point where quest reward distribution is actually concurring before handing the rest of my reward system over to Quest Machine and linking my own quest complete events to it.
Thank you.
I am absolutely loving Quest Machine. I had been using my own procedural quest generator, but it was not nearly as robust as this one. While I have the generator and UIs running well up to a point in my project now, I am attempting to find the exact point in Quest Machines process for the generated quests where the rewards (XpRewardSystem) is actually rewarded in Quest Machines process.
As a test, I have successfully sent the xp data to my QuestManager from within XpRewardSystem and distributed to all of the players from there, but that is not the purpose of the XpRewardSystem class, since it fires the xp text on generation and after.
I am have a time trying to trace down the single point where quest reward distribution is actually concurring before handing the rest of my reward system over to Quest Machine and linking my own quest complete events to it.
Thank you.