[RMMV] TROUBLESHOOTING MALIKI79'S ITEM DURABILITY EX PLUGIN

Posts

Pages: 1
I'm afraid that I am having a bit of difficulty understanding how to properly implement Maliki79's Item Durability EX add-on plugin for the YEP Item Durability plugin. My plugin list is as follows:

YEP_CoreEngine
YEP_ItemCore
YEP_X_ItemDurability
Maliki79 Item Durability Addon

I have not touched the parameters for the YEP plugins. I have altered the "DurabilityAdjust" parameter in the Item Durability Addon to 100, as I interpreted the Help text for this plugin to mean that this will always have an effect on the item's stats.

author=Maliki79
You can set when the stats begin to get affected by using the
Durability Adjust Param.
Setting it to 100 would make any change in durability
immediately affect that equipment's stats.


I have equipped a character with the item Sword which is set to increase attack by 100. I have given the Attack command the following notetag:
<User Weapon Durability: -10>

In-game, I can observe that the weapon durability decreases by 10 each time the character uses the Attack command. As I understand it, with YEP's default maximum durability being 200, and the Sword's starting durability being 100, the Sword should be increasing Harold's attack by 50. However, his attack stat remains at +100. I have experimented with changing the DurabilityAdjust parameter to other values, such as 50, but observed no changes in the Sword's stats.

I was considering compounding this with using YEP_BaseParamControl to give weapons percentage increases to attack, but I can't seem to get the Durability Addon to work even with just using the default RPG Maker MV database. I'm sure I must have misunderstood some instructions somewhere, so I was hoping for some insight or a workaround that could help set me back on the right path.

Thank you so much.
Pages: 1