nosoop / SM-TFCustomAttributeStarterPack

A collection of plugins to be used with the TF2 Custom Attribute framework.
MIT License
19 stars 10 forks source link

Does ``attr_buff_override`` work on official banners? #26

Closed ctf2w-crafting closed 4 years ago

ctf2w-crafting commented 4 years ago

As a test, I applied buff_crit_and_mark_for_death to the Battalion's Backup. The icon while under the Battalion's Backup effect doesn't show up (which is good), but the effects are still applied (including the ring around the user). The newer affects do are applied, but the original aren't being removed.

Taken from tf_custom_attributes.txt

    // Battalion's Backup
    "226"
    {
        "custom buff type"          "crit-banner"
    }
ctf2w-crafting commented 4 years ago

Small update. I did switch custom buff type to custom soldier buff type.... no difference.

nosoop commented 4 years ago

They should replace the effect on existing banners with that custom attribute applied (either custom soldier buff type or custom buff type — the former will take precedence over the latter), yes.

ctf2w-crafting commented 4 years ago

I did restart the server while testing, but the problem is still happening (also no errors in the log)

nosoop commented 4 years ago

You may have other conflicting plugins (outside of the published starter pack); don't think I can really provide any help there.

ctf2w-crafting commented 4 years ago

After removing plugins, I finally found that a plugin was conflicting with attr_buff_override