promotional bannermobile promotional banner

FellowKick

Coordinates Mythic+ interrupts by assigning markers to roles, automating target focus via macros, and tracking party kick cooldowns on nameplates.

File Details

FellowKick v1.2.2

  • R
  • Feb 14, 2026
  • 3.96 MB
  • 308
  • 12.0.1
  • Retail

File Name

FellowKickv1.2.2.zip

Supported Versions

  • 12.0.1

FellowKick v1.2.2 Changelog

Bug Fixes

  • Fixed M+ instance group detection — 
    IsInGroup()
     now also checks 
    LE_PARTY_CATEGORY_INSTANCE
     so the addon works inside keystones
  • Fixed addon messaging channel — Uses 
    INSTANCE_CHAT
     when in M+ instead of always using 
    PARTY
  • Fixed stale class icons — Group member classes now refresh on every scan, preventing leftover icons from previous groups
  • Fixed ghost players in GroupFrame — Players who leave the group are now properly removed from 
    GroupStatus
  • Protected against Blizzard secret values — Added 
    pcall()
     wrappers for 
    GetRaidTargetIndex()
    UnitGUID()
    , and marker reads in M+

New Features

  • Spec-aware kick cooldowns — Resto Shaman Wind Shear (30s) and Fury/Prot Warrior Pummel (14s) now report correct CDs
  • Warlock pet interrupt support — Global 
    FellowKick_WarlockKick()
     function for manual macro workaround + pet/vehicle spell detection
  • /fk group
     command — Shows full group state: predefined marks, focus marks, and assigned roles
  • /fk markdebug
     command — Debug output for predefined mark assignments

Improvements

  • Added 
    GROUP_ROSTER_UPDATE
     event handling for automatic group cleanup
  • Added 
    GetGroupMemberClass()
     helper for accurate class resolution via 
    UnitClass()
     token
  • Forward-declared 
    BroadcastMyTarget
     and 
    ForceRefresh
     to avoid load-order issues