vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
5 <TITLE>RestedBonus</TITLE>
6 <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.2 (Win32)">
7 <META NAME="CREATED" CONTENT="20050620;17553235">
8 <META NAME="CHANGEDBY" CONTENT="David Down">
9 <META NAME="CHANGED" CONTENT="20051015;120988">
10 <META NAME="DESCRIPTION" CONTENT="WoW add-in to display information about your rested bonus.">
11 <META NAME="KEYWORDS" CONTENT="WoW addin">
12 <STYLE>
13 <!--
14 @page { size: 8.5in 11in }
15 P { color: #00ffff }
16 H2 { color: #00ffff }
17 A:link { color: #ffff00 }
18 A:visited { color: #00ff00 }
19 -->
20 </STYLE>
21 </HEAD>
22 <BODY LANG="en-US" TEXT="#00ffff" LINK="#ffff00" VLINK="#00ff00" BGCOLOR="#000080" DIR="LTR">
23 <H2 ALIGN=CENTER><FONT FACE="Arial"><U><FONT SIZE=5 STYLE="font-size: 20pt">RestedBonus</FONT>
24 <SPAN STYLE="font-weight: medium"><FONT SIZE=4 STYLE="font-size: 16pt">by
25 Vincent of Blackhand</FONT> <FONT SIZE=3 STYLE="font-size: 13pt">(D.A.Down)</FONT></SPAN></U></FONT></H2>
26 <OL>
27 <LI><P STYLE="margin-right: 0.3in"><FONT FACE="Arial"><FONT SIZE=4>Intro:</FONT><BR><B>RestedBonus</B>
28 is a WoW add-on for displaying information about your rested bonus
29 points. I play multiple characters and like to take advantage of the
30 double experience gain of the rested bonus. One problem I had was
31 that I never knew how much the bonus was or how big it could get.
32 While digging around in the code, I found a function to return the
33 numerical bonus value. After a lot of analysis, I was able to figure
34 out the maximum bonus and the rate that it increased. I then wrote
35 this script to display this in a useful format.</FONT></P>
36 <LI><P STYLE="margin-right: 0.3in"><FONT FACE="Arial"><FONT SIZE=4>Installing:</FONT><BR>Just
37 unzip <B>RestedBonus</B> into your &quot;<FONT COLOR="#ffff00">World
38 of Warcraft\Interface\AddOns</FONT>&quot; folder.</FONT></P>
39 <LI><P STYLE="margin-right: 0.3in"><FONT FACE="Arial"><FONT SIZE=4>Configuration:</FONT><BR>When
40 you first install <B>RestedBonus</B>, your list of characters will
41 be empty. As you log into and out of each character, its rested
42 status will be stored in the list by server.</FONT></P>
43 <LI><P STYLE="margin-right: 0.3in"><FONT FACE="Arial"><FONT SIZE=4>Use:</FONT><BR>Just
44 typing '<FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">/restedbonus</FONT></FONT>'
45 (or '<FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">/rb</FONT></FONT>')
46 in the chat window and it will display what % of the maximum rested
47 bonus you have and the bonus value (the amount of experience you can
48 gain before you loose the rested bonus). If you aren't fully rested,
49 it will also estimate how long it will take to gain the maximum
50 rested bonus.</FONT></P>
51 <LI><P STYLE="margin-right: 0.3in"><FONT FACE="Arial"><FONT SIZE=4>List
52 display:</FONT><BR>In addition to your current character, you can
53 display a list of your other characters and their bonus status. The
54 following commands are available:<BR><BR>'<FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">/rb
55 server</FONT></FONT>' or '<FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">/rbs</FONT></FONT>'
56 &ndash; displays all the characters on the current server.<BR>'<FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">/rb
57 &lt;server&gt;</FONT></FONT>' &ndash; displays all the characters on
58 the server <FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">&lt;server&gt;</FONT></FONT>.<BR>'<FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">/rb
59 all</FONT></FONT>' &ndash; displays all the characters on all the
60 servers.<BR><BR>The list is color-coded. Orange indicates fully
61 rested. Yellow indicates fully rested within 1 day. Green indicates
62 enough rested bonus to advance at least &frac14; of a level. Grey
63 indicates that there isn't a significant amount of rested bonus
64 accumulated yet.<BR><BR>The character's current level is displayed
65 in () with a 1/10 of a level to show the progress towards the next
66 level. If there is enough rested bonus to advance to the next level,
67 a '<FONT COLOR="#ffff00">+</FONT>' is added.</FONT></P>
68 <LI><P STYLE="margin-right: 0.3in"><FONT FACE="Arial"><FONT SIZE=4>Character
69 deletion:</FONT><BR>If you delete a character. You can remove the
70 name from the list with one of the following commands:<BR><BR>'<FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">/rbd</FONT></FONT>'
71 &ndash; delete the current player name and don't save player data on
72 logout.<BR>'<FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">/rbd
73 &lt;player&gt;</FONT></FONT>' &ndash; delete <FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">&lt;<FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">player</FONT></FONT>&gt;</FONT></FONT>
74 on the current server.<BR>'<FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">/rbd<FONT COLOR="#ffff00">
75 <FONT FACE="Courier New, monospace">&lt;player&gt;</FONT></FONT>
76 &lt;server&gt;</FONT></FONT>' &ndash; delete <FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">&lt;player&gt;</FONT></FONT>
77 on <FONT FACE="Courier New, monospace"><FONT COLOR="#ffff00">&lt;server&gt;</FONT></FONT>.<BR><BR>Note:
78 If you delete the last player name on a server, the server name will
79 also be deleted.</FONT></P>
80 </OL>
81 <HR>
82 <P ALIGN=LEFT STYLE="margin-left: 0.3in"><A HREF="mailto:dadown@cox.net">Send
83 comment to Vincent</A></P>
84 <P ALIGN=LEFT STYLE="margin-left: 0.3in"><CITE><FONT SIZE=2>Last
85 update: 10/15/05</FONT></CITE></P>
86 </BODY>
87 </HTML>