• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

LifeTapper

 

Project Updated:
Files Updated: Sat, Aug 8 2009
Supports Game Version: 3.2.0
Category: Buffs & Debuffs, Caster, Class, Combat, and Warlock
Tags:

, , , and [Edit Tags]

Project Manager: temu92
Additional Authors: No additional authors
Current Version: LifeTapper-v0.99b
License: zlib/libpng License
Development Site: CurseForge
Avg Daily DL (last 30 days): 50
Downloads Total: 9,555
Favorites: 23
Comments: 10
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About LifeTapper
  •  

Do you find yourself always forgetting to use Life Tap to be able to maintain Glyph of Life Tap buff? Not any longer as LifeTapper is here! It warns you when your buff is fading out or is not active at all.

LifeTapper can use Blizzard Combat Text, SCT, MikSBT or Parrot as optional output for warning. Though none of them is not required, it makes warning easier to detect. LifeTapper has automatical detection for every supported combat text addon. If none of them is enabled, chat output will be automatically toggled on.

Addon warns only when you're unmounted and in combat!

P.S. Before you say addon doesn't show combat text addons in /lt battletext which are claimed to be supported, please note it only shows addons which you have enabled!

Commands
You may use /lt or /lifetapper to view usage instructions ingame. Following commands exist:
/lt toggle - Toggles whether addon is enabled
/lt chat - Toggles chat output for warnings
/lt sound - Toggles sound effect (default: on)
/lt raid - Toggles whether addon is only enabled when in raid (default: off)
/lt trivial - Toggles whether addon is only enabled when target is not trivial (grey level) (default: on)

/lt battletext - Shows usage for combat text addon changing
/lt battletext none - Disables combat text addon output
/lt battletext blizzard - Enables World of Warcraft's default combat text output. Active only when combat text is enabled in Interface menu
/lt battletext sct - Enables optional SCT output
/lt battletext msbt - Enables optional MikSBT output
/lt battletext parrot - Enables optional Parrot output

Changes

Version 0.99b

  • Fixed buffchecking bug.

Version 0.99

  • Added support for 3.2's increased buff duration.
  • Polished buff checking, now it should be truly localization independant.

Version 0.98

  • Now buffchecking is localization independent!
  • Added support for Blizzard Floating Combat Text and Parrot!
  • Fixed bug which caused addon to disable itself when entering instance
  • Improved trivial mode checking
  • Automatical detection for every supported combat text addon. If none of them is enabled, chat output will be automatically toggled on

Version 0.95

  • Sound effect for alert!
  • Added support for MikSBT addon
  • Raid-only mode
  • Ignoring trivial (grey level) targets mode
  • Automatical detection when dual spec is changed (it may not work yet, haven't been tested)
  • Fixed a few bugs including alert coming up when in vehicle

TODO
Most likely won't come in next update

  • Make this Ace'd some day
  • Add possibility for localizations
  • Make plugin for DataBroker

Have fun!

  • Downloads (6)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  LifeTapper-v0.99b Release 3.2.0 5,651 8/8/2009
  LifeTapper-v0.99 Release 3.2.0 444 8/6/2009
  LifeTapper-0.98 Release 3.1.0 2,758 5/16/2009
  LifeTapper-0.95 Release 3.1.0 479 5/9/2009
  LifeTapper-0.95 Release 3.1.0 42 5/9/2009
  • Screenshots (3)
  •  
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Tanis71 said

    I have a question, is there any possible way for this to work for when you are jousting. You know to let you know if you are too loow on your shield time? I have been looking for an addon like that for some time and I have been using this onmy lock latly and it seems it would work perfectly for the shield thing also. Any idea if it could work?

    Reply Report Permalink
  • Svenhenry said

    Hm can someone help me. I dont seme to get it to work. I got the addon enabled, I use SCT and I have configured it to post in SCT, and I Raid on. But it doesnt show me anything about my lifetap. Its kinda weird, can you help ? I was thinking maybe I need something enable in SCT for it to show..

    Reply Report Permalink
  • temu92 said

    Dunno works fine for me :H

    Reply Report Permalink
  • fratzi said

    awesome addon! THANKS!

    Reply Report Permalink
  • ussjin3 said

    Just downloaded/installed/enabled v0.99 and it doesn't register the buff as active at all. It just tells me constantly that the buff has expired.

    Reply Report Permalink
  • temu92 said

    Hmm strange. It works fine for me. Maybe I'll have to take a look :P

    Reply Report Permalink
  • temu92 said

    Or at least I though so. That's it when you try to do everything with hurry. Now it is fixed and updated version posted, however.

    Reply Report Permalink
  • ussjin3 said

    Works perfectly. Excellent addon; this thing totally saves my DPS during those hectic boss fights. Thanks for the quick update.

    Reply Report Permalink
  • Axarium said

    Doesn't work proparly with 3.2(

    Reply Report Permalink
  • temu92 said

    Updated it now. Still needs approval from Curse staff.

    Reply Report Permalink
  • stphn said

    wath is the addon from the life and mana?
    plz send it to me.

    Reply Report Permalink
  • temu92 said

    Oh and if you meant that hud over there (your message isn't the clearest one) it's Archud2.

    Reply Report Permalink
  • temu92 said

    I'll try to get that fixed. Until that you can hotfix it by changing function at line 134 to following:

    function LifeTapper_OnEvent(self, event, ...)
    if (event == "PLAYER_TALENT_UPDATE" or event == "PLAYER_LOGIN") then
    if (LifeTapper_CheckGlyph() == 1) then
    --LTMute = 0;
    --DEFAULT_CHAT_FRAME:AddMessage("|cff8855ddLifeTapper:|r Glyph |cff99ff00found|r, enabling alerts!");
    else
    --LTMute = 1;
    --DEFAULT_CHAT_FRAME:AddMessage("|cff8855ddLifeTapper:|r Glyph |cffff3333not found|r, disabling alerts!");
    end
    end
    end

    After that it won't spam useless notes and it's active all the time. Unfortunately this also disables addon's ability to check dualspec changes.

    Reply Report Permalink
  • Chipman said

    The addon seems to have trouble to become active again if you just wiped in an raid. This is annoying and can hopefully be fixed as this is a very handy addon :)

    Reply Report Permalink
  • brainshit said

    i have the same problem.
    try to switch talent trees from one spec to another, it becomes active just fine.
    so i switch talent trees almost every wipe 2 times to keep the addon active.

    Reply Report Permalink
  • temu92 said

    I can look at it but I won't promise anything yet. After all this is my first lua experience and addon I've made. Though I've programmed for several years before this too :P

    Reply Report Permalink
  • Demondan said

    Great addon, but is it possible to add a duration timer?

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 26,373 Deadly Boss Mods Boss Encounters, and Combat
  2. 16,221 HealBot Continued Buffs & Debuffs, Class, and...
  3. 8,355 Recount Combat
  4. 3,303 Decursive Buffs & Debuffs, Boss Encounters...
  5. 3,116 PallyPower Buffs & Debuffs, and Paladin