Jump to content

How to remove buff fire on


batboyboy

Recommended Posts

    <append xpath="/buffs/buff[@name='buffIsOnFire' or @name='buffBurningElement']">
        <effect_group name="clearafterdeath">
            <triggered_effect trigger="onSelfRespawn" action="RemoveBuff" buff="buffIsOnFire"/>
        </effect_group>
    </append>
    <append xpath="/buffs/buff[@name='buffBurningElement']">
        <effect_group name="clearafterdeath">
            <triggered_effect trigger="onSelfRespawn" action="RemoveBuff" buff="buffBurningElement"/>
        </effect_group>
    </append>


I have a piece of code that removes the burning on death, but they don't work! so is there any way to add a mod that can remove the burn effect completely?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...