promotional bannermobile promotional banner

WarCult

PvP addon kill counter minigame. Get killing blows to earn cult xp, levels, ranks.

File Details

WarCult 1.12

  • R
  • Jan 25, 2026
  • 2.16 MB
  • 53
  • 12.0.0
  • Retail

File Name

WarCult-1.12.0.zip

Supported Versions

  • 12.0.0

1.12
- Updated: WoW version number.
-----

- Concept Change: The big changes to WoW's api for Midnight expansion required WarCult to be changed from a personal killing blows tracker, to a group killing blows tracker. WarCult will still track your killing blows when you're playing solo, but when you're in a group, the other player's kbs in the party or raid subgroup will also be counted as well as your own. Because in midnight instances, there is seemingly no way to compare two values when one of them is a "secret" value. Which means, I have no way to compare the player's id to the secret id of the killing blow source player. Which means no way to determine if you the player made the killing blow. It's ofc possible that there is some way to keep WarCult as a personal kb tracker, but I tried and could not find a reliable solution. So, here's how WarCult works now... if you are playing solo, it will continue to track just your own kbs. But when you join a group, killing blows from other players in your party or raid subgroup will be counted as well as your own. This was not the original concept for WarCult, but it is how I could get it to work reliably for Midnight. You will at least be able to tell who got the kb when in a group, via the kb alert frame and chat messages. A beneficial side effect of this unplanned for change, is that now healers and tanks in your group can take part in WarCult as they will get credit for kbs happening around them. Also, you will now get the kb counted when another group member steals YOUR kb. See below for more detail on the WarCult changes for Midnight.
-----

- Adjusted: Killing blow detection now uses the WoW api's new dedicated Party_Kill event, instead of the combat log's Party_Kill event.
- Adjusted: Because of new api restrictions inside instances, and that causing an inability to determine if you the player made the kb or another group member made the kb, WarCult killing blows now include your AND your party or raid subgroup member's kbs.
- Adjusted: When you are in a group, the killing blow chat message and alert frame now displays who got the killing blow (in brackets) after the victim name.
- Adjusted: Chat messages take into account that kb could be the player's or a group player's kb, for example no longer referring to "you" or "your" killing blows.
- Removed: The "L" prefix before the player's WarCult level number, when standing in an X.
- Removed: Realm name from player names, because realm name can no longer be validated as an empty string or not, when inside an instance. Also, with player and victim names both now being within the kb alert messages, it would make those messages too long anyway if realm name was included.
- Removed: External addon integrations, because the values they passed to WarCult can no longer be validated inside an instance.