Fixed some village master htmls.

This commit is contained in:
MobiusDev 2017-11-20 20:22:03 +00:00
parent 2f33491be0
commit 58b3358a11
21 changed files with 54 additions and 53 deletions

View File

@ -1,6 +1,6 @@
<html><body> <html><body>
Enter your alliance name:<br> Enter your alliance name:<br>
<edit var="name" width=120><br> <edit var="name" width=110><br>
<button value="Enter" action="bypass -h npc_%objectId%_create_ally $name" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br1> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_create_ally $name">Enter</Button></br>
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Alliance 9001-01.htm">Cancel</Button></br>
</body></html> </body></html>

View File

@ -1,5 +1,5 @@
<html><body> <html><body>
At your command the alliance will be dissolved.<br> At your command the alliance will be dissolved.<br>
<button value="Request Dissolution" action="bypass -h npc_%objectId%_dissolve_ally" width=160 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br1> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_dissolve_ally">Request Dissolution</Button><br>
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Alliance 9001-01.htm">Cancel</Button>
</body></html> </body></html>

View File

@ -1,3 +1,3 @@
<html><body> <html><body>
You must be in Clan. You must be in a Clan.
</body></html> </body></html>

View File

@ -1,5 +1,5 @@
<html><body>Enter clan name:<br> <html><body>Enter clan name:<br>
<edit var="name" width=120><br> <edit var="name" width=110><br>
<button value="Enter" action="bypass -h npc_%objectId%_create_clan $name" width=80 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_ct1.button_df"><br> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_create_clan $name">Enter</Button></br>
<button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=80 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Clan 9000-01.htm">Cancel</Button></br>
</body></html> </body></html>

View File

@ -1,8 +1,8 @@
<html><body> <html><body>
If you apply for dissolution, the clan will be dissolved.<br> If a clan is requested for disbanding, the clan gets disbanded.<br>
You may cancel your application for clan dissolution within one week of applying by using Clan Restoration Request. If you cancel the application, you must wait at least 7 days before making another clan dissolution request.<br> You can cancel disbanding through a clan recovery request within 1 week. Once it's canceled, you cannot request for disbanding again within 7 days.<br>
If you apply for clan dissolution, the clan lord will lose experience equal to the lost in one death. Following the completion of the clan dissolution, you cannot form another clan for 10 days.<br> If a clan disbanding is requested, the Clan Leader will lose XP equivalent to his death. Realistically the Clan Leader cannot form a clan again for 10 days once the clan gets disbanded.<br>
Please note that any items remaining in the clan warehouse at the time of clan dissolution will immediately disappear.<br> Please note that any items left in the clan warehouse will disappear when a clan gets disbanded.<br>
<table width="270"><tr> <table width="270"><tr>
<td><button value="Dissolution" action="bypass -h npc_%objectId%_dissolve_clan" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <td><button value="Dissolution" action="bypass -h npc_%objectId%_dissolve_clan" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align="right"><button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <td align="right"><button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>

View File

@ -1,6 +1,6 @@
<html><body> <html><body>
Enter your alliance name:<br> Enter your alliance name:<br>
<edit var="name" width=120><br> <edit var="name" width=110><br>
<button value="Enter" action="bypass -h npc_%objectId%_create_ally $name" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br1> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_create_ally $name">Enter</Button></br>
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Alliance 9001-01.htm">Cancel</Button></br>
</body></html> </body></html>

View File

@ -1,5 +1,5 @@
<html><body> <html><body>
At your command the alliance will be dissolved.<br> At your command the alliance will be dissolved.<br>
<button value="Request Dissolution" action="bypass -h npc_%objectId%_dissolve_ally" width=160 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br1> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_dissolve_ally">Request Dissolution</Button><br>
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Alliance 9001-01.htm">Cancel</Button>
</body></html> </body></html>

View File

@ -1,3 +1,3 @@
<html><body> <html><body>
You must be in Clan. You must be in a Clan.
</body></html> </body></html>

View File

@ -1,5 +1,5 @@
<html><body>Enter clan name:<br> <html><body>Enter clan name:<br>
<edit var="name" width=120><br> <edit var="name" width=110><br>
<button value="Enter" action="bypass -h npc_%objectId%_create_clan $name" width=80 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_ct1.button_df"><br> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_create_clan $name">Enter</Button></br>
<button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=80 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Clan 9000-01.htm">Cancel</Button></br>
</body></html> </body></html>

View File

@ -1,8 +1,8 @@
<html><body> <html><body>
If you apply for dissolution, the clan will be dissolved.<br> If a clan is requested for disbanding, the clan gets disbanded.<br>
You may cancel your application for clan dissolution within one week of applying by using Clan Restoration Request. If you cancel the application, you must wait at least 7 days before making another clan dissolution request.<br> You can cancel disbanding through a clan recovery request within 1 week. Once it's canceled, you cannot request for disbanding again within 7 days.<br>
If you apply for clan dissolution, the clan lord will lose experience equal to the lost in one death. Following the completion of the clan dissolution, you cannot form another clan for 10 days.<br> If a clan disbanding is requested, the Clan Leader will lose XP equivalent to his death. Realistically the Clan Leader cannot form a clan again for 10 days once the clan gets disbanded.<br>
Please note that any items remaining in the clan warehouse at the time of clan dissolution will immediately disappear.<br> Please note that any items left in the clan warehouse will disappear when a clan gets disbanded.<br>
<table width="270"><tr> <table width="270"><tr>
<td><button value="Dissolution" action="bypass -h npc_%objectId%_dissolve_clan" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <td><button value="Dissolution" action="bypass -h npc_%objectId%_dissolve_clan" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align="right"><button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <td align="right"><button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>

View File

@ -1,6 +1,6 @@
<html><body> <html><body>
Enter your alliance name:<br> Enter your alliance name:<br>
<edit var="name" width=120><br> <edit var="name" width=110><br>
<button value="Enter" action="bypass -h npc_%objectId%_create_ally $name" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br1> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_create_ally $name">Enter</Button></br>
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Alliance 9001-01.htm">Cancel</Button></br>
</body></html> </body></html>

View File

@ -1,5 +1,5 @@
<html><body> <html><body>
At your command the alliance will be dissolved.<br> At your command the alliance will be dissolved.<br>
<button value="Request Dissolution" action="bypass -h npc_%objectId%_dissolve_ally" width=160 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br1> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_dissolve_ally">Request Dissolution</Button><br>
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Alliance 9001-01.htm">Cancel</Button>
</body></html> </body></html>

View File

@ -1,3 +1,3 @@
<html><body> <html><body>
You must be in Clan. You must be in a Clan.
</body></html> </body></html>

View File

@ -1,5 +1,5 @@
<html><body>Enter clan name:<br> <html><body>Enter clan name:<br>
<edit var="name" width=120><br> <edit var="name" width=110><br>
<button value="Enter" action="bypass -h npc_%objectId%_create_clan $name" width=80 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_ct1.button_df"><br> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_create_clan $name">Enter</Button></br>
<button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=80 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Clan 9000-01.htm">Cancel</Button></br>
</body></html> </body></html>

View File

@ -1,8 +1,8 @@
<html><body> <html><body>
If you apply for dissolution, the clan will be dissolved.<br> If a clan is requested for disbanding, the clan gets disbanded.<br>
You may cancel your application for clan dissolution within one week of applying by using Clan Restoration Request. If you cancel the application, you must wait at least 7 days before making another clan dissolution request.<br> You can cancel disbanding through a clan recovery request within 1 week. Once it's canceled, you cannot request for disbanding again within 7 days.<br>
If you apply for clan dissolution, the clan lord will lose experience equal to the lost in one death. Following the completion of the clan dissolution, you cannot form another clan for 10 days.<br> If a clan disbanding is requested, the Clan Leader will lose XP equivalent to his death. Realistically the Clan Leader cannot form a clan again for 10 days once the clan gets disbanded.<br>
Please note that any items remaining in the clan warehouse at the time of clan dissolution will immediately disappear.<br> Please note that any items left in the clan warehouse will disappear when a clan gets disbanded.<br>
<table width="270"><tr> <table width="270"><tr>
<td><button value="Dissolution" action="bypass -h npc_%objectId%_dissolve_clan" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <td><button value="Dissolution" action="bypass -h npc_%objectId%_dissolve_clan" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align="right"><button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <td align="right"><button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>

View File

@ -1,6 +1,6 @@
<html><body> <html><body>
Enter your alliance name:<br> Enter your alliance name:<br>
<edit var="name" width=120><br> <edit var="name" width=110><br>
<button value="Enter" action="bypass -h npc_%objectId%_create_ally $name" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br1> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_create_ally $name">Enter</Button></br>
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Alliance 9001-01.htm">Cancel</Button></br>
</body></html> </body></html>

View File

@ -1,5 +1,5 @@
<html><body> <html><body>
At your command the alliance will be dissolved.<br> At your command the alliance will be dissolved.<br>
<button value="Request Dissolution" action="bypass -h npc_%objectId%_dissolve_ally" width=160 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br1> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_dissolve_ally">Request Dissolution</Button><br>
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Alliance 9001-01.htm">Cancel</Button>
</body></html> </body></html>

View File

@ -1,3 +1,3 @@
<html><body> <html><body>
You must be in Clan. You must be in a Clan.
</body></html> </body></html>

View File

@ -1,5 +1,5 @@
<html><body>Enter clan name:<br> <html><body>Enter clan name:<br>
<edit var="name" width=120><br> <edit var="name" width=110><br>
<button value="Enter" action="bypass -h npc_%objectId%_create_clan $name" width=80 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_ct1.button_df"><br> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_create_clan $name">Enter</Button></br>
<button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=80 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_ct1.button_df"> <Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Clan 9000-01.htm">Cancel</Button></br>
</body></html> </body></html>

View File

@ -1,8 +1,8 @@
<html><body> <html><body>
If you apply for dissolution, the clan will be dissolved.<br> If a clan is requested for disbanding, the clan gets disbanded.<br>
You may cancel your application for clan dissolution within one week of applying by using Clan Restoration Request. If you cancel the application, you must wait at least 7 days before making another clan dissolution request.<br> You can cancel disbanding through a clan recovery request within 1 week. Once it's canceled, you cannot request for disbanding again within 7 days.<br>
If you apply for clan dissolution, the clan lord will lose experience equal to the lost in one death. Following the completion of the clan dissolution, you cannot form another clan for 10 days.<br> If a clan disbanding is requested, the Clan Leader will lose XP equivalent to his death. Realistically the Clan Leader cannot form a clan again for 10 days once the clan gets disbanded.<br>
Please note that any items remaining in the clan warehouse at the time of clan dissolution will immediately disappear.<br> Please note that any items left in the clan warehouse will disappear when a clan gets disbanded.<br>
<table width="270"><tr> <table width="270"><tr>
<td><button value="Dissolution" action="bypass -h npc_%objectId%_dissolve_clan" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <td><button value="Dissolution" action="bypass -h npc_%objectId%_dissolve_clan" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align="right"><button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <td align="right"><button value="Cancel" action="bypass -h Quest Clan 9000-01.htm" width=100 height=27 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>

View File

@ -1,3 +1,4 @@
<body><html><Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Clan 9000-13c.htm">Rename the First Royal Guard.</Button> <body><html>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Clan 9000-13c.htm">Rename the First Royal Guard.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Clan 9000-13d.htm">Rename the Second Royal Guard.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Clan 9000-13d.htm">Rename the Second Royal Guard.</Button>
</body></html> </body></html>