Title: How to remove buffs when switching subclasses?

bysouza

Vassal
Customer
Hello,

Is there any configuration in Lucera2 Classic that removes all buffs when switching subclasses and prevents the previous buffs from returning when switching back?
Currently, the buffs are removed during the subclass change, but they are restored when the player returns to the previous class.
I would like every subclass change to permanently clear the character’s active and saved buffs. Is there an existing <span>.properties</span> option for this, or does it require a custom modification?
Thank you!
 
Buffs persist on the class in the exact same way as upon logout. If you need to prevent a specific skill from persisting, set <set name="isSaveable" val="false"/>
 
Buffs persist on the class in the exact same way as upon logout. If you need to prevent a specific skill from persisting, set <set name="isSaveable" val="false"/>
Thanks, understood.
In my case, I want this behavior globally, not per skill. Every subclass change should permanently clear all active and saved buffs, so they are not restored when switching back.
Is there a global setting for this, or does it require a custom modification?
 
Back
Top