Advertisement
Guest User

Untitled

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