champions.htm 2.6 KB

123456789101112131415161718192021222324252627282930
  1. <html><title>Mods Help</title><body>
  2. <table width=260><tr>
  3. <td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  4. <td width=180><center>Mod Help Page</center></td>
  5. <td width=40><button value="Back" action="bypass -h admin_admin5" width=40 height=15 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  6. </tr></table>
  7. <font color="LEVEL"><table width=260><tr>
  8. <td width 90>GM commands page:</td><td><a action="bypass -h admin_html admhelp.htm">Index</a></td><td><a action="bypass -h admin_html help/gmcommands.htm">1</a></td><td><a action="bypass -h admin_html help/gmcommands2.htm">2</a></td><td><a action="bypass -h admin_html help/gmcommands3.htm">3</a></td>
  9. </tr></table></font>
  10. <br>
  11. <font color="FF9933">These are the available settings for this mod.</font><br>
  12. (When a parameter is required, it must be written in the quickbox without leading nor trailing spaces)<br1>
  13. Mandatory parameters will appear <font color="FF0000">&lt;ike this&gt;</font><br1>
  14. Optional parameters will appear <font color="00FF00">[like that]</font><br>
  15. <!-- Mod writers should change from here -->
  16. <font color="LEVEL">Enable</font> - Enable this mod<br>
  17. <font color="LEVEL">Frequecy</font> <font color="FF0000">&lt;integer&gt;</font> - Chances in % for a mob to become champion.<br>
  18. <font color="LEVEL">MinLev</font> <font color="FF0000">&lt;integer&gt;</font> - Minimum level allowed for a mob to spawn as champion.<br>
  19. <font color="LEVEL">MaxLev</font> <font color="FF0000">&lt;seconds&gt;</font> - Maximum level allowed for a mob to spawn as champion.<br>
  20. <br>
  21. <font color="LEVEL">Disable</font> - Disable this mod.<br>
  22. <font color="LEVEL">xHP</font> <font color="FF0000">&lt;integer&gt;</font> - HP multiplier for champion mobs.<br>
  23. <font color="LEVEL">HPregen</font> <font color="FF0000">&lt;float&gt;</font> - HP regeneration rate multiplier<br>
  24. <font color="LEVEL">xAtk</font> <font color="FF0000">&lt;integer&gt;</font> - Attack multiplier for champions (affects matk and patk).<br>
  25. <br>
  26. <font color="LEVEL">Reward</font> <font color="FF0000">&lt;integer&gt;</font> - Chances in % for special champion drops. Unaffected by server multipliers.<br>
  27. <font color="LEVEL">ItemId</font> <font color="FF0000">&lt;integer&gt;</font> - ItemId of the rewards to drop.<br>
  28. <font color="LEVEL">ItmQty</font> <font color="FF0000">&lt;integer&gt;</font> - Maximum amount of special items to drop.<br>
  29. <font color="LEVEL">AtkSpd</font> <font color="FF0000">&lt;integer&gt;</font> - Attack speed multiplier for champions (affects matkspd and patkspd).
  30. </body></html>