vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ShieldLeft by VincentGdG
2 ------------------------
3  
4 This addon is based on CT_SHIELDMOD, but greatly enhanced.
5  
6 What does it do?
7  
8 Priests, Warlocks and Mages have shields that absorb any damage they would take upto a certain amount.
9 Unfortunately all you see when you activate the shield is how long it will last IF it is not "used up" by getting hit from a mob.
10  
11 Upon logging in this addon scans the spell book for the certain spell of this character and reads the damage the shield can take from the tooltip. When playing a warlock it rescans everytime a demon is cast.
12 A rescan is also done when you learn a new spell.
13  
14 Then whenever a mob hits you, the medium strength for melee and ranged hits is calculated and stored.
15 In verbose mode you will see the calculated new medium whenever there is a new one.
16  
17 When you activate your shield, a small frame showing the shield charge left comes up near your minimap.
18 Whenever a stored mob hits the shield the charge left for the shied is reduced by the median that is stored for this mob/attack.
19  
20 So you always know how long your shield will last.
21  
22  
23 Slash commands:
24 ---------------
25 /shieldleft reset - deletes all saved data
26 /shieldleft info - shows the verbose mode, the shield strength and all stored mobs with their medium hits.
27 /shieldleft verbose - toggles verbose mode