resources.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <html>
  2. <head>
  3. <title>eAthena | Resources</title>
  4. <link rel="stylesheet" type="text/css" href="style.css">
  5. </head>
  6. <body>
  7. <div id="template">
  8. <div id="header">
  9. <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
  10. <div class="title">Resources</div>
  11. </div>
  12. <div id="navcontainer">
  13. <ul id="navlist">
  14. <li><a href="../readme.html">Intro</a></li>
  15. <li><a href="setup.html">Setup</a></li>
  16. <li><a href="faq.html">FAQ</a></li>
  17. <li><a href="scripting.html">Scripting</a></li>
  18. <li><a href="commands.html">GM Commands</a></li>
  19. <li><a href="resources.html">Resources</a></li>
  20. </ul>
  21. </div>
  22. <div class="body-container">
  23. The following are some links to various resources which can be helpful when using eAthena.<br />
  24. <ul>
  25. <li><a href="http://www.eathena.ws/" target="_new">http://www.eathena.ws/</a><br>
  26. The official eAthena project website.
  27. </li><br>
  28. <li><a href="http://eathena-project.googlecode.com/svn/" target="_new">
  29. http://eathena-project.googlecode.com/svn/</a><br>
  30. The official SVN of the eAthena project.</li><br>
  31. <li><a href="irc://irc.deltaanime.net/#athena" target="_new">irc://irc.deltaanime.net/#athena</a><br>
  32. The official eAthena IRC Channel.</li><br>
  33. <li><a href="http://forum.asb-sakray.net/" target="_new">http://forum.asb-sakray.net/</a><br>
  34. The official AEGIS Support Board.</li><br>
  35. <li><a href="http://www.ragnarokonline.com/" target="_new">
  36. http://www.ragnarokonline.com/</a><br>
  37. The official Ragnarok Online website.
  38. </li><br>
  39. <li><a href="http://nn.nachtwolke.com/dev/npclist/" target="_new">
  40. http://nn.nachtwolke.com/dev/npclist/</a><br>
  41. List of Ragnarok Online NPC sprite names and IDs.
  42. </li><br>
  43. <li><a href="../doc/script_commands.txt" target="_new">Script Commands</a><br>
  44. Documentation of the script commands available in eAthena.
  45. </li><br>
  46. <li><a href="../doc/effect_list.txt" target="_new">Effect List</a><br>
  47. Documentation of the visual effects available in eAthena.
  48. </li><br>
  49. <li><a href="../doc/item_bonus.txt" target="_new">Item Bonuses</a><br>
  50. Documentation of the item bonuses available in eAthena.
  51. </li><br>
  52. </ul>
  53. </div>
  54. <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
  55. </div>
  56. </body>
  57. </html>