
[BUG] Ars Nouveau 'Touch' Form XP Gain
VanyaBaou opened this issue ยท 1 comments
Describe the bug
Ars Nouveau 'Touch' form spells still give XP when you don't successfully cast the spell
To Reproduce
Steps to reproduce the behavior:
Set Spell to "Touch" "Harm"
Right-Click looking at the air to cast spell
Expected behavior
No experience should be gained
Screenshots
https://i.imgur.com/hL8sDSH.png
Game Details (please complete the following information):
- MC Version: 1.16.5
- Forge Version: 36.2.23
- PMMO Bridge Version: 1.0.6
- PMMO Version: 3.67.4
This one is a little bit screwy. I would stand to say that it is not an issue with PMMOBridge but an issue with Ars Nouveau.
All this mod is doing is listening for events of type SpellCastEvent
from Ars Nouveau then doing the relevant XP actions. I would think that these events should not be fired if the spell was not successful and I cannot find a good replacement event in their API that might be able to replace this one.