commands.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>rAthena | GM Commands</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">GM Commands</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. The following are the GM Commands which can be used in-game on an rAthena server.<br><br>
  26. <iframe width="100%" height="35%" src="../conf/help.txt"></iframe><br><br>
  27. <iframe width="100%" height="35%" src="../conf/help2.txt"></iframe>
  28. </div>
  29. <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
  30. </div>
  31. </body>
  32. </html>