srmeier / KnightOnline

OpenKO is an open source version of the old school Knight Online MMORPG
MIT License
227 stars 118 forks source link

Implement WIZ_QUEST handler #79

Open onurcanbektas opened 7 years ago

onurcanbektas commented 7 years ago

ekran goruntusu 9

twostars commented 7 years ago

I'm assuming the packet being referred to is the one sent by SaveEvent(), because WIZ_QUEST has many different subopcodes (many of which are not for 1.298, but I suspect the server is still using).

Ultimately, we need to implement this system in general to manage player quest states. That much is fairly simple, but the larger concern is beyond showing them on the quest UI, what does it actually need to use them for?

The only thing I can recall offhand is for unlocking skills that require certain quests completed.

twostars commented 7 years ago

Need to implement: