• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

How to remove buff fire on

batboyboy

New member
    <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?

 
Back
Top