Please forgive me, but was wondering if anything changed in the way spellcast handles aftercast?
The reason I ask is recently I am seeing that my gear isnt changing back after an action.
example is when engaged and I WS often I will stay in WS gear, or if using BLU magic and the spell kills the mob I dont change back to Idle set, I stay in Spell set or few times even went back to TP set. This doesnt happen 100% the time but it does happen often enough.
Noting major has changed in my XML that I could think would cause this and I have noticed this over 3 jobs and 3 different XMLs
I do use the "CombatMode" trigger for handling status changes
Code:
<if advanced='"%status" != "zoning|dead"'>
<cmd when="aftercast|engaged|idle">CombatMode</cmd>
</if>
Any help would be amazing, I did delete the DLL and downloaded it again.