editnpc-elementals.htm 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <html>
  2. <head>
  3. <title>Edit NPC(%title_npc_id%, %title_npc_name%)</title>
  4. </head>
  5. <body>
  6. <table width=280 cellspacing=0 cellpadding=0>
  7. <tr>
  8. <td><button value="Stats" width=70 action="bypass admin_edit_npc stats %npcId%" height=18 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  9. <td><button value="AI" width=70 action="bypass admin_edit_npc ai %npcId%" height=18 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  10. <td><button value="Elementals" width=70 action="bypass admin_edit_npc elementals %npcId%" height=18 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  11. <td><button value="Visuals" width=70 action="bypass admin_edit_npc visuals %npcId%" height=18 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  12. </tr>
  13. </table>
  14. <table width=275 cellspacing=0 cellpadding=0>
  15. <tr>
  16. <td width=45 align=left valign=bottom>Value :</td>
  17. <td width=230 align=left><edit var="value" width=230></td>
  18. </tr>
  19. </table>
  20. <br>
  21. <table width=280 height=20 cellspacing=0 background="L2UI_CT1.Button_DF_Calculator">
  22. <tr>
  23. <td fixwidth=5></td>
  24. <td fixwidth=110>Property</td>
  25. <td fixwidth=110 align=center>Value</td>
  26. <td fixwidth=50></td>
  27. </tr>
  28. </table>
  29. <table width=275 cellspacing=0 background="L2UI_CT1.Windows.Windows_DF_TooltipBG">
  30. <tr>
  31. <td fixwidth=5></td>
  32. <td fixwidth=110>Attack Type</td>
  33. <td fixwidth=110 align=center>%elemAtkType%</td>
  34. <td fixwidth=50><button action="bypass admin_save_npc elementals %npcId% elemAtkType $value" value="Set" width=50 height=19 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  35. </tr>
  36. </table>
  37. <table width=275 cellspacing=0 background="L2UI_CT1.Windows.Windows_DF_TooltipBG">
  38. <tr>
  39. <td fixwidth=5></td>
  40. <td fixwidth=110>Attack Value</td>
  41. <td fixwidth=110 align=center>%elemAtkValue%</td>
  42. <td fixwidth=50><button action="bypass admin_save_npc elementals %npcId% elemAtkValue $value" value="Set" width=50 height=19 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  43. </tr>
  44. </table>
  45. <table width=275 cellspacing=0 background="L2UI_CT1.Windows.Windows_DF_TooltipBG">
  46. <tr>
  47. <td fixwidth=5></td>
  48. <td fixwidth=110>Fire Defence</td>
  49. <td fixwidth=110 align=center>%fireDefValue%</td>
  50. <td fixwidth=50><button action="bypass admin_save_npc elementals %npcId% fireDefValue $value" value="Set" width=50 height=19 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  51. </tr>
  52. </table>
  53. <table width=275 cellspacing=0 background="L2UI_CT1.Windows.Windows_DF_TooltipBG">
  54. <tr>
  55. <td fixwidth=5></td>
  56. <td fixwidth=110>Water Defence</td>
  57. <td fixwidth=110 align=center>%waterDefValue%</td>
  58. <td fixwidth=50><button action="bypass admin_save_npc elementals %npcId% waterDefValue $value" value="Set" width=50 height=19 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  59. </tr>
  60. </table>
  61. <table width=275 cellspacing=0 background="L2UI_CT1.Windows.Windows_DF_TooltipBG">
  62. <tr>
  63. <td fixwidth=5></td>
  64. <td fixwidth=110>Wind Defence</td>
  65. <td fixwidth=110 align=center>%windDefValue%</td>
  66. <td fixwidth=50><button action="bypass admin_save_npc elementals %npcId% windDefValue $value" value="Set" width=50 height=19 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  67. </tr>
  68. </table>
  69. <table width=275 cellspacing=0 background="L2UI_CT1.Windows.Windows_DF_TooltipBG">
  70. <tr>
  71. <td fixwidth=5></td>
  72. <td fixwidth=110>Earth Defence</td>
  73. <td fixwidth=110 align=center>%earthDefValue%</td>
  74. <td fixwidth=50><button action="bypass admin_save_npc elementals %npcId% earthDefValue $value" value="Set" width=50 height=19 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  75. </tr>
  76. </table>
  77. <table width=275 cellspacing=0 background="L2UI_CT1.Windows.Windows_DF_TooltipBG">
  78. <tr>
  79. <td fixwidth=5></td>
  80. <td fixwidth=110>Holy Defence</td>
  81. <td fixwidth=110 align=center>%holyDefValue%</td>
  82. <td fixwidth=50><button action="bypass admin_save_npc elementals %npcId% holyDefValue $value" value="Set" width=50 height=19 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  83. </tr>
  84. </table>
  85. <table width=275 cellspacing=0 background="L2UI_CT1.Windows.Windows_DF_TooltipBG">
  86. <tr>
  87. <td fixwidth=5></td>
  88. <td fixwidth=110>Dark Defence</td>
  89. <td fixwidth=110 align=center>%darkDefValue%</td>
  90. <td fixwidth=50><button action="bypass admin_save_npc elementals %npcId% darkDefValue $value" value="Set" width=50 height=19 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  91. </tr>
  92. </table>
  93. </body>
  94. </html>