Advertisement
Guest User

Untitled

a guest
Dec 21st, 2010
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.96 KB | None | 0 0
  1. Index: data/scripts/custom/BossRespawn/home.htm
  2. ===================================================================
  3. --- data/scripts/custom/BossRespawn/home.htm    (revision 0)
  4. +++ data/scripts/custom/BossRespawn/home.htm    (revision 0)
  5. @@ -0,0 +1,16 @@
  6. +<html>
  7. +   <head>
  8. +       <title>
  9. +           L2 Private Server
  10. +       </title>
  11. +   </head>
  12. +   <body>
  13. +   <center>
  14. +       <img src="L2UI_CH3.herotower_deco" width=256 height=32>
  15. +       Server Rules here ...<br>
  16. +       <button value="I Accept" action="bypass -h npc_%objectId%_Quest BossRespawn" width=100 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
  17. +       <img src="L2UI_CH3.herotower_deco" width=256 height=32>
  18. +       <br>
  19. +   </center>
  20. +   </body>
  21. +</html>
  22. \ No newline at end of file
  23. Index: data/scripts/custom/BossRespawn/raidbosses.htm
  24. ===================================================================
  25. --- data/scripts/custom/BossRespawn/raidbosses.htm  (revision 0)
  26. +++ data/scripts/custom/BossRespawn/raidbosses.htm  (revision 0)
  27. @@ -0,0 +1,30 @@
  28. +<html>
  29. +   <title>Raid Boss Info</title>
  30. +<body>
  31. +   <br>
  32. +   <center>
  33. +       <img src="L2UI_CH3.herotower_deco" width=256 height=32>
  34. +       <table width=260>
  35. +           <tr>
  36. +               <td><font color="00C3FF">20-30 Level Raid Bosses</color>:</td>
  37. +               <td><font color="32C332"><a action="bypass -h Quest BossRespawn raidboss_20">Click Here</a></color></td>
  38. +           </tr>
  39. +           <tr>
  40. +               <td><font color="00C3FF">40-50 Level Raid Bosses</color>:</td>
  41. +               <td><font color="32C332"><a action="bypass -h Quest BossRespawn raidboss_40">Click Here</a></color></td>
  42. +           </tr>
  43. +           <tr>
  44. +               <td><font color="00C3FF">60-70 Level Raid Bosses</color>:</td>
  45. +               <td><font color="32C332"><a action="bypass -h Quest BossRespawn raidboss_60">Click Here</a></color></td>
  46. +           </tr>
  47. +           <tr>
  48. +               <td><font color="00C3FF">80-90 Level Raid Bosses</color>:</td>
  49. +               <td><font color="32C332"><a action="bypass -h Quest BossRespawn raidboss_80">Click Here</a></color></td>
  50. +           </tr>
  51. +       </table>
  52. +       <img src="L2UI_CH3.herotower_deco" width=256 height=32>
  53. +       <br>
  54. +   </center>
  55. +</body>
  56. +</html>
  57. \ No newline at end of file
  58. Index: data/scripts/custom/BossRespawn/main.htm
  59. ===================================================================
  60. --- data/scripts/custom/BossRespawn/main.htm    (revision 0)
  61. +++ data/scripts/custom/BossRespawn/main.htm    (revision 0)
  62. @@ -0,0 +1,21 @@
  63. +<html>
  64. +   <title>Grand Boss Info</title>
  65. +<body>
  66. +   <br>
  67. +   <center>
  68. +       <img src="L2UI_CH3.herotower_deco" width=256 height=32>
  69. +       <table width=260>
  70. +           <tr>
  71. +               <td><font color="00C3FF">Raid Bosses</color>:</td>
  72. +               <td><font color="32C332"><a action="bypass -h Quest BossRespawn raidbosses">Click Here</a></color></td>
  73. +           </tr>
  74. +           <tr>
  75. +               <td><font color="00C3FF">Grand Bosses</color>:</td>
  76. +               <td><font color="32C332"><a action="bypass -h Quest BossRespawn grandbosses">Click Here</a></color></td>
  77. +           </tr>
  78. +       </table>
  79. +       <img src="L2UI_CH3.herotower_deco" width=256 height=32>
  80. +       <br>
  81. +   </center>
  82. +</body>
  83. +</html>
  84. \ No newline at end of file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement