Help

Afterlife Crowd Control

Buffs & Debuffs Login to Add Favorites
  • 2 Likes
  • World of Warcraft
  • 30,715 Downloads
  • Supports: 4.3
  • 16 Average Daily Downloads
  • Comments
  • Created 6/15/2008 4:33:47 PM
  • Updated 12/8/2011 7:25:18 AM
  • 184 Favorites
  • Project Site
  • License: Softrix Studios
  • Release Type: Release
  • Newest File: Afterlife Crowd Control
or
Support development! **
Donate

About Afterlife Crowd Control

Afterlife Crowd Control (40300-R3)
Released 8th December 2011

==================================================

Afterlife Crowd Control is a World of Warcraft addon designed to monitor yours and your party or raid members crowd control spells and warrior taunts giving you and your party warnings that your target has broken, or a warning at 10 and 5 seconds before break happens. Furthermore, this addon will also tell the party who broke your targets crowd control spell so theres no more comments like "it wasnt me who broke it".

All the usual features are included in this version such as the 3d target model, popup warning graphic and UI flash which has made this addon popular. Some of the major differences in this version are multi-target support, timer bars for your party members and many more.

[What's new in 40300-R3]

•Fixed bug preventing hunters freeze trap firing timer.
•Added new setting in the options screen to announce crowd controls for other members of your party or raid alongside the 15 second count down.

[FEATURES]

•Full timers for yours and your party crowd control spells.
•Diminish Returns support.
•3d Target + Timer
•Moveable Timer bar frame
•UI Flash warnings on break and target death
•Warning Sounds.
•Popup warning batman style animation.
•Announce to party or raid when your spell breaks
•Announce to party or raid the last 10 and 5 seconds remaining.
•Timers show casters name allowing raid leaders to monitor his crowd controlled mobs and remind his team to renew their targets.
•Announce when you interrupt a cast.
•For those who loved my Natur Enemy Castbar (currently being repaired) and also use Afterlife in PvP I've added the Unreal sounds to Afterlife (Default OFF) and it will play those fun sounds when you get a killing blow on a player - support is also added so this can be used while questing and to change the famous male sounds from Male to Female.

[TRANSLATORS]

Translators are required, please open the Local.lua file and translate.

Please include your name in the comments at the top of the file so that you can be correctly credited for your work.

[INSTRUCTIONS]

Install the addon in the usual way then access the options screen using /afterlife in game.

To ignore a player so you dont announce to the party or raid when he/she breaks it (i.e. the main tank) simply select the player so he is targetted then type /afterlife ignore. To remove the player, make sure hes selected and type /afterlife unignore.

To list all those who are in your ignore list type /afterlife showignored.

If you have any questions, suggestions or bug reports then please post them on the comments pages.

============================

Notice to fellow addon authors: please do not release other versions of this mod assuming that im no longer maintaining it. Unless I post otherwise on the addons download page then please consider me active. If you have any questions please email.

•Fixed bug preventing hunters freeze trap firing timer. •Added new setting in the options screen to announce crowd controls for other members of your party or raid alongside the 15 second count down.

Comments

First Previous Page 1 of 10 Next Last
  • #145

    The addons primary function is/was to provide a way for raid leaders or party leaders to get important timers on either their own crowd controls or whoever has crowd controlled in the raid.  I personally use this for tanking more than anything then I can see what mob is about to come out of its cc in raids etc. and make my way to pick it up.

    Re: adding spells, spell ids can be obtained easily using wowhead, simply search the spell then in the address bar after the equals (=) there will be shown a number, that number is the spell id.  For example, if we wanted to look for Polymorph Turkey on wowhead it would bring us to the page with the following address in the address bar:

     

    http://www.wowhead.com/spell=61780

     

    61780 is the spell id, hope this helps - happy coding   =)

     

  • #144

    hey how can i add spells to this.

    i wanna use it for pvp...so i wanna know about like silence and scstter shot along with blinds and saps

     

    i havn't yet tested it out in pvp so idk if it works with my party mebers ccs like telling me when thier blind is almost over but i asume thats what it's main point is?

     

     EDIT---------

    after poking around it seemed pretty obvious...altho how can i add something for say my pets web?

    also i fixed freezing trap but i dont know what id to use for frost trap and snake trap.

    i added some stuff for stuns and silences aswell =D

     

    Last edited by bdf1992 on 2/6/2012 3:03:29 PM
  • #143

    I'm looking for translators for the announcements in Afterlife Crowd Control; the announcements are stored in the Local.lua file of the addon but you can post your version here and credit will be given in the addon.

    The format looks like this (example is the enUS client version):


    -- group titles

    PRIMARY_GROUP_TITLE = "Crowd Controls";
    DIMINSH_RETURNS_TITLE = "Diminish Returns";

    -- Announces.
    AFTERLIFE_APPLIED_SPELL = "[%s] has been applied to [%s%s]."; -- [Shackle Undead] has been appled to [Skeletal Warrior].
    AFTERLIFE_RENEWED_SPELL = "[%s] has been renewed on [%s%s]."; -- [Shackle Undead] has been renewed on [Skeletal Warrior].
    AFTERLIFE_PARTY_APPLIED_SPELL = "[%s] has applied [%s] to [%s%s]"; -- [Afterlife] has applied [Shackle Undead] to [Skeletal Warrior].
    AFTERLIFE_PARTY_RENEWED_SPELL = "[%s] has renewed [%s] on [%s%s]"; -- [Afterlife] has renewed [Shackle Undead] on [Skeletal Warrior].
    AFTERLIFE_BREAK_NORMAL = "[%s] has broken on [%s%s]."; -- [Polymorph] has broken on [Afterlife].
    AFTERLIFE_BREAK_PLAYER = "[%s] was broken on [%s%s] by %s's %s."; -- [Polymorph was broken on [Afterlife] by Shedney.
    AFTERLIFE_SECONDS_TXT1 = "[%s%s] breaks free in %d seconds."; -- [Afterlife] breaks free in 10 seconds.
    AFTERLIFE_SECONDS_TXT2 = "%s's [%s] breaks free in %d seconds."; -- Silverblosse's [Skeletal Warrior] breaks free in 10 seconds.
    AFTERLIFE_SPELL_MISSED1 = "[%s] is %s to [%s]."; -- [Afterlife] is IMMUNE to [Polymorph].
    AFTERLIFE_SPELL_MISSED2 = "[%s] has %s my [%s]."; -- [Afterlife] has RESISTED my [Polymorph].
    AFTERLIFE_SPELL_INTERRUPTED = "[%s] was interrupted by %s's [%s]."; -- [Polymorph] was interrupted by Quality's [Rebuke].

    -- Auto Reputation bar.
    AFTERLIFE_REPUTATION_PARSE_TXT = "Reputation with (.+) increased by (%d+).";
    AFTERLIFE_AUTOREPBAR = "|cff00e0ffAfterlife : |cffffffffReputation bar changed to ";

     

    The text inside the " " is what needs translating leaving the %s in the same position. text after the -- are comments showing how the formatting is presented in game.

    Please state the game version, i.e. frFR, deDE, koKR, zhCN, zhTW, ruRU, esES or esMX. 

    You might want to check out the Local.lua file rather than trying to read what ive put above since curse isnt formatting it too well.  If you have any questions please feel free to ask.

     

  • #140

    Would it be possible to adjust the addon to detect when talents change skills?

    For example, before I downloaded the newest patch, for a long time I was using a modified version that showed the correct length of traps for my Survival Hunter. I got the code to add to the .lua file somewhere earlier in these comments.

    It would be greatly appreciated if it could be added into the official release!

  • #142

    Just to extend on your post, the modification in a previous post would adjust the base duration of the freeze trap and everyone elses would be affected so not really ideal in raids.

  • #141

    I'll look at implimenting a system where it reads your talents and shows your correct duration. However, if other hunters are in your raid it would need to read its base value for theirs since its not possible to detect what your raid members talents are set to.

    I'll have a think about this one and see what I can do.  :)

  • #135

    Afterlife CC is announcing my own CC's and CC breaks, but it is not announcing it for other people in my party/raid. I'm pretty sure I have it set correctly in the options, too. :S

  • #136

    When I originally wrote this addon in 2008 it was never intended to spam others crowd controls in your party; in my absence changes were made to the addon which incorrectly spammed others which got quite hectic when in a 25 man raid and many were using it - previously, the only announcements for other raid members was the 15 second warnings.

    However, I'm guessing by now people have gotten used to that bug so I will add an option so that you can turn on/off this support.

    Cool

     

  • #139

    I had already planned to remove the 15 second announcement and just have the 10 and 5; 10 seconds I feel is more than enough to prompt players to renew the crowd control.  However, you suggestion would work out better really then people have the option of turning on/off all three.

  • #137

    Would be most appreciated. CCing doesn't happen TOO often nowadays, relative to T11 content, but it's good to know when it happens.

    Would it be possible to add options to only give the warning at 15 seconds, or at 10 seconds, or at 5, or a combination of the three?

    Rather than just having 15, 10, and 5 counted down no matter what? I've found that I would prefer to just give a warning aty 10 seconds.

    Last edited by DrakeWurrum on 12/7/2011 4:51:22 PM
  • #133

    Is there anyway you can implement a way for us to alter the announcement? The default announcement is too long for my liking.

  • #134

    This could be added but if your confident enough you can modify those messages in the local.lua using notepad.  However, its important you leave the correct number of %s entries so that the messages are parsed correctly.

    For example:


    PRIMARY_GROUP_TITLE = "Crowd Controls";
    DIMINSH_RETURNS_TITLE = "Diminish Returns";
    AFTERLIFE_APPLIED_SPELL = "[%s] has been applied to [%s%s].";
    AFTERLIFE_BREAK_NORMAL = "[%s] has broken on [%s%s].";
    AFTERLIFE_BREAK_PLAYER = "[%s] was broken on [%s%s] by %s's %s.";
    AFTERLIFE_SECONDS_TXT1 = "[%s%s] breaks free in %d seconds.";
    AFTERLIFE_SECONDS_TXT2 = "%s's [%s] breaks free in %d seconds.";
    AFTERLIFE_SPELL_MISSED1 = "[%s] is %s to [%s].";
    AFTERLIFE_SPELL_MISSED2 = "[%s] has %s my [%s].";
    AFTERLIFE_SPELL_INTERRUPTED = "[%s] was interrupted by %s's [%s].";
    AFTERLIFE_REPUTATION_PARSE_TXT = "Reputation with (.+) increased by (%d+).";
    AFTERLIFE_AUTOREPBAR = "|cff00e0ffAfterlife : |cffffffffReputation bar changed to ";

    Taking the AFTERLIFE_APPLIED_SPELL as an example the above would show something like:

    [Shackle Undead] has been applied to <raid Icon>[Skeletal Warrior].

     

    But we could change the formatting to:

    AFTERLIFE_APPLIED_SPELL = "%s applied to %s%s.";

    which would now show:

    Shackle Undead applied to <raid icon>Skeletal Warrior.

     

     

  • #132

     

    Right  =)

     

    Addon is working under 4.3 now.  However, the real test is by you guys so please let me know if you find any issues and i'll take a look.

     

    Kindest Regards,  Michael.

     

  • #131

     

    At this moment in time I'm busy working on Afterlife and correcting its issues with the latest patch, and an update should be released tonight.

     

    Hope this puts your mind at rest  =)

  • #128

    is there any plans for 4.3. I like using afterlife, but it is currently broke

  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!