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 326 forks source link

Fixed exc options being added to non-exc dropped items and item drops durability #498

Closed ze-dom closed 1 month ago

ze-dom commented 1 month ago

Two fixes:

  1. Excellent options being added to regular, non-excellent drops (because only AddsRandomly = true was being checked for the options group). Example of a regular Nikea Axe without skill: Screenshot from 2024-10-02 10-47-30

  2. Items dropping without full durability (due to excellent options/ancient options/item level being assigned after GetMaximumDurabilityOfOnePiece() was invoked).