12345678910111213141516171819202122232425 |
- <html><title>GM Door Info</title><body>
- <center>
- <table width=270 border=0>
- <tr>
- <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>
- <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>
- <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>
- <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>
- </tr>
- </table>
- <br><img src="L2UI.SquareWhite" width=260 height=1><br>
- <table width=270 border=0>
- <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>
- <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>
- <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>
- <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL"> </font></td><td align=right width=170> </td></tr></table></td></tr>
- <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>
- <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>
- <tr><td><table width=270 border=0><tr><td width=100> </td><td align=right width=170> </td></tr></table></td></tr>
- <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>
- <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>
- <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL"> </font></td><td align=right width=170> </td></tr></table></td></tr>
- <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>
- </table>
- </center></body></html>
|