commands.html 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. <html>
  2. <head>
  3. <title>eAthena | GM Commands</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">GM Commands</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 the GM Commands which can be used in-game on an eAthena server.<br /><br />
  24. <iframe width="100%" height="35%" src="../conf/help.txt"></iframe><br /><br />
  25. <iframe width="100%" height="35%" src="../conf/help2.txt"></iframe>
  26. </div>
  27. <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
  28. </div>
  29. </body>
  30. </html>