summaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
Diffstat (limited to 'readme')
-rw-r--r--readme/commands.html34
-rw-r--r--readme/faq.html66
-rw-r--r--readme/images/bg.gifbin3121 -> 0 bytes
-rw-r--r--readme/images/clown.pngbin590954 -> 0 bytes
-rw-r--r--readme/resources.html60
-rw-r--r--readme/scripting.html65
-rw-r--r--readme/setup.html64
-rw-r--r--readme/style.css83
8 files changed, 0 insertions, 372 deletions
diff --git a/readme/commands.html b/readme/commands.html
deleted file mode 100644
index 2e35079e0..000000000
--- a/readme/commands.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
- <head>
- <title>rAthena | 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="header">
- <div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
- <div class="title">GM Commands</div>
- </div>
- <div id="navcontainer">
- <ul id="navlist">
- <li><a href="../readme.html">Intro</a></li>
- <li><a href="setup.html">Setup</a></li>
- <li><a href="faq.html">FAQ</a></li>
- <li><a href="scripting.html">Scripting</a></li>
- <li><a href="commands.html">GM Commands</a></li>
- <li><a href="resources.html">Resources</a></li>
- </ul>
- </div>
-
- <div class="body-container">
- The following are the GM Commands which can be used in-game on an rAthena server.<br><br>
- <iframe width="100%" height="35%" src="../doc/atcommands.txt"></iframe><br><br>
- <iframe width="100%" height="35%" src="../conf/charhelp.txt"></iframe>
- </div>
-
- <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
- </div>
- </body>
-</html>
diff --git a/readme/faq.html b/readme/faq.html
deleted file mode 100644
index 50cb0f189..000000000
--- a/readme/faq.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
- <head>
- <title>rAthena | 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="header">
- <div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
- <div class="title">FAQ</div>
- </div>
- <div id="navcontainer">
- <ul id="navlist">
- <li><a href="../readme.html">Intro</a></li>
- <li><a href="setup.html">Setup</a></li>
- <li><a href="faq.html">FAQ</a></li>
- <li><a href="scripting.html">Scripting</a></li>
- <li><a href="commands.html">GM Commands</a></li>
- <li><a href="resources.html">Resources</a></li>
- </ul>
- </div>
-
- <div class="body-container">
- The following are frequently asked questions regarding rAthena.<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 &lt;-- 100 = 1x drop rate, 1000 = 10x drop rate, etc<br>
- item_rate_common_boss: 100 &lt;--- drop rate for bosses<br>
- item_drop_common_min: 1 &lt;--- minimal drop rate<br>
- item_drop_common_max: 10000 &lt;--- 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 rAthena, report it here: <a href="http://rathena.org/board/tracker/" target="_blank">Bug Tracker</a></dd>
-
- <dt>I'm a well-experienced programmer, can I join the rAthena dev team?</dt>
- <dd>You can apply in the <a href="http://rathena.org/board/index.php?app=contactus" target="_blank">Developer Applications</a> topic.</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 &amp; Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
- </div>
- </body>
-</html>
diff --git a/readme/images/bg.gif b/readme/images/bg.gif
deleted file mode 100644
index 6c8c92c3b..000000000
--- a/readme/images/bg.gif
+++ /dev/null
Binary files differ
diff --git a/readme/images/clown.png b/readme/images/clown.png
deleted file mode 100644
index 55de4ba60..000000000
--- a/readme/images/clown.png
+++ /dev/null
Binary files differ
diff --git a/readme/resources.html b/readme/resources.html
deleted file mode 100644
index 9b8566e28..000000000
--- a/readme/resources.html
+++ /dev/null
@@ -1,60 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
- <head>
- <title>rAthena | 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="header">
- <div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
- <div class="title">Resources</div>
- </div>
- <div id="navcontainer">
- <ul id="navlist">
- <li><a href="../readme.html">Intro</a></li>
- <li><a href="setup.html">Setup</a></li>
- <li><a href="faq.html">FAQ</a></li>
- <li><a href="scripting.html">Scripting</a></li>
- <li><a href="commands.html">GM Commands</a></li>
- <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 rAthena.<br>
- <ul>
- <li><a href="http://rathena.org/" target="_new">http://rathena.org/</a><br>
- The official rAthena project website.</li>
-
- <li><a href="https://rathena.svn.sourceforge.net/svnroot/rathena/" target="_new">https://rathena.svn.sourceforge.net/svnroot/rathena/</a><br>
- The official SVN of the rAthena project.</li>
-
- <li><a href="irc://irc.rathena.net" target="_new">irc://irc.rathena.net</a><br>
- The official rAthena 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 rAthena.</li>
-
- <li><a href="../doc/effect_list.txt" target="_new">Effect List</a><br>
- Documentation of the visual effects available in rAthena.</li>
-
- <li><a href="../doc/item_bonus.txt" target="_new">Item Bonuses</a><br>
- Documentation of the item bonuses available in rAthena.</li>
- </ul>
- </div>
-
- <div id="footer">"Read Me" Created &amp; Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
- </div>
- </body>
-</html>
diff --git a/readme/scripting.html b/readme/scripting.html
deleted file mode 100644
index 0218464b3..000000000
--- a/readme/scripting.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
- <head>
- <title>rAthena | 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">
- <div id="header">
- <div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
- <div class="title">Scripting</div>
- </div>
- <div id="navcontainer">
- <ul id="navlist">
- <li><a href="../readme.html">Intro</a></li>
- <li><a href="setup.html">Setup</a></li>
- <li><a href="faq.html">FAQ</a></li>
- <li><a href="scripting.html">Scripting</a></li>
- <li><a href="commands.html">GM Commands</a></li>
- <li><a href="resources.html">Resources</a></li>
- </ul>
- </div>
-
- <div class="body-container">
- How to create an NPC using rAthena'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>
- &nbsp;&nbsp;&nbsp;mes "[NPC Name]";<br>
- &nbsp;&nbsp;&nbsp;mes "Hello World";<br>
- &nbsp;&nbsp;&nbsp;close;<br>
- }</code><br><br>
-
- <strong>Common Script Commands:</strong>
- <ul>
- <li><strong>mes &quot;&lt;message&gt;&quot;;</strong><br>
- displays a line of text in an NPC's dialog window.</li>
- <li><strong>close;</strong><br>
- displays a &quot;Close&quot; button in an NPC's dialog window.
- </li>
- <li><strong>next;</strong><br>
- displays a &quot;Next&quot; button in an NPC's dialog window.
- </li>
- <li><strong>getitem &lt;item id&gt;,&lt;amount&gt;;</strong><br>
- gives the player an item.
- </li>
- <li><strong>delitem &lt;item id&gt;,&lt;amount&gt;;</strong><br>
- deletes an item from the player.
- </li>
- </ul>
- <strong>Script Command Documentation:</strong><br>
- All the script commands in rAthena 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 &amp; Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
- </div>
- </body>
-</html>
diff --git a/readme/setup.html b/readme/setup.html
deleted file mode 100644
index 8005d4a89..000000000
--- a/readme/setup.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
- <head>
- <title>rAthena | 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="header">
- <div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
- <div class="title">Setup</div>
- </div>
- <div id="navcontainer">
- <ul id="navlist">
- <li><a href="../readme.html">Intro</a></li>
- <li><a href="setup.html">Setup</a></li>
- <li><a href="faq.html">FAQ</a></li>
- <li><a href="scripting.html">Scripting</a></li>
- <li><a href="commands.html">GM Commands</a></li>
- <li><a href="resources.html">Resources</a></li>
- </ul>
- </div>
-
- <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:</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:</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:</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:</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 &amp; Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
- </div>
- </body>
-</html>
diff --git a/readme/style.css b/readme/style.css
deleted file mode 100644
index 9b49a32b0..000000000
--- a/readme/style.css
+++ /dev/null
@@ -1,83 +0,0 @@
-/* Created by Kisuka */
-/* www.kisuka.com */
-html, body {
- height: 100%;
- margin: 0;
- background-image:url(images/bg.gif);
-}
-body {
- width: 900px;
- height: 100%;
- border-left:thin solid #000;
- border-right:thin solid #000;
- margin-left:auto;
- margin-right:auto;
- background:#FFF url(images/clown.png) no-repeat fixed right bottom;
-}
-#template { position:relative; min-height:100%; }
-* html #template { height: 100%; }
-#header {
- height: 60px;
- border-bottom:thin solid #000;
-}
-.logo {
- float:left;
- padding-left:25px;
- font-size:x-large;
-}
-.title {
- float:right;
- padding-right:25px;
- font-size:xx-large;
- padding-top:10px;
-}
-.body-title {
- font-size:x-large;
-}
-.subtitle {
- font-size:14px;
- padding-left:10px;
- font-style:italic;
-}
-.body-container {
- padding-left:30px;
- padding-right:30px;
-}
-#navcontainer ul {
-padding-left: 0;
-margin-left: 0;
-margin-top:0;
-background-color: #000;
-color: White;
-float: left;
-width: 100%;
-font-family: arial, helvetica, sans-serif;
-}
-#navcontainer ul li { display: inline; }
-#navcontainer ul li a {
- padding: 0.2em 1em;
- background-color: #000;
- color: White;
- text-decoration: none;
- float: left;
- border-right: 1px solid #fff;
-}
-#navcontainer ul li a:hover {
- background-color: #666;
- color: #fff;
-}
-#footer {
- background-color: #000;
- width: 100%;
- color: White;
- position:absolute;
- bottom:0;
- text-align:center;
- border-top: 1px solid #fff;
-}
-#footer a {
- color: White;
-}
-dt {
- font-weight:bold;
-}