Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### Eclipse Workspace Patch 1.0
- #P aCis_datapack
- Index: data/html/mods/ClanManager/main.htm
- ===================================================================
- --- data/html/mods/ClanManager/main.htm (revision 0)
- +++ data/html/mods/ClanManager/main.htm (working copy)
- @@ -0,0 +1,32 @@
- +<html>
- +<title>Clan Manager</title>
- +<center>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<img src="l2font-e.mini_logo-e" height=110 width=180>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=315 height=1 bgcolor="000000">
- +<tr><td align=center><font color="FFDF00">Welcome</font> <font color="FF0000">%charname%</font></td></tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1><br>
- +<br><br>
- +<br><br>
- +<button value="Stage 1" action="bypass -h npc_%objectId%_stage1" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
- +<button value="Stage 2" action="bypass -h npc_%objectId%_stage2" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
- +<button value="Stage 3" action="bypass -h npc_%objectId%_stage3" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
- +<br><br>
- +<br><br>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=310 height=40 bgcolor=000000>
- +<tr>
- +<td align="center"><font color="FFDF00"> www.L2Server.com </font></td>
- +</tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=310 height=25 bgcolor=000000>
- +<tr>
- +<td align="center"><font color="FFDF00"> Credits Reborn12 </font></td>
- +</tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +</body>
- +</html>
- Index: data/html/mods/ClanManager/stage1.htm
- ===================================================================
- --- data/html/mods/ClanManager/stage1.htm (revision 0)
- +++ data/html/mods/ClanManager/stage1.htm (working copy)
- @@ -0,0 +1,34 @@
- +<html>
- +<body>
- +<center>
- +<title>Clan Reward Stage 1</title><br><br>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=300 height=10 bgcolor="000000">
- +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<br>
- +<br>
- +<br>
- +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
- +<center>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +<table width=200 height=10 bgcolor=000000>
- + <tr>
- + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 1?</td>
- + </tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +</center>
- +<br>
- +<center>
- +<table width=10>
- +<tr>
- +<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>
- +<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>
- +</tr>
- +</table>
- +</center>
- +</center>
- +</body>
- +</html>
- \ No newline at end of file
- Index: data/html/mods/ClanManager/stage3.htm
- ===================================================================
- --- data/html/mods/ClanManager/stage3.htm (revision 0)
- +++ data/html/mods/ClanManager/stage3.htm (working copy)
- @@ -0,0 +1,34 @@
- +<html>
- +<body>
- +<center>
- +<title>Clan Reward Stage 3</title><br><br>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=300 height=10 bgcolor="000000">
- +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<br>
- +<br>
- +<br>
- +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
- +<center>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +<table width=200 height=10 bgcolor=000000>
- + <tr>
- + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 3?</td>
- + </tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +</center>
- +<br>
- +<center>
- +<table width=10>
- +<tr>
- +<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>
- +<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>
- +</tr>
- +</table>
- +</center>
- +</center>
- +</body>
- +</html>
- \ No newline at end of file
- Index: data/html/mods/ClanManager/main.htm
- ===================================================================
- --- data/html/mods/ClanManager/main.htm (revision 0)
- +++ data/html/mods/ClanManager/main.htm (working copy)
- @@ -0,0 +1,32 @@
- +<html>
- +<title>Clan Manager</title>
- +<center>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<img src="l2font-e.mini_logo-e" height=110 width=180>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=315 height=1 bgcolor="000000">
- +<tr><td align=center><font color="FFDF00">Welcome</font> <font color="FF0000">%charname%</font></td></tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1><br>
- +<br><br>
- +<br><br>
- +<button value="Stage 1" action="bypass -h npc_%objectId%_stage1" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
- +<button value="Stage 2" action="bypass -h npc_%objectId%_stage2" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
- +<button value="Stage 3" action="bypass -h npc_%objectId%_stage3" width=134 height=21 back="L2UI_ch3.BigButton3_over" fore="L2UI_ch3.BigButton3">
- +<br><br>
- +<br><br>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=310 height=40 bgcolor=000000>
- +<tr>
- +<td align="center"><font color="FFDF00"> www.L2Server.com </font></td>
- +</tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=310 height=25 bgcolor=000000>
- +<tr>
- +<td align="center"><font color="FFDF00"> Credits Reborn12 </font></td>
- +</tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +</body>
- +</html>
- Index: data/html/mods/ClanManager/stage1.htm
- ===================================================================
- --- data/html/mods/ClanManager/stage1.htm (revision 0)
- +++ data/html/mods/ClanManager/stage1.htm (working copy)
- @@ -0,0 +1,34 @@
- +<html>
- +<body>
- +<center>
- +<title>Clan Reward Stage 1</title><br><br>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=300 height=10 bgcolor="000000">
- +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<br>
- +<br>
- +<br>
- +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
- +<center>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +<table width=200 height=10 bgcolor=000000>
- + <tr>
- + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 1?</td>
- + </tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +</center>
- +<br>
- +<center>
- +<table width=10>
- +<tr>
- +<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>
- +<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>
- +</tr>
- +</table>
- +</center>
- +</center>
- +</body>
- +</html>
- \ No newline at end of file
- Index: data/html/mods/ClanManager/stage2.htm
- ===================================================================
- --- data/html/mods/ClanManager/stage2.htm (revision 0)
- +++ data/html/mods/ClanManager/stage2.htm (working copy)
- @@ -0,0 +1,34 @@
- +<html>
- +<body>
- +<center>
- +<title>Clan Reward Stage 2</title><br><br>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=300 height=10 bgcolor="000000">
- +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<br>
- +<br>
- +<br>
- +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
- +<center>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +<table width=200 height=10 bgcolor=000000>
- + <tr>
- + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 2?</td>
- + </tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +</center>
- +<br>
- +<center>
- +<table width=10>
- +<tr>
- +<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>
- +<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>
- +</tr>
- +</table>
- +</center>
- +</center>
- +</body>
- +</html>
- \ No newline at end of file
- Index: data/html/mods/ClanManager/stage3.htm
- ===================================================================
- --- data/html/mods/ClanManager/stage3.htm (revision 0)
- +++ data/html/mods/ClanManager/stage3.htm (working copy)
- @@ -0,0 +1,34 @@
- +<html>
- +<body>
- +<center>
- +<title>Clan Reward Stage 3</title><br><br>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=300 height=10 bgcolor="000000">
- +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<br>
- +<br>
- +<br>
- +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
- +<center>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +<table width=200 height=10 bgcolor=000000>
- + <tr>
- + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 3?</td>
- + </tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +</center>
- +<br>
- +<center>
- +<table width=10>
- +<tr>
- +<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>
- +<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>
- +</tr>
- +</table>
- +</center>
- +</center>
- +</body>
- +</html>
- \ No newline at end of file
- Index: data/html/mods/ClanManager/stage2.htm
- ===================================================================
- --- data/html/mods/ClanManager/stage2.htm (revision 0)
- +++ data/html/mods/ClanManager/stage2.htm (working copy)
- @@ -0,0 +1,34 @@
- +<html>
- +<body>
- +<center>
- +<title>Clan Reward Stage 2</title><br><br>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<table width=300 height=10 bgcolor="000000">
- +<tr><td align=center>Welcome<font color="LEVEL">%charname%</td></tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=300 height=1>
- +<br>
- +<br>
- +<br>
- +<img src="L2UI_CH3.herotower_deco" height="30" width="256">
- +<center>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +<table width=200 height=10 bgcolor=000000>
- + <tr>
- + <td align=center ><font color=FFFFFF>Would You Like To Complete Stage 2?</td>
- + </tr>
- +</table>
- +<img src="L2UI.SquareWhite" width=200 height=1>
- +</center>
- +<br>
- +<center>
- +<table width=10>
- +<tr>
- +<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>
- +<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>
- +</tr>
- +</table>
- +</center>
- +</center>
- +</body>
- +</html>
- \ No newline at end of file
Add Comment
Please, Sign In to add comment