itch.io is community of indie game creators and players

Devlogs

Version 1.29 bugfix

MV - Crafting System
A downloadable plugin

Greetings all.

I have uploaded version 1.29 with the following minor bugfix:

  • Players will now be able to correctly select armor ingredients that belong to an etypeId that isn't 2.
    • This was caused by a typo, where etypeId 1 is a weapon, and is handled as such, but the second check was supposed to check for an etypeId >= 2, but was only checking == 2, resulting in only armors of etypeId 2 being selectable as ingredients.
    • If your equipment in the database was left basically as default, etypeId 2 is the shield type armor, so only shields would be usable as ingredients.
    • This only happened if you were using YEP_ItemCore, as the function to enable the item in the item list window only cared what the etypeId of the item was when it was looking for independent items/armors/weapons.

This bug was reported by user Rakon. Good eye, there, as it's probably been like that since the very first version of the plugin!

To download the updated plugin file, either redownload it from the store page, or find it in your game library on itch.io. That's all for this update.

~Ramza

Files

  • Plugin Download 308 kB
    Apr 25, 2021
Download MV - Crafting System
Leave a comment