Download
(116Kb)
Download
Updated: 07-24-10 07:10 PM
Pictures
File Info
Updated:07-24-10 07:10 PM
Created:05-08-09 12:32 PM
Downloads:6,654
Favorites:37
MD5:

LifeTapper  Popular! (More than 5000 hits)

Version: 0.99c
by: temu92 [More]

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!

Optional Files (0)


Post A Reply Comment Options
Unread 11-12-09, 03:30 PM  
Jazalin
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
I am also unable to get this to work. I'm using the most recent edition, and while I can change the settings, I can't seem to get it to output into the chat window or SCT. Is there something specific I need to make sure I have enabled in SCT for it to work?
Report comment to moderator  
Reply With Quote
Unread 08-21-09, 01:11 PM  
temu92
A Kobold Labourer
 
temu92's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Originally posted by Teisean
I have noticed that this still does not work

Is there a reason for this ?
It works fine for me. Tell what exactly does not happen? Note the warning is only shown when you are in combat and off mount. Try also updating your version to the newest if you aren't completely sure of which you have.
Last edited by temu92 : 08-21-09 at 01:14 PM.
Report comment to moderator  
Reply With Quote
Unread 08-16-09, 03:14 AM  
Teisean
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I have noticed that this still does not work

Is there a reason for this ?
Report comment to moderator  
Reply With Quote
Unread 08-06-09, 05:20 PM  
braindump
A Kobold Labourer
 
braindump's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 93
Uploads: 3
Originally posted by temu92
Yeh, that's because the buff duration was increased to 40 seconds instead from 20 seconds and this addon uses (or used) duration in buff checking. I now updated this addon to be working with 3.2 though it's still on "pending" status here. It'll be soon up, after WoWInterface's moderators check it.
thank you )
Report comment to moderator  
Reply With Quote
Unread 08-06-09, 11:20 AM  
temu92
A Kobold Labourer
 
temu92's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Originally posted by braindump
does not work after 3.2 (ruRU locale if it's important)
can you do something, please? )
Yeh, that's because the buff duration was increased to 40 seconds instead from 20 seconds and this addon uses (or used) duration in buff checking. I now updated this addon to be working with 3.2 though it's still on "pending" status here. It'll be soon up, after WoWInterface's moderators check it.
Report comment to moderator  
Reply With Quote
Unread 08-06-09, 10:17 AM  
braindump
A Kobold Labourer
 
braindump's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 93
Uploads: 3
does not work after 3.2 (ruRU locale if it's important)
can you do something, please? )
Report comment to moderator  
Reply With Quote
Unread 08-03-09, 08:18 AM  
Maduth
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
I missing something but maybe you guys can give me a hint. I noticed the pictures with Life Tap 4 secs etc. I have msbt so how can I get that one?

/lt battletext msbt loaded but then what?\

EDIT: Got it
Last edited by Maduth : 08-03-09 at 10:14 AM.
Report comment to moderator  
Reply With Quote
Unread 05-15-09, 09:09 AM  
temu92
A Kobold Labourer
 
temu92's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Originally posted by braindump
hi!
very usefull addon =)
just 1 question: is it possible to change the buff check routine to use spell-id (buff-id), not the name?
i've tried to change the lua file and to write the buff name in my language and it worked, but it is a quick fix
(marked red in the code)

Code:
.................
function LifeTapper_CheckBuff()
	-- Let's check if Life Tap buff is present and if it's, fetch its duration
	if (LifeTapON == 0 or LTMute == 1) then return; end
	
	local inCombat	= UnitAffectingCombat("player");
	local inRaid	= UnitInRaid("player");
	
	if (LTRaid == 1 and inRaid == nil) then return;	end
	if (LTGrey == 1 and LTTargetTrivial == 1) then return; end
	
	local found	= 0;
	for i = 1,40 do
		local n, _, icon, _, _, dur, x, _, _ = UnitBuff("player", i);
		if (n == "Life Tap") then
...............
and another issue.
the glyph check function sometimes does not detect the glyph after entering the raid instance (from graveyard after a wipe).
but if i do talent switch - it does. so i switch talents to secondary spec and back to primary almost every wipe.
I'll do it.

Originally posted by Kraki:
very useful. Any plans to add Parrot support?
I don't even have idea how much there is these combat bar mods. I'll take look at that too
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 09:41 PM  
Kraki
An Aku'mai Servant

Forum posts: 30
File comments: 14
Uploads: 0
very useful. Any plans to add Parrot support?
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 05:41 PM  
braindump
A Kobold Labourer
 
braindump's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 93
Uploads: 3
hi!
very usefull addon =)
just 1 question: is it possible to change the buff check routine to use spell-id (buff-id), not the name?
i've tried to change the lua file and to write the buff name in my language and it worked, but it is a quick fix
(marked red in the code)

Code:
.................
function LifeTapper_CheckBuff()
	-- Let's check if Life Tap buff is present and if it's, fetch its duration
	if (LifeTapON == 0 or LTMute == 1) then return; end
	
	local inCombat	= UnitAffectingCombat("player");
	local inRaid	= UnitInRaid("player");
	
	if (LTRaid == 1 and inRaid == nil) then return;	end
	if (LTGrey == 1 and LTTargetTrivial == 1) then return; end
	
	local found	= 0;
	for i = 1,40 do
		local n, _, icon, _, _, dur, x, _, _ = UnitBuff("player", i);
		if (n == "Life Tap") then
...............
and another issue.
the glyph check function sometimes does not detect the glyph after entering the raid instance (from graveyard after a wipe).
but if i do talent switch - it does. so i switch talents to secondary spec and back to primary almost every wipe.
Last edited by braindump : 05-14-09 at 05:45 PM.
Report comment to moderator  
Reply With Quote
Unread 05-10-09, 02:55 AM  
temu92
A Kobold Labourer
 
temu92's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Originally posted by ßlink
hey cool addon.

was thinking, what about a extension to support holy pally judgements of the pure. (60 second buff. maybe a reminder at 15 sec would be cool)
Yeah, that may be possible. Though I'll probably make competely new addon for it
Report comment to moderator  
Reply With Quote
Unread 05-10-09, 12:08 AM  
Zaydok
An Aku'mai Servant

Forum posts: 36
File comments: 4
Uploads: 0
Alright thanks Temu, gonna reinstall it now with the MSBT support. Thanks for getting that supported so quickly.
Report comment to moderator  
Reply With Quote
Unread 05-09-09, 08:12 PM  
ßlink
A Deviate Faerie Dragon

Forum posts: 19
File comments: 50
Uploads: 0
hey cool addon.

was thinking, what about a extension to support holy pally judgements of the pure. (60 second buff. maybe a reminder at 15 sec would be cool)
Report comment to moderator  
Reply With Quote
Unread 05-09-09, 05:17 PM  
temu92
A Kobold Labourer
 
temu92's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Now it's updated! I also added support for MikSBT now
Report comment to moderator  
Reply With Quote
Unread 05-09-09, 10:58 AM  
Zaydok
An Aku'mai Servant

Forum posts: 36
File comments: 4
Uploads: 0
Yeah I tried it with MSBT and it definitely does not work yet. I appreciate you looking into adding support for it. If I were you I would consider it a priority as MSBT is quickly replacing SCT in popularity.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: