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

fix: Repair Fenrir with Jewel of Bless #403

Closed radzki closed 5 months ago

radzki commented 5 months ago

This PR aims to solve the Fenrir Repair bug, but with a different approach than the one suggested in the issue. Instead of adding a plugin configuration, I've added a new column to the Item itself. A new field will appear when configuring Items:

image

Tested it in-game and it's working pretty well. Is it good enough, though? hahahah

Possibly closes https://github.com/MUnique/OpenMU/issues/400

radzki commented 5 months ago

I'm currently trying to add a plugin to the Updates folder, which would change the fenrir value to true. It is recognized and I can see it in the admin panel, but the logic itself doesn't seem to be running (?)

image

radzki commented 5 months ago

Closed based on Discord's review 😆