vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 _____________________________________________________________________________________
2  
3 MyAcePercentage
4  
5 Author: instant (instant0@gmail.com
6 Version: b.1.7.0
7 Release: 2005-09-27
8 Website: http://www.wowace.com [Might as well go there.. :-) ]
9 _____________________________________________________________________________________
10  
11  
12 This is a simple addon to display in the tooltip of spells the current
13 and/or total mana the spell will cost, in percentage.
14  
15 Example tooltip:
16  
17 Blizzard North
18 180 Mana (t:18.1%)(c:25.5%)
19 This will rain down lots of icy stuff on
20 thine enemies to smithe them, in thy glory
21  
22 _____________________________________________________________________________________
23  
24 FEATURES
25 _____________________________________________________________________________________
26  
27 - Lets you see total and/or current mana in % for spell tooltips
28 - Does NOT use OnUpdate as the Non-ACED version of MyPercentage did
29 _____________________________________________________________________________________
30  
31 USAGE
32 _____________________________________________________________________________________
33  
34 Command: /myperc
35  
36 /myperc ? : Displays extra information about mypercentage
37 /myperc standby : Toggles the addon's standby mode. Standby makes the addon active or
38 inactive, though it is still loaded.
39 /myperc total : toggles displaying mana cost in % of total mana
40 /myperc current : toggles displaying mana cost in % of current mana
41 /myperc colour : toggles displaying colour OR t:/c:
42  
43 _____________________________________________________________________________________
44  
45 CREDITS
46 _____________________________________________________________________________________
47  
48 - Thanks to all tooltip addon makers who I looked through the code to see
49 if I could 'snag' anything. Also thanks to Curse-gaming forums and site for
50 hosting the original addon and the discussion around it.
51 - Big thanks to Turan, Rowne and the others at www.wowace.com for their help
52 and the tutorials/docs/examples I've read through to learn to ACE addons.
53 - VOS on ui.worldofwar.net for suggesting colour + old style display mode.
54 _____________________________________________________________________________________
55  
56 VERSION HISTORY
57 _____________________________________________________________________________________
58  
59 [2005-09-27] v.b.1.7.0 - Added Colour option [need translators..]
60 [2005-09-25] v.a.1.7.0 - Original release in ACE
61