doorinfo.htm 2.4 KB

12345678910111213141516171819202122232425
  1. <html><title>GM Door Info</title><body>
  2. <center>
  3. <table width=270 border=0>
  4. <tr>
  5. <td><button value="Open" action="bypass -h admin_open" width=60 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  6. <td><button value="Close" action="bypass -h admin_close" width=60 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  7. <td><button value="Kill" action="bypass -h admin_kill" width=60 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  8. <td><button value="Delete" action="bypass -h admin_delete" width=60 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  9. </tr>
  10. </table>
  11. <br><img src="L2UI.SquareWhite" width=260 height=1><br>
  12. <table width=270 border=0>
  13. <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Type:</font></td><td align=right width=170>%class%</td></tr></table></td></tr>
  14. <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Door Id:</font></td><td align=right width=170>%doorid%</td></tr></table></td></tr>
  15. <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Object Id:</font></td><td align=right width=170>%objid%</td></tr></table></td></tr>
  16. <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">&nbsp;</font></td><td align=right width=170>&nbsp;</td></tr></table></td></tr>
  17. <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Current HP:</font></td><td align=right width=170>%hp%</td></tr></table></td></tr>
  18. <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Max HP:</font></td><td align=right width=170>%hpmax%</td></tr></table></td></tr>
  19. <tr><td><table width=270 border=0><tr><td width=100>&nbsp;</td><td align=right width=170>&nbsp;</td></tr></table></td></tr>
  20. <tr><td><table width=270 border=0><tr><td width=135><font color="LEVEL">Max coords (node 3):</font></td><td align=right width=135>%maxx% %maxy% %maxz%</td></tr></table></td></tr>
  21. <tr><td><table width=270 border=0><tr><td width=135><font color="LEVEL">Min coords (node 1):</font></td><td align=right width=135>%minx% %miny% %minz%</td></tr></table></td></tr>
  22. <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">&nbsp;</font></td><td align=right width=170>&nbsp;</td></tr></table></td></tr>
  23. <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Unlockable:</font></td><td align=right width=170>%unlock%</td></tr></table></td></tr>
  24. </table>
  25. </center></body></html>