sebastian-heinz / Arrowgene.DragonsDogmaOnline

Server for Dragons Dogma Online
GNU Affero General Public License v3.0
162 stars 52 forks source link

Add Mysree Forest World Quests #433

Closed pacampbell closed 1 month ago

pacampbell commented 1 month ago

Authored-by: Dixdros

Checklist:

pacampbell commented 1 month ago

How should we deal with the quest variations that have the same ID? 🤔

For now they will just overwrite each other. For the future, we can either leave it up to server admin to switch with their maintenance Or we can come up with some timer based mechanism which switches every so often?

alborrajo commented 1 month ago

How should we deal with the quest variations that have the same ID? 🤔

For now they will just overwrite each other. For the future, we can either leave it up to server admin to switch with their maintenance Or we can come up with some timer based mechanism which switches every so often?

Sounds like a configuration pain unless we find a way to merge both in the same quest file, we can leave it as-is for now if it doesn't give any issues

pacampbell commented 1 month ago

How should we deal with the quest variations that have the same ID? 🤔

For now they will just overwrite each other. For the future, we can either leave it up to server admin to switch with their maintenance Or we can come up with some timer based mechanism which switches every so often?

Sounds like a configuration pain unless we find a way to merge both in the same quest file, we can leave it as-is for now if it doesn't give any issues

My understanding from chatting was that there used to be some kind of maintenance and Capcom would swap around some quests then? Anyways, which ever one the server parses last will be the one which is loaded for that particular quest so it would technically be an issue although it might not be exactly what we want in the end.