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
743 stars 325 forks source link

Added area skill configurations #513

Closed sven-n closed 4 weeks ago

sven-n commented 1 month ago

Before, some area skills were designed so that the client determines the actual hits. However, this is pretty vulnerable to cheaters and involved a lot of hard coding on the client side. So for that reason, I want to change all area skills of type SkillType.AreaSkillExplicitHits to be of SkillType.AreaSkillAutomaticHits. To work correctly, we have to limit the area and the number of hits, because one animation can actually be 0..n hits.