- Set svn:mime-type properties on readme files so they can be browsed directly from the SVN.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14712 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
brianluau 2011-02-19 03:25:29 +00:00
parent d230c68360
commit 5c70e95c79
6 changed files with 2538 additions and 2538 deletions

View File

@ -1,30 +1,30 @@
//===== eAthena Script =======================================
//= Map flags that disable skills on a map
//===== By: ==================================================
//= eAthena Dev Team
//= 1.0 [L0ne_W0lf]
//= 1.1 Added additional maps. [L0ne_W0lf]
//===== Current Version: =====================================
//Prontera Arena ===============
prt_are_in mapflag noskill
//The Sign Quest ===============
himinn mapflag noskill
// Quiz Maps ===================
quiz_00 mapflag noskill
quiz_01 mapflag noskill
quiz_02 mapflag noskill
quiz_test mapflag noskill
//Hugel Minigames ==============
que_bingo mapflag noskill
p_track01 mapflag noskill
p_track02 mapflag noskill
//evt_zombie mapflag noskill
//===== eAthena Script =======================================
//= Map flags that disable skills on a map
//===== By: ==================================================
//= eAthena Dev Team
//= 1.0 [L0ne_W0lf]
//= 1.1 Added additional maps. [L0ne_W0lf]
//===== Current Version: =====================================
//Prontera Arena ===============
prt_are_in mapflag noskill
//The Sign Quest ===============
himinn mapflag noskill
// Quiz Maps ===================
quiz_00 mapflag noskill
quiz_01 mapflag noskill
quiz_02 mapflag noskill
quiz_test mapflag noskill
//Hugel Minigames ==============
que_bingo mapflag noskill
p_track01 mapflag noskill
p_track02 mapflag noskill
//evt_zombie mapflag noskill

File diff suppressed because it is too large Load Diff

View File

@ -1,32 +1,32 @@
<html>
<head>
<title>eAthena | GM Commands</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="template">
<div id="header">
<div class="logo">eAthena<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 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>
</body>
<html>
<head>
<title>eAthena | GM Commands</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="template">
<div id="header">
<div class="logo">eAthena<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 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>
</body>
</html>

View File

@ -1,33 +1,33 @@
<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 &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.<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>
<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 &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.<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>

View File

@ -1,69 +1,69 @@
<html>
<head>
<title>eAthena | Scripting</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="template">
<div id="header">
<div class="logo">eAthena<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">
<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 />
&nbsp;&nbsp;&nbsp;mes "[NPC Name]";<br>
&nbsp;&nbsp;&nbsp;mes "Hello World";<br>
&nbsp;&nbsp;&nbsp;close;<br>
}
</p>
<p>
<strong>Common Script Commands:</strong>
<ul>
<li><strong>mes</strong><br>
usage: mes &quot;&lt;message&gt;&quot;;<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 &quot;Close&quot; button in an NPC's dialog window.
</li>
<li><strong>next</strong><br>
usage: next;<br>
info: displays a &quot;Next&quot; button in an NPC's dialog window.</li>
<li><strong>getitem</strong><br>
usage: getitem &lt;item id&gt;,&lt;amount&gt;;<br>
info: gives the player an item.
</li>
<li><strong>delitem</strong><br>
usage: delitem &lt;item id&gt;,&lt;amount&gt;;<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>
</body>
<html>
<head>
<title>eAthena | Scripting</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="template">
<div id="header">
<div class="logo">eAthena<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">
<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 />
&nbsp;&nbsp;&nbsp;mes "[NPC Name]";<br>
&nbsp;&nbsp;&nbsp;mes "Hello World";<br>
&nbsp;&nbsp;&nbsp;close;<br>
}
</p>
<p>
<strong>Common Script Commands:</strong>
<ul>
<li><strong>mes</strong><br>
usage: mes &quot;&lt;message&gt;&quot;;<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 &quot;Close&quot; button in an NPC's dialog window.
</li>
<li><strong>next</strong><br>
usage: next;<br>
info: displays a &quot;Next&quot; button in an NPC's dialog window.</li>
<li><strong>getitem</strong><br>
usage: getitem &lt;item id&gt;,&lt;amount&gt;;<br>
info: gives the player an item.
</li>
<li><strong>delitem</strong><br>
usage: delitem &lt;item id&gt;,&lt;amount&gt;;<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>
</body>
</html>

View File

@ -1,80 +1,80 @@
/* 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;
/* 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;
}