instancezone2.htm 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <html><title>Instance Maintenance Menu</title><body>
  2. <center>
  3. <table width=260><tr>
  4. <td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  5. <td width=180><center>Instance Creation Menu</center></td>
  6. <td width=40><button value="Back" action="bypass -h admin_html instancezone.htm" width=40 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  7. </tr></table><br>
  8. <table width=260>
  9. <tr>
  10. <td><button value="General" action="bypass -h admin_html instancezone.htm" width=83 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  11. <td><button value="Individual" action="bypass -h admin_html instancezone2.htm" width=83 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  12. <td><button value="Template IDs" action="bypass -h admin_html help/instancezone_list.htm" width=83 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  13. </tr>
  14. </table><br>
  15. <center>Character Related:<br>
  16. <table width=260>
  17. <tr>
  18. <td></td>
  19. <td>Player Name</td>
  20. <td>Template Id</td>
  21. </tr>
  22. <tr>
  23. <td><button value="Clear" action="bypass -h admin_instancezone_clear $playername $instanceid" width=80 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  24. <td><edit var="playername" width=90></td>
  25. <td><edit var="instanceid" width=60></td>
  26. </tr>
  27. <tr><td><br></td></tr>
  28. <tr>
  29. <td><button value="List" action="bypass -h admin_instancezone $playername2" width=80 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  30. <td><edit var="playername2" width=90></td>
  31. </tr>
  32. </table><br><br><br>
  33. <font color="LEVEL">Note: Template IDs also found in gameserver\data\instancenames.xml</font>
  34. </center>
  35. </body></html>