itemcreation.htm 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <html><title>Items</title><body>
  2. <table width=270>
  3. <tr>
  4. <td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  5. <td width=180><center>Item Creation Menu</center></td>
  6. <td width=45><button value="Back" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  7. </tr>
  8. </table><br>
  9. <table width=260><tr><td>Fill the ID number in item-id to create the item that you want, use amount if you need more than one. <font color="LEVEL">Caution: Do not use amount with non-stackable items</font></td></tr></table><br>
  10. <center>
  11. <table width=270>
  12. <tr>
  13. <td>Item-ID:</td>
  14. <td>Amount:</td>
  15. <td></td>
  16. </tr>
  17. <tr>
  18. <td><edit var="itemid" width=50></td>
  19. <td><edit var="itemnum" width=70 type=number></td>
  20. <td><button value="Create Item" action="bypass -h admin_create_item $itemid $itemnum" width=140 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  21. </tr>
  22. <tr><td></td><td></td><td><button value="Give Item to Target" action="bypass -h admin_give_item_target $itemid $itemnum" width=140 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td></tr>
  23. <tr><td></td><td></td><td><button value="Give Item to All Online" action="bypass -h admin_give_item_to_all $itemid $itemnum" width=140 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td></tr>
  24. </table><br><br>
  25. <table width=270 cellpadding="4">
  26. <tr>
  27. <td>Coin Type:</td>
  28. <td><combobox width=120 height=17 var=ebox list=Adena;AncientAdena;FestivalAdena;BlueEva;GoldEinhasad;SilverShilen;BloodyPaagrio;FantasyIsleCoin></td>
  29. </tr>
  30. <tr>
  31. <td>Amount:</td>
  32. <td><edit var="vbox" width=120 height=12 type=number></td>
  33. </tr>
  34. <tr>
  35. <td></td>
  36. <td><button value="Create Coin" action="bypass -h admin_create_coin $ebox $vbox" width=140 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  37. </tr>
  38. </table>
  39. </center>
  40. </body></html>