Guest User

clan Manager Datapack

a guest
Jan 1st, 2017
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.35 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P aCis_datapack
  3. Index: data/html/mods/ClanManager/main.htm
  4. ===================================================================
  5. --- data/html/mods/ClanManager/main.htm (revision 0)
  6. +++ data/html/mods/ClanManager/main.htm (working copy)
  7. @@ -0,0 +1,32 @@
  8. +<html>
  9. +<title>Clan Manager</title>
  10. +<center>
  11. +<img src="L2UI.SquareWhite" width=300 height=1>
  12. +<img src="l2font-e.mini_logo-e" height=110 width=180>
  13. +<img src="L2UI.SquareWhite" width=300 height=1>
  14. +<table width=315 height=1 bgcolor="000000">
  15. +<tr><td align=center><font color="FFDF00">Welcome</font> <font color="FF0000">%charname%</font></td></tr>
  16. +</table>
  17. +<img src="L2UI.SquareWhite" width=300 height=1><br>
  18. +<br><br>
  19. +<br><br>
  20. +<button value="Stage 1" action="bypass -h npc_%objectId%_stage1" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
  21. +<button value="Stage 2" action="bypass -h npc_%objectId%_stage2" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
  22. +<button value="Stage 3" action="bypass -h npc_%objectId%_stage3" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
  23. +<br><br>
  24. +<br><br>
  25. +<img src="L2UI.SquareWhite" width=300 height=1>
  26. +<table width=310 height=40 bgcolor=000000>
  27. +<tr>
  28. +<td align="center"><font color="FFDF00"> www.L2Server.com </font></td>
  29. +</tr>
  30. +</table>
  31. +<img src="L2UI.SquareWhite" width=300 height=1>
  32. +<table width=310 height=25 bgcolor=000000>
  33. +<tr>
  34. +<td align="center"><font color="FFDF00"> Credits Reborn12 </font></td>
  35. +</tr>
  36. +</table>
  37. +<img src="L2UI.SquareWhite" width=300 height=1>
  38. +</body>
  39. +</html>
  40. Index: data/html/mods/ClanManager/stage1.htm
  41. ===================================================================
  42. --- data/html/mods/ClanManager/stage1.htm (revision 0)
  43. +++ data/html/mods/ClanManager/stage1.htm (working copy)
  44. @@ -0,0 +1,34 @@
  45. +<html>
  46. +<body>
  47. +<center>
  48. +<title>Clan Reward Stage 1</title><br><br>
  49. +<img src="L2UI.SquareWhite" width=300 height=1>
  50. +<table width=300 height=10 bgcolor="000000">
  51. +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
  52. +</table>
  53. +<img src="L2UI.SquareWhite" width=300 height=1>
  54. +<br>
  55. +<br>
  56. +<br>
  57. +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
  58. +<center>
  59. +<img src="L2UI.SquareWhite" width=200 height=1>
  60. +<table width=200 height=10 bgcolor=000000>
  61. + <tr>
  62. + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 1?</td>
  63. + </tr>
  64. +</table>
  65. +<img src="L2UI.SquareWhite" width=200 height=1>
  66. +</center>
  67. +<br>
  68. +<center>
  69. +<table width=10>
  70. +<tr>
  71. +<td align=center><button value="Yes" action="bypass -h npc_%objectId%_getStage1" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  72. +<td align=center><button value="No" action="bypass -h npc_%objectId%_mainHtml" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  73. +</tr>
  74. +</table>
  75. +</center>
  76. +</center>
  77. +</body>
  78. +</html>
  79. \ No newline at end of file
  80. Index: data/html/mods/ClanManager/stage3.htm
  81. ===================================================================
  82. --- data/html/mods/ClanManager/stage3.htm (revision 0)
  83. +++ data/html/mods/ClanManager/stage3.htm (working copy)
  84. @@ -0,0 +1,34 @@
  85. +<html>
  86. +<body>
  87. +<center>
  88. +<title>Clan Reward Stage 3</title><br><br>
  89. +<img src="L2UI.SquareWhite" width=300 height=1>
  90. +<table width=300 height=10 bgcolor="000000">
  91. +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
  92. +</table>
  93. +<img src="L2UI.SquareWhite" width=300 height=1>
  94. +<br>
  95. +<br>
  96. +<br>
  97. +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
  98. +<center>
  99. +<img src="L2UI.SquareWhite" width=200 height=1>
  100. +<table width=200 height=10 bgcolor=000000>
  101. + <tr>
  102. + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 3?</td>
  103. + </tr>
  104. +</table>
  105. +<img src="L2UI.SquareWhite" width=200 height=1>
  106. +</center>
  107. +<br>
  108. +<center>
  109. +<table width=10>
  110. +<tr>
  111. +<td align=center><button value="Yes" action="bypass -h npc_%objectId%_getStage3" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  112. +<td align=center><button value="No" action="bypass -h npc_%objectId%_main" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  113. +</tr>
  114. +</table>
  115. +</center>
  116. +</center>
  117. +</body>
  118. +</html>
  119. \ No newline at end of file
  120. Index: data/html/mods/ClanManager/main.htm
  121. ===================================================================
  122. --- data/html/mods/ClanManager/main.htm (revision 0)
  123. +++ data/html/mods/ClanManager/main.htm (working copy)
  124. @@ -0,0 +1,32 @@
  125. +<html>
  126. +<title>Clan Manager</title>
  127. +<center>
  128. +<img src="L2UI.SquareWhite" width=300 height=1>
  129. +<img src="l2font-e.mini_logo-e" height=110 width=180>
  130. +<img src="L2UI.SquareWhite" width=300 height=1>
  131. +<table width=315 height=1 bgcolor="000000">
  132. +<tr><td align=center><font color="FFDF00">Welcome</font> <font color="FF0000">%charname%</font></td></tr>
  133. +</table>
  134. +<img src="L2UI.SquareWhite" width=300 height=1><br>
  135. +<br><br>
  136. +<br><br>
  137. +<button value="Stage 1" action="bypass -h npc_%objectId%_stage1" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
  138. +<button value="Stage 2" action="bypass -h npc_%objectId%_stage2" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
  139. +<button value="Stage 3" action="bypass -h npc_%objectId%_stage3" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
  140. +<br><br>
  141. +<br><br>
  142. +<img src="L2UI.SquareWhite" width=300 height=1>
  143. +<table width=310 height=40 bgcolor=000000>
  144. +<tr>
  145. +<td align="center"><font color="FFDF00"> www.L2Server.com </font></td>
  146. +</tr>
  147. +</table>
  148. +<img src="L2UI.SquareWhite" width=300 height=1>
  149. +<table width=310 height=25 bgcolor=000000>
  150. +<tr>
  151. +<td align="center"><font color="FFDF00"> Credits Reborn12 </font></td>
  152. +</tr>
  153. +</table>
  154. +<img src="L2UI.SquareWhite" width=300 height=1>
  155. +</body>
  156. +</html>
  157. Index: data/html/mods/ClanManager/stage1.htm
  158. ===================================================================
  159. --- data/html/mods/ClanManager/stage1.htm (revision 0)
  160. +++ data/html/mods/ClanManager/stage1.htm (working copy)
  161. @@ -0,0 +1,34 @@
  162. +<html>
  163. +<body>
  164. +<center>
  165. +<title>Clan Reward Stage 1</title><br><br>
  166. +<img src="L2UI.SquareWhite" width=300 height=1>
  167. +<table width=300 height=10 bgcolor="000000">
  168. +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
  169. +</table>
  170. +<img src="L2UI.SquareWhite" width=300 height=1>
  171. +<br>
  172. +<br>
  173. +<br>
  174. +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
  175. +<center>
  176. +<img src="L2UI.SquareWhite" width=200 height=1>
  177. +<table width=200 height=10 bgcolor=000000>
  178. + <tr>
  179. + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 1?</td>
  180. + </tr>
  181. +</table>
  182. +<img src="L2UI.SquareWhite" width=200 height=1>
  183. +</center>
  184. +<br>
  185. +<center>
  186. +<table width=10>
  187. +<tr>
  188. +<td align=center><button value="Yes" action="bypass -h npc_%objectId%_getStage1" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  189. +<td align=center><button value="No" action="bypass -h npc_%objectId%_mainHtml" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  190. +</tr>
  191. +</table>
  192. +</center>
  193. +</center>
  194. +</body>
  195. +</html>
  196. \ No newline at end of file
  197. Index: data/html/mods/ClanManager/stage2.htm
  198. ===================================================================
  199. --- data/html/mods/ClanManager/stage2.htm (revision 0)
  200. +++ data/html/mods/ClanManager/stage2.htm (working copy)
  201. @@ -0,0 +1,34 @@
  202. +<html>
  203. +<body>
  204. +<center>
  205. +<title>Clan Reward Stage 2</title><br><br>
  206. +<img src="L2UI.SquareWhite" width=300 height=1>
  207. +<table width=300 height=10 bgcolor="000000">
  208. +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
  209. +</table>
  210. +<img src="L2UI.SquareWhite" width=300 height=1>
  211. +<br>
  212. +<br>
  213. +<br>
  214. +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
  215. +<center>
  216. +<img src="L2UI.SquareWhite" width=200 height=1>
  217. +<table width=200 height=10 bgcolor=000000>
  218. + <tr>
  219. + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 2?</td>
  220. + </tr>
  221. +</table>
  222. +<img src="L2UI.SquareWhite" width=200 height=1>
  223. +</center>
  224. +<br>
  225. +<center>
  226. +<table width=10>
  227. +<tr>
  228. +<td align=center><button value="Yes" action="bypass -h npc_%objectId%_getStage2" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  229. +<td align=center><button value="No" action="bypass -h npc_%objectId%_main" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  230. +</tr>
  231. +</table>
  232. +</center>
  233. +</center>
  234. +</body>
  235. +</html>
  236. \ No newline at end of file
  237. Index: data/html/mods/ClanManager/stage3.htm
  238. ===================================================================
  239. --- data/html/mods/ClanManager/stage3.htm (revision 0)
  240. +++ data/html/mods/ClanManager/stage3.htm (working copy)
  241. @@ -0,0 +1,34 @@
  242. +<html>
  243. +<body>
  244. +<center>
  245. +<title>Clan Reward Stage 3</title><br><br>
  246. +<img src="L2UI.SquareWhite" width=300 height=1>
  247. +<table width=300 height=10 bgcolor="000000">
  248. +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
  249. +</table>
  250. +<img src="L2UI.SquareWhite" width=300 height=1>
  251. +<br>
  252. +<br>
  253. +<br>
  254. +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
  255. +<center>
  256. +<img src="L2UI.SquareWhite" width=200 height=1>
  257. +<table width=200 height=10 bgcolor=000000>
  258. + <tr>
  259. + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 3?</td>
  260. + </tr>
  261. +</table>
  262. +<img src="L2UI.SquareWhite" width=200 height=1>
  263. +</center>
  264. +<br>
  265. +<center>
  266. +<table width=10>
  267. +<tr>
  268. +<td align=center><button value="Yes" action="bypass -h npc_%objectId%_getStage3" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  269. +<td align=center><button value="No" action="bypass -h npc_%objectId%_main" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  270. +</tr>
  271. +</table>
  272. +</center>
  273. +</center>
  274. +</body>
  275. +</html>
  276. \ No newline at end of file
  277. Index: data/html/mods/ClanManager/stage2.htm
  278. ===================================================================
  279. --- data/html/mods/ClanManager/stage2.htm (revision 0)
  280. +++ data/html/mods/ClanManager/stage2.htm (working copy)
  281. @@ -0,0 +1,34 @@
  282. +<html>
  283. +<body>
  284. +<center>
  285. +<title>Clan Reward Stage 2</title><br><br>
  286. +<img src="L2UI.SquareWhite" width=300 height=1>
  287. +<table width=300 height=10 bgcolor="000000">
  288. +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
  289. +</table>
  290. +<img src="L2UI.SquareWhite" width=300 height=1>
  291. +<br>
  292. +<br>
  293. +<br>
  294. +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
  295. +<center>
  296. +<img src="L2UI.SquareWhite" width=200 height=1>
  297. +<table width=200 height=10 bgcolor=000000>
  298. + <tr>
  299. + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 2?</td>
  300. + </tr>
  301. +</table>
  302. +<img src="L2UI.SquareWhite" width=200 height=1>
  303. +</center>
  304. +<br>
  305. +<center>
  306. +<table width=10>
  307. +<tr>
  308. +<td align=center><button value="Yes" action="bypass -h npc_%objectId%_getStage2" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  309. +<td align=center><button value="No" action="bypass -h npc_%objectId%_main" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
  310. +</tr>
  311. +</table>
  312. +</center>
  313. +</center>
  314. +</body>
  315. +</html>
  316. \ No newline at end of file
Add Comment
Please, Sign In to add comment