Download
(1Kb)
Download
Updated: 02-25-14 09:54 AM
Updated:02-25-14 09:54 AM
Created:03-30-10 08:42 AM
Downloads:2,981
Favorites:8
MD5:

Damn VE Spam

Version: 1.2.1
by: Chrippa [More]

Very simple addon that disables the 3D world combat healing effect when you have the Vampiric Embrace buff.


Author: Christopher Rosell
Date: Tue Feb 25 16:49:05 2014 +0100

Always use "player" as unit.

commit 807e56fbb249d103388881a5574364b261aee786
Author: Christopher Rosell
Date: Tue Feb 25 16:47:14 2014 +0100

TOC update.

commit f2d8549dbd88991ae7560ea587b8e00578a22bd0
Author: Christopher Rosell
Date: Thu Mar 22 13:39:06 2012 +0100

Update TOC.

commit 3ea1ace34700db1c1cbc8a6dd72c2dc8fe9eab33
Author: Christopher Rosell
Date: Wed Oct 13 01:44:11 2010 +0200

TOC update.

commit 85ccdaec5dc243c72dc25199b90db6c966033918
Author: Christopher Rosell
Date: Wed Jan 27 18:27:05 2010 +0100

Initial commit.
Optional Files (0)


Post A Reply Comment Options
Unread 03-27-12, 09:14 AM  
fmshawn
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Tx for uploading this after so long. this addon is so helpfull for priest that play shadow and heal.
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 04:54 PM  
Kunstbanause
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 54
Uploads: 4
Here is my solution to the problem:

In my macro I use to switch to shadow spec I disable the healing done floating combat text:

/script SetCVar( "CombatHealing",0);
/equipset shadow
/grid profile choose shadow
/script SetActiveTalentGroup(-GetActiveTalentGroup()+3)
END

My macro for the holy spec enables it again:
/script SetCVar( "CombatHealing",1);
/equipset holy
/grid profile choose holy
/script SetActiveTalentGroup(-GetActiveTalentGroup()+3)
END
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: