Hello! I have created a companion plugin to remove the item on break with a tag under the items with durability. Is there a way to share it with the dev?
Sersen
3
Posts
54
Followers
3
Following
A member registered Oct 15, 2022 · View creator page →
Recent community posts
AQW Map Inventory Plugin - RPG Maker MZ comments · Posted in AQW Map Inventory Plugin - RPG Maker MZ comments
There is a bug/typo with the removeEventListener reference that throws an error if you press the keyboard key while the pause menu is open or has been opened.
The problem: the listener is added to this._onAqwMapInvKeyPressed but removed with this._onAqwMapInvKeyBindings, so it never gets detached.
I fixed it and added guards so the handler only runs when the map scene is active and the UI objects exist.
Should I write the part I fixed here?