vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Target Replacement
2 by Perl; maintained by Global
3  
4  
5 --- Description ---
6 This addon is designed to replace the default targetting frame with a movable,
7 more interesting one.
8  
9 - Target's name, colored to match the friendly and pvp status of the target.
10 - Target's level, colored based on the target's level in relation to the player,
11 with a "+" to denote elites.
12 - For player characters, a class icon will appear by the name to display the
13 player's class. The icons used are from the character creation screen.
14 - Status bars, of both health and mana, show as numbers if known, otherwise percents.
15 - Dragable to wherever you want it.
16 - Smooth healthbar color with Perl_Common.
17 - Replacement bar textures with Perl_Common.
18 - PVP Icon.
19 - Mana bar colored to skill type or hidden if a mob with none.
20  
21 --- Usage ---
22 The addon can be dragged by moving the name portion of the frame.
23 There are the following commands:
24 lock - Lock the frame in place.
25 unlock - Unlock the frame so it can be moved.
26 combopoints - Toggle the displaying of combo points.
27 class - Toggle the displaying of class icon.
28 buffs # - Show the number of buffs to display.
29 debuffs # - Show the number of debuffs to display.
30 toggle - Toggle the target frame on and off.
31 status - Show the current settings.
32  
33 --- Installation ---
34 Simply unzip and place the resulting folder in your Interface\AddOns\ diretory
35 inside the main World of Warcraft directory.