Difference between revisions of "Quests"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
From RPG's to adventure anime's that feature Guilds with Quest Boards, long have I wanted to bring something similar to ACDB. It's taken quite some time to figure out a use for such a feature. And even still, proven itself quite complicated to code. The general idea is adventures walk into a guild and take quests. But what if two take the same quest? What if one passes? One fails? Can both pass? What if someone who didn't take the quest completes it? And what if someone tries to steal the credit from someone else who completed it? All these problems require me to design and implement robust accounting that can handle all these situations. While the approach I take moves a little away from my ideal, it's better to accomplish part of it instead of none of it. | From RPG's to adventure anime's that feature Guilds with Quest Boards, long have I wanted to bring something similar to ACDB. It's taken quite some time to figure out a use for such a feature. And even still, proven itself quite complicated to code. The general idea is adventures walk into a guild and take quests. But what if two take the same quest? What if one passes? One fails? Can both pass? What if someone who didn't take the quest completes it? And what if someone tries to steal the credit from someone else who completed it? All these problems require me to design and implement robust accounting that can handle all these situations. While the approach I take moves a little away from my ideal, it's better to accomplish part of it instead of none of it. | ||
− | http://ami.animecharactersdatabase.com/img/questboard.png | + | Rewards are delivered upon moderation, and summarized in an [https://www.animecharactersdatabase.com/alerts.php Alert]. |
+ | |||
+ | [https://www.animecharactersdatabase.com/games.php?load=g_quests http://ami.animecharactersdatabase.com/img/questboard.png] |
Latest revision as of 02:31, 28 April 2019
Short Version
Add characters to priority titles, earn Jewels and Cards as rewards.
Long Version
From RPG's to adventure anime's that feature Guilds with Quest Boards, long have I wanted to bring something similar to ACDB. It's taken quite some time to figure out a use for such a feature. And even still, proven itself quite complicated to code. The general idea is adventures walk into a guild and take quests. But what if two take the same quest? What if one passes? One fails? Can both pass? What if someone who didn't take the quest completes it? And what if someone tries to steal the credit from someone else who completed it? All these problems require me to design and implement robust accounting that can handle all these situations. While the approach I take moves a little away from my ideal, it's better to accomplish part of it instead of none of it.
Rewards are delivered upon moderation, and summarized in an Alert.