I pulled my head out of my backside now and got it fixed. I had to change the spell type of the Warden fatigue spells to CombatFatigueConsumptionBuff from FatigueConsumptionBuff and add the spell handler and number in the globalconstants file.
I also had to add a calculator for the new spell type, which is just mirrored from the FatigueConsumptionBuff calc. That file is attached since the .patch didn't seem to include the additional file.
I'm still learning....so if something is gone screwy, let me know and I'll work on fixing it. I tested the fatigue usage with and without the spells on the Warden, Champion, Skald and Friar, and the end usage spells are working as intended.
Edit: updated patch file, removed the DB changes to the warden line since it will not need to be modified.
- Code: Select all
UPDATE `spell` SET `Description`='The targets actions require less endurance.' WHERE `Description`='Reduces endurance the target uses in combat.';