setup.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>rAthena | Setup</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <link rel="stylesheet" type="text/css" href="style.css">
  7. </head>
  8. <body>
  9. <div id="template">
  10. <div id="header">
  11. <div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
  12. <div class="title">Setup</div>
  13. </div>
  14. <div id="navcontainer">
  15. <ul id="navlist">
  16. <li><a href="../readme.html">Intro</a></li>
  17. <li><a href="setup.html">Setup</a></li>
  18. <li><a href="faq.html">FAQ</a></li>
  19. <li><a href="scripting.html">Scripting</a></li>
  20. <li><a href="commands.html">GM Commands</a></li>
  21. <li><a href="resources.html">Resources</a></li>
  22. </ul>
  23. </div>
  24. <div class="body-container">
  25. <strong>Character Server:</strong>
  26. <ol>
  27. <li>Open /conf/char_athena.conf</li>
  28. <li>Change userid and passwd (s1/p1) to what you want your server's communication details to be.</li>
  29. <li>Change Server_Name to what you want to call your server.</li>
  30. <li>Remove the <strong>//</strong> before login_ip.
  31. <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>.
  32. </ol>
  33. <strong>Map Server:</strong>
  34. <ol>
  35. <li>Open /conf/map_athena.conf</li>
  36. <li>Change userid and passwd to the same thing you set in char_athena.</li>
  37. <li>Remove the <strong>//</strong> before char_ip.</li>
  38. <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>.
  39. </ol>
  40. <strong>Subnet:</strong>
  41. <ol>
  42. <li>Open /conf/subnet_athena.conf</li>
  43. <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>.
  44. </ol>
  45. <strong>MySQL Settings:</strong>
  46. <ol>
  47. <li>Open /conf/inter_athena.conf</li>
  48. <li>Find the "Global SQL Settings" and change them to your SQL server's settings.</li>
  49. </ol>
  50. <strong>Message of the Day:</strong>
  51. <ol>
  52. <li>Open /conf/motd.txt and edit it to change the in-game MOTD.</li>
  53. </ol>
  54. </div>
  55. <div id="footer">"Read Me" Created &amp; Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
  56. </div>
  57. </body>
  58. </html>