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.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Style-Type" content="text/css">
5 <title>Autograts by Krod</title>
6 </head>
7 <body>
8 <p align="center"><b><font face="Courier New">AutoGrats by Krod</font></b></p>
9 <p><b><font face="Courier New" size="2">command line Arguments:</font></b></p>
10 <p><font face="Courier New" size="2"><b>/grats on</b> - turns autograts on<br>
11 <b>/grats off</b> - turns autograts off<br>
12 <b>/grats players</b> - list all known players<br>
13 <b>/grats list</b> - list all messages<br>
14 <b>/grats reset</b> - reset messages to the default ones<br>
15 <b>/grats remove all</b> - removes all messages<br>
16 <b>/grats remove {<font color="#008080">line</font>}</b> - removes the specified message line (N=line number<br>
17 <b>/grats who</b> - shows you all guild members who leveled since you were last online<br>
18 <b>/grats nick {<font color="#008080">player</font>} {<font color="#008080">nickname</font>}</b> - sets the {<font color="#008080">nickname</font>} for {<font color="#008080">player</font>}<br>
19 <b>/grats nick list</b> - lists all nicknames<br>
20 <b>/grats nick clear</b> - clears all nicknames<br>
21 <b>/grats nick {<font color="#008080">player</font>}</b> - clears the nickname for {<font color="#008080">player</font>}<br>
22 <b>/grats add {<font color="#008080">low</font>} {<font color="#008080">high</font>} {<font color="#008080">message</font>}</b> - adds a message for the specified level range</font></p>
23 <p> <font face="Courier New" size="2">if you specify any of the following in {<font color="#008080">message</font>} they will be replaced autograts:<br>
24 <br>
25 <b>&nbsp;&nbsp;&nbsp; @c</b> will be replaced by the player who dinged Class<br>
26 <b>&nbsp;&nbsp;&nbsp; @p</b> will be replaced by the player who dinged Name or nickname<br>
27 <b>&nbsp;&nbsp;&nbsp; @l</b> will be replaced by the player who dinged Level<br>
28 <b>&nbsp;&nbsp;&nbsp; @t</b> will be replaced by number of levels left till 60</font></p>
29 <p> <font face="Courier New" size="2">&nbsp;&nbsp;&nbsp; example: /grats add 1 60 Woohoo @p you are a great @c.<br>
30 &nbsp;&nbsp;&nbsp; will yield: 'Woohoo Krod you are a great Hunter'</font></p>
31 <p align="center"><font face="Courier New" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
32 <br>
33 </font><font face="Courier New"><b>A short tutorial for creating your own personalized grats
34 (ingame)</b></font><font face="Courier New" size="2"><br>
35 </font></p>
36 <p><font face="Courier New" size="2">type:</font><font face="Courier New" size="2" color="#FF0000">
37 /grats remove all</font></p>
38 <p><font face="Courier New" size="2">this will remove the default grats</font></p>
39 <p><font face="Courier New" size="2">type:</font><font face="Courier New" size="2" color="#FF0000"> /grats add 1 10 Woohoo @p you are a great @c</font></p>
40 <p><font face="Courier New" size="2">this will create a grats for levels 1-10 that will show something like that:</font></p>
41 <table border="1" id="table1" bordercolorlight="#000000" bordercolordark="#000000" bgcolor="#C0C0C0" cellspacing="5" cellpadding="5" style="border-collapse: collapse">
42 <!-- MSTableType="nolayout" -->
43 <tr><td>
44 <font face="Courier New" size="2">Krod: DING!!!<br>
45 Woohoo Krod you are a great Hunter</font></td></tr></table>
46 <p><font face="Courier New" size="2">Notice that @p was replaced by the characters name and @c was replaced by the characters class</font></p>
47 <p><font face="Courier New" size="2">type: <font color="#FF0000">/grats add 11 59 Grats @p only @t to go :-)</font></font></p>
48 <p><font face="Courier New" size="2">this will create a grats for levels 11-59 that will show something like that:</font></p>
49 <table border="1" id="table2" cellspacing="5" cellpadding="5" bordercolorlight="#000000" bordercolordark="#000000" bgcolor="#C0C0C0" style="border-collapse: collapse"><tr><td>
50 <font face="Courier New" size="2">Ashahell Ding !<br>
51 Grats Ashahell only 11 to go :-)</font></td></tr></table>
52 <p><font face="Courier New" size="2">Again, notice that @t was replaced by the number of levels still left for Ashahell before he turns 60</font></p>
53 <p><font face="Courier New" size="2">Before Defining our next grats, lets define a nickname for a friend:</font></p>
54 <p><font face="Courier New" size="2">type: <font color="#FF0000">/grats nick add Rowska Row</font></font></p>
55 <p><font face="Courier New" size="2">this will tell autograts that the player named 'Rowska' is to be nicknamed 'Row'</font></p>
56 <p><font face="Courier New" size="2">now for out final grats definition for level 60:</font></p>
57 <p><font face="Courier New" size="2">type: <font color="#FF0000">/grats add 60 60 woohoo @p you are @l, drinks are on me!</font></font></p>
58 <p><font face="Courier New" size="2">now look carefully what happens when Rowska dings 60:</font></p>
59 <table border="1" id="table3" bordercolorlight="#000000" cellspacing="5" cellpadding="5" bordercolordark="#000000" bgcolor="#C0C0C0" style="border-collapse: collapse"><tr><td>
60 <font face="Courier New" size="2">Rowska DiNG<br>
61 Grats Row you are 60, drinks are on me!</font></td></tr></table>
62 <p><font face="Courier New" size="2">notice that since Rowska has a nickname @p was not changed
63 to her name but to her nickname.<br>
64 also notice that @l is changed to the players current level.</font></p>
65 <p><font face="Courier New" size="2">this concludes this (very) short tutorial<br>
66 </font>
67 </p>
68 <p><b><font face="Courier New">Krod</font></b></p>
69 <p><font face="Courier New" size="2"><a href="mailto:ram@catsec.com">
70 ram@catsec.com</a></font></p>
71 <p>&nbsp;</p>
72 </body>
73 </html>