MUnique / OpenMU

This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
https://munique.net
MIT License
731 stars 317 forks source link

Duel System #345

Open sven-n opened 1 year ago

sven-n commented 1 year ago

Is your feature request related to a problem? Please describe.

The duel system is not implemented at all.

Describe the solution you'd like

I think both have their pros and cons, so it would be great if we could configure (e.g. in the GameConfiguration or in a plugin configuration) which duel variant should be used.

sven-n commented 1 year ago

The self defense system needs to consider duels.

sven-n commented 3 months ago

Duel system implemented with #428. To implement the old duel system, we'd need to add packet handlers and view plugins for the older packets (codes 0xAB and 0xAC)