Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <html><head><body><center>
  2. <img src=L2Font-e.mini_logo-e width=245 height=80>
  3. <img src=L2UI_CH3.herotower_deco width=256 height=32>
  4. <font color=AAAAAA>Target: Setekh</font><br>
  5. <br>
  6. You can put a hit on someone here:
  7. <table>
  8. <tr>
  9. <td>
  10. Target Name: <edit var="name" width=120 height=15>
  11. </td>
  12. <td>
  13. Bounty:<edit var="bounty" width=120 height=15>
  14. </td>
  15. </tr>
  16. </table><br>
  17. <button value="Add" action="bypass -h npc_%objectId%_addList $name $bounty" back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df" width=95 height=21>
  18. <br>
  19. If you wish to cancel a hit:<br1>
  20. <table width=240>
  21. <tr>
  22. <td>
  23. Name:
  24. </td>
  25. <td>
  26. <edit var="remname" width=120 height=15>
  27. </td>
  28. <td>
  29. <button value="Rem" action="bypass -h npc_%objectId%_removeList $remname" back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df" width=45 height=21>
  30. </td>
  31. </tr>
  32. </table><br>
  33.  
  34. <br>
  35. <button value="Back" action="bypass -h npc_%objectId%_Chat 0" back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df" width=80 height=21>
  36. <font color="cc9900"><img src="L2UI_CH3.herotower_deco" width=256 height=32></font><br1>
  37. <img src=l2ui.bbs_lineage2 height=16 width=80>
  38. <font color=AAAAAA>Gaming is not a crime. By Setekh</font>
  39. </center>
  40. </body>
  41. </head>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement