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
707 stars 296 forks source link

ADD reset points can be configured by character class #415

Closed Niter88 closed 3 months ago

Niter88 commented 3 months ago

Note that the 'GetResetPoints' method will support changing on final result by VIP status.

Niter88 commented 3 months ago

This solves the issue #416 for now

sven-n commented 3 months ago

Hey, I did some more changes here:

  1. Renamed the attribute to be more generic. It's not tied to a character class.
  2. To get the attribute value, you can simply call player.Attributes[Stats...].
  3. Added configuration update plugin to update existing databases.
sven-n commented 3 months ago

Thanks @Niter88 👍