rathena/readme/setup.html
Kisuka d230c68360 - Fixed typo on rogue_skills.txt (bugreport:4768)
- Fixed issue on icecream.txt (bugreport:4752)
- Added missing prize on comodo_gambling.txt (bugreport:4748)
- Rescripted the iRO event scripts.
- Updated the Read Me.
- Added 2009 Novice Training Grounds.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14711 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-02-19 00:09:56 +00:00

62 lines
3.0 KiB
HTML

<html>
<head>
<title>eAthena | Setup</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">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:<br></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>
<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>
<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>
<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>
</body>
</html>