Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello. I'm commenting to inform you that I found a bug with the plugin when using the latest version of your DualWield plugin.

I keep getting an error in the console command that "Ramza.DW.damageCalc" is not a function. It also displays: 

at Window_BattleLog.callNextMethod (rmmz_windows.js:5422:31) 'a.atk * 4 - b.def * 2' 'DAMAGE FORMULA ERROR'

When the DualWield plugin is turn OFF, the WeaponAttackFormulas plugin works perfectly.

Hello there.

I have found and corrected the issue. This plugin does a check during the damage calculation where it checked to see if the project was using the dual wield plugin, by checking if a certain function had been defined. With the latest version of the MZ dual wield plugin, the function it was checking is defined, but the function it calls is not the same, and is not defined anymore.

I changed that check to also make sure the second function was defined already. The update will be uploaded momentarily.

~Ramza

Thank you for your hard work!