diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-15 12:48:11 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-15 12:48:11 +0000 |
commit | f58856d5ab5a79e09e4aad906cecd7aa931a2224 (patch) | |
tree | 578e7012b84df2bae3bbcb524e378ed41dd4aad3 /readme | |
parent | 46b6685fa8ab480705cdd818adf283b3778e3fcc (diff) | |
download | hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.gz hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.bz2 hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.xz hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.zip |
* Some readme clean-ups (related r14711).
- Normalized whitespace and made the html files validate properly.
- Moved faq-content content to faq.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14973 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme')
-rw-r--r-- | readme/commands.html | 12 | ||||
-rw-r--r-- | readme/faq-content.html | 33 | ||||
-rw-r--r-- | readme/faq.html | 51 | ||||
-rw-r--r-- | readme/resources.html | 71 | ||||
-rw-r--r-- | readme/scripting.html | 95 | ||||
-rw-r--r-- | readme/setup.html | 66 | ||||
-rw-r--r-- | readme/style.css | 5 |
7 files changed, 168 insertions, 165 deletions
diff --git a/readme/commands.html b/readme/commands.html index 6cc5e5591..b5a5e845f 100644 --- a/readme/commands.html +++ b/readme/commands.html @@ -1,12 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>eAthena | GM Commands</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> - <div id="template"> + <div id="template"> <div id="header"> - <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> + <div class="logo">eAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> <div class="title">GM Commands</div> </div> <div id="navcontainer"> @@ -21,12 +23,12 @@ </div> <div class="body-container"> - The following are the GM Commands which can be used in-game on an eAthena server.<br /><br /> - <iframe width="100%" height="35%" src="../conf/help.txt"></iframe><br /><br /> + The following are the GM Commands which can be used in-game on an eAthena server.<br><br> + <iframe width="100%" height="35%" src="../conf/help.txt"></iframe><br><br> <iframe width="100%" height="35%" src="../conf/help2.txt"></iframe> </div> <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> - </div> + </div> </body> </html>
\ No newline at end of file diff --git a/readme/faq-content.html b/readme/faq-content.html deleted file mode 100644 index 0100a2f65..000000000 --- a/readme/faq-content.html +++ /dev/null @@ -1,33 +0,0 @@ -<html> -<body> -<ul> - <li><strong>Where can I set the exp rates?</strong><br /> - - Go to /conf/battle/exp.conf<br /> - - Find base_exp_rate and job_exp_rate. Change the value there to raise or lower the rates.<br /> - - 100 = 1x, 1000 = 10x rates, etc<br /> - <br /> - </li> - <li><strong>Where can I set the item drop rates?</strong><br /> - - Go to /conf/battle/drops.conf<br /> - - You can set the drop rates by changing the values:<br /> - item_rate_common: 100 <-- 100 = 1x drop rate, 1000 = 10x drop rate, etc<br /> - item_rate_common_boss: 100 <--- drop rate for bosses<br /> - item_drop_common_min: 1 <--- minimal drop rate<br /> - item_drop_common_max: 10000 <--- maximum drop rate.<br /> - (You can set the rates of different items in the same file)<br /> - <br /> - </li> - <li><strong>I found a bug, where to I report it?</strong><br /> - If you find a bug in eAthena, report it here: <a href="http://www.eathena.ws/board/index.php?autocom=bugtracker" target="_blank">Bug Tracker</a><br /> - <br /> - </li> - <li><strong>I'm a well-experienced programmer, can I join the eAthena dev team?</strong><br /> - Contact <a href="http://www.eathena.ws/board/index.php?showuser=121372" target="_blank">Paradox924X</a><br /> - <br /> - </li> - <li><strong>My character won't move, and no windows open when I login to the game, what's wrong?</strong><br /> - Your packet_db_ver is most likely set wrong, change it in /db/packet_db.txt to match your client's packet ver. - </li> -</ul> -</body> -</html>
\ No newline at end of file diff --git a/readme/faq.html b/readme/faq.html index 0c5619830..a75b725ee 100644 --- a/readme/faq.html +++ b/readme/faq.html @@ -1,12 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>eAthena | FAQ</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> - <div id="template"> + <div id="template"> <div id="header"> - <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> + <div class="logo">eAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> <div class="title">FAQ</div> </div> <div id="navcontainer"> @@ -19,13 +21,46 @@ <li><a href="resources.html">Resources</a></li> </ul> </div> - + <div class="body-container"> - The following are frequently asked questions regarding eAthena.<br /><br /> - <iframe width="100%" height="75%" src="faq-content.html"></iframe><br /> + The following are frequently asked questions regarding eAthena.<br><br> + <dl> + <dt>Where can I set the exp rates?</dt> + <dd> + <ul> + <li>Go to /conf/battle/exp.conf</li> + <li>Find base_exp_rate and job_exp_rate. Change the value there to raise or lower the rates.</li> + <li>100 = 1x, 1000 = 10x rates, etc</li> + </ul> + </dd> + + <dt>Where can I set the item drop rates?</dt> + <dd> + <ul> + <li>Go to /conf/battle/drops.conf</li> + <li>You can set the drop rates by changing the values:<br> + <code> + item_rate_common: 100 <-- 100 = 1x drop rate, 1000 = 10x drop rate, etc<br> + item_rate_common_boss: 100 <--- drop rate for bosses<br> + item_drop_common_min: 1 <--- minimal drop rate<br> + item_drop_common_max: 10000 <--- maximum drop rate. + </code><br> + (You can set the rates of different items in the same file) + </ul> + </dd> + + <dt>I found a bug, where to I report it?</dt> + <dd>If you find a bug in eAthena, report it here: <a href="http://www.eathena.ws/board/index.php?autocom=bugtracker" target="_blank">Bug Tracker</a></dd> + + <dt>I'm a well-experienced programmer, can I join the eAthena dev team?</dt> + <dd>Contact <a href="http://www.eathena.ws/board/index.php?showuser=121372" target="_blank">Paradox924X</a></dd> + + <dt>My character won't move, and no windows open when I login to the game, what's wrong?</dt> + <dd>Your packet_db_ver is most likely set wrong, change it in /db/packet_db.txt to match your client's packet ver.</dd> + </dl> </div> - - <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> - </div> + + <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> + </div> </body> </html>
\ No newline at end of file diff --git a/readme/resources.html b/readme/resources.html index 87947b80d..79c3376ed 100644 --- a/readme/resources.html +++ b/readme/resources.html @@ -1,12 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>eAthena | Resources</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> - <div id="template"> + <div id="template"> <div id="header"> - <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> + <div class="logo">eAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> <div class="title">Resources</div> </div> <div id="navcontainer"> @@ -19,49 +21,40 @@ <li><a href="resources.html">Resources</a></li> </ul> </div> - + <div class="body-container"> - The following are some links to various resources which can be helpful when using eAthena.<br /> + The following are some links to various resources which can be helpful when using eAthena.<br> <ul> - <li><a href="http://www.eathena.ws/" target="_new">http://www.eathena.ws/</a><br> - The official eAthena project website. - </li><br> - - <li><a href="http://eathena-project.googlecode.com/svn/" target="_new"> - http://eathena-project.googlecode.com/svn/</a><br> - The official SVN of the eAthena project.</li><br> - - <li><a href="irc://irc.deltaanime.net/#athena" target="_new">irc://irc.deltaanime.net/#athena</a><br> - The official eAthena IRC Channel.</li><br> - - <li><a href="http://forum.asb-sakray.net/" target="_new">http://forum.asb-sakray.net/</a><br> - The official AEGIS Support Board.</li><br> - - <li><a href="http://www.ragnarokonline.com/" target="_new"> - http://www.ragnarokonline.com/</a><br> - The official Ragnarok Online website. - </li><br> - - <li><a href="http://nn.nachtwolke.com/dev/npclist/" target="_new"> - http://nn.nachtwolke.com/dev/npclist/</a><br> - List of Ragnarok Online NPC sprite names and IDs. - </li><br> - + <li><a href="http://www.eathena.ws/" target="_new">http://www.eathena.ws/</a><br> + The official eAthena project website.</li> + + <li><a href="http://eathena-project.googlecode.com/svn/" target="_new">http://eathena-project.googlecode.com/svn/</a><br> + The official SVN of the eAthena project.</li> + + <li><a href="irc://irc.deltaanime.net/#athena" target="_new">irc://irc.deltaanime.net/#athena</a><br> + The official eAthena IRC Channel.</li> + + <li><a href="http://forum.asb-sakray.net/" target="_new">http://forum.asb-sakray.net/</a><br> + The official AEGIS Support Board.</li> + + <li><a href="http://www.ragnarokonline.com/" target="_new">http://www.ragnarokonline.com/</a><br> + The official Ragnarok Online website.</li> + + <li><a href="http://nn.nachtwolke.com/dev/npclist/" target="_new">http://nn.nachtwolke.com/dev/npclist/</a><br> + List of Ragnarok Online NPC sprite names and IDs.</li> + <li><a href="../doc/script_commands.txt" target="_new">Script Commands</a><br> - Documentation of the script commands available in eAthena. - </li><br> - + Documentation of the script commands available in eAthena.</li> + <li><a href="../doc/effect_list.txt" target="_new">Effect List</a><br> - Documentation of the visual effects available in eAthena. - </li><br> - + Documentation of the visual effects available in eAthena.</li> + <li><a href="../doc/item_bonus.txt" target="_new">Item Bonuses</a><br> - Documentation of the item bonuses available in eAthena. - </li><br> + Documentation of the item bonuses available in eAthena.</li> </ul> </div> - - <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> - </div> + + <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> + </div> </body> </html>
\ No newline at end of file diff --git a/readme/scripting.html b/readme/scripting.html index af68e58ce..270789352 100644 --- a/readme/scripting.html +++ b/readme/scripting.html @@ -1,12 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>eAthena | Scripting</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> </head> -<body> - <div id="template"> + <body> + <div id="template"> <div id="header"> - <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> + <div class="logo">eAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> <div class="title">Scripting</div> </div> <div id="navcontainer"> @@ -19,51 +21,50 @@ <li><a href="resources.html">Resources</a></li> </ul> </div> - + <div class="body-container"> - <p> - How to create an NPC using eAthena's scripting:<br /><br /> - <font color="#0000FF">map_name</font>,<font color="#009900">x_cord</font>,<font color="#0CF305">y_cord</font>,<font color="#FF0000">npc_facing_direction</font> <strong>-TAB-</strong> script <strong>-TAB-</strong> <font color="#FF6600">NPC Name</font>#<font color="#FFCC00">HiddenName</font> <strong>-TAB-</strong> <font color="#CC3399">Sprite ID</font>,{<br /> - mes "[NPC Name]";<br> - mes "Hello World";<br> - close;<br> - } - </p> - <p> - <strong>Common Script Commands:</strong> + How to create an NPC using eAthena's scripting:<br><br> + <code><font color="#0000FF">map_name</font>,<font color="#009900">x_cord</font>,<font color="#0CF305">y_cord</font>,<font color="#FF0000">npc_facing_direction</font> <strong>-TAB-</strong> script <strong>-TAB-</strong> <font color="#FF6600">NPC Name</font>#<font color="#FFCC00">HiddenName</font> <strong>-TAB-</strong> <font color="#CC3399">Sprite ID</font>,{<br> + mes "[NPC Name]";<br> + mes "Hello World";<br> + close;<br> + }</code><br><br> + + <strong>Common Script Commands:</strong> <ul> - <li><strong>mes</strong><br> - usage: mes "<message>";<br> - info: displays a line of text in an NPC's dialog window.</li> - <li><strong>close</strong><br> - usage: close;<br> - info: displays a "Close" button in an NPC's dialog window. - </li> - <li><strong>next</strong><br> - usage: next;<br> - info: displays a "Next" button in an NPC's dialog window.</li> - <li><strong>getitem</strong><br> - usage: getitem <item id>,<amount>;<br> - info: gives the player an item. - </li> - <li><strong>delitem</strong><br> - usage: delitem <item id>,<amount>;<br> - info: deletes an item from the player. - </li> - </ul> - <p><strong>Script Command Documentation:</strong><br> - - All the script commands in eAthena can be found <a href="../doc/script_commands.txt" target="_new">here</a>.</p> - <p><strong>How to enable your NPC:</strong><br> - 1. Save it as a text file in your /npc/custom/ folder.<br> - 2. Open /npc/scripts_custom.conf<br> - 3. Add the following line:<br> - <em>npc: npc/custom/name_of_your_text_file.txt</em><br> - 4. Save and close.</p> - </p> - </div> - - <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> - </div> + <li><strong>mes</strong><br> + usage: mes "<message>";<br> + info: displays a line of text in an NPC's dialog window.</li> + <li><strong>close</strong><br> + usage: close;<br> + info: displays a "Close" button in an NPC's dialog window. + </li> + <li><strong>next</strong><br> + usage: next;<br> + info: displays a "Next" button in an NPC's dialog window. + </li> + <li><strong>getitem</strong><br> + usage: getitem <item id>,<amount>;<br> + info: gives the player an item. + </li> + <li><strong>delitem</strong><br> + usage: delitem <item id>,<amount>;<br> + info: deletes an item from the player. + </li> + </ul> + <strong>Script Command Documentation:</strong><br> + All the script commands in eAthena can be found <a href="../doc/script_commands.txt" target="_new">here</a>.<br><br> + <strong>How to enable your NPC:</strong> + <ol> + <li>Save it as a text file in your /npc/custom/ folder.</li> + <li>Open /npc/scripts_custom.conf</li> + <li>Add the following line:<br> + <code>npc: npc/custom/name_of_your_text_file.txt</code></li> + <li>Save and close.</li> + </ol> + </div> + + <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> + </div> </body> </html>
\ No newline at end of file diff --git a/readme/setup.html b/readme/setup.html index 7f91852b8..8bd829af8 100644 --- a/readme/setup.html +++ b/readme/setup.html @@ -1,12 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>eAthena | Setup</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> - <div id="template"> + <div id="template"> <div id="header"> - <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> + <div class="logo">eAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> <div class="title">Setup</div> </div> <div id="navcontainer"> @@ -19,44 +21,44 @@ <li><a href="resources.html">Resources</a></li> </ul> </div> - - <div class="body-container"> - <strong>Character Server:<br></strong> - <ol> - <li>Open /conf/char_athena.conf</li> + + <div class="body-container"> + <strong>Character Server:</strong> + <ol> + <li>Open /conf/char_athena.conf</li> <li>Change userid and passwd (s1/p1) to what you want your server's communication details to be.</li> <li>Change Server_Name to what you want to call your server.</li> <li>Remove the <strong>//</strong> before login_ip. <li>Remove the <strong>//</strong> before char_ip and change 127.0.0.1 to your <a href="http://www.whatismyip.com" target="_new">WAN IP</a>. - </ol> - - <strong>Map Server:<br></strong> - <ol> - <li>Open /conf/map_athena.conf</li> + </ol> + + <strong>Map Server:</strong> + <ol> + <li>Open /conf/map_athena.conf</li> <li>Change userid and passwd to the same thing you set in char_athena.</li> <li>Remove the <strong>//</strong> before char_ip.</li> <li>Remove the <strong>//</strong> before map_ip and change 127.0.0.1 to your <a href="http://www.whatismyip.com" target="_new">WAN IP</a>. - </ol> - - <strong>Subnet:<br></strong> - <ol> - <li>Open /conf/subnet_athena.conf</li> + </ol> + + <strong>Subnet:</strong> + <ol> + <li>Open /conf/subnet_athena.conf</li> <li>Change 255.0.0.0 to your <strong>"Subnet Mask"</strong>, change the two 127.0.0.1 to your <strong>LAN IP</strong>. - </ol> - - <strong>MySQL Settings:<br></strong> - <ol> - <li>Open /conf/inter_athena.conf</li> + </ol> + + <strong>MySQL Settings:</strong> + <ol> + <li>Open /conf/inter_athena.conf</li> <li>Find the "Global SQL Settings" and change them to your SQL server's settings.</li> - </ol> - - <strong>Message of the Day:<br></strong> - <ol> - <li>Open /conf/motd.txt and edit it to change the in-game MOTD.</li> - </ol> - </div> - - <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> - </div> + </ol> + + <strong>Message of the Day:</strong> + <ol> + <li>Open /conf/motd.txt and edit it to change the in-game MOTD.</li> + </ol> + </div> + + <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> + </div> </body> </html>
\ No newline at end of file diff --git a/readme/style.css b/readme/style.css index de9b300a2..6a31b4e6a 100644 --- a/readme/style.css +++ b/readme/style.css @@ -77,4 +77,7 @@ font-family: arial, helvetica, sans-serif; } #footer a { color: White; -}
\ No newline at end of file +} +dt { + font-weight:bold; +} |