Browse Source

Minor Html fix's also added html folder for agit's

L2Unleashed 19 years ago
parent
commit
eba3a82c08

+ 86 - 0
datapack_development/data/html/auction/AgitAuctionInfo.htm

@@ -0,0 +1,86 @@
+?<html>
+
+
+<body>
+<center>Clan Hall Information</center>
+<img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=1 height=3>
+<table width=270 border=0>
+
+<tr><td width=90>
+<font color="a2a0a2">Name of clan hall</font>
+</td><td width=180>
+<font color="b09979"><?AGIT_NAME?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Clan that owns</font>
+</td><td>
+<font color="b09979"><?OWNER_PLEDGE_NAME?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Leader of clan that owns</font>
+</td><td>
+<font color="b09979"><?OWNER_PLEDGE_MASTER?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Size of clan hall</font>
+</td><td>
+<font color="b09979"><?AGIT_SIZE?>rating</font> (grade)
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Rental fee for clan hall</font>
+</td><td>
+<font color="b09979"><?AGIT_LEASE?></font>adena<font color="LEVEL">/week</font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Clan hall location</font>
+</td><td>
+<?AGIT_LOCATION?>
+</td></tr>
+</table>
+<img src="L2UI.SquareGray" width=270 height=1> <img src="L2UI.SquareBlank" width=1 height=3>
+
+<table width=270 border=0>
+
+<tr><td width=90>
+<font color="a2a0a2">Time and date that auction ends</font>
+</td><td width=180>
+<font color="b09979"><?AGIT_AUCTION_END_YY?> year <?AGIT_AUCTION_END_MM?> month <?AGIT_AUCTION_END_DD?> day <?AGIT_AUCTION_END_HH?> hour </font>
+</td></tr>
+<tr><td>
+<font color="a2a0a2">Time remaining</font>
+</td><td>
+<font color="b09979"><?AGIT_AUCTION_REMAIN?></font>
+</td></tr>
+<tr><td>
+<font color="a2a0a2">Minimum bid price</font>
+</td><td>
+<font color="b09979"><?AGIT_AUCTION_MINBID?></font> adena
+</td></tr>
+<tr><td>
+<font color="a2a0a2">Number of bidding clans</font>
+</td><td>
+<font color="b09979"><?AGIT_AUCTION_COUNT?></font>
+</td></tr>
+
+</table>
+
+<table width=270 border=0 bgcolor=333333>
+<tr><td width=270>
+<?AGIT_AUCTION_DESC?>
+</td></tr>
+</table>
+<img src="L2UI.SquareBlank" width=270 height=10> <img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=60></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BIDLIST?>" value="??? ??" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BID?>" value="??" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+</body></html>

+ 28 - 0
datapack_development/data/html/auction/AgitAuctionList.htm

@@ -0,0 +1,28 @@
+?<html>
+
+
+<body>
+
+<center>Items for Sale in All Regions</center>
+<img src="L2UI.SquareWhite" width=270 height=1>
+
+<table width=270 border=0 bgcolor="000000">
+<tr>
+<td width=50 align=center>&amp;$550;</td>
+<td width=100 align=center>&amp;$551;</td>
+<td width=50 align=center>&amp;$552;</td>
+<td width=70 align=center>&amp;$555;</td>
+</tr>
+</table>
+
+<?AGIT_LIST?>
+
+<img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=210></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="??" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+</body>
+</html>

+ 14 - 0
datapack_development/data/html/auction/AgitBid1.htm

@@ -0,0 +1,14 @@
+?<html>
+<body>
+<font color="LEVEL">Bidding is only permitted in one clan hall.</font> When a bid is submitted, the amount of adena bid is <font color="LEVEL">deposited</font> from the clan warehouse into the auction. <font color="LEVEL">10% of the bid amount is a transaction tax</font> and cannot be returned even if the bidding is canceled.<br> <font color="LEVEL">The bid price</font> must be higher than the minimum bid price (or previous bid price when rebidding) and the clan that has written the highest price at the end of the auction wins the auction.<br> There are currently <font color="aaccff"><?PLEDGE_ADENA?></font> adena in the clan warehouse. The minimum amount that can be bid is <font color="aaccff"><?AGIT_AUCTION_MINBID?></font> adena.<br> How much do you want to bid?
+<table width=270 border=0><tr><td width=220 align=right><edit var=bidprice width=230 align=right type=number></td><td width=40 align=right>adena</td></tr></table>
+<img src="L2UI.SquareBlank" width=270 height=10> <img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=130></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_NEXT?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+<br>
+</body></html>

+ 26 - 0
datapack_development/data/html/auction/AgitBid2.htm

@@ -0,0 +1,26 @@
+?<html>
+<body>
+<table width=270 border=0>
+<tr><td width=90>
+Minimum bid price
+</td><td width=180>
+<font color="aaccff"><?AGIT_AUCTION_MINBID?></font> adena</td></tr>
+<tr><td>
+Bid price
+</td><td>
+<font color="aaccff"><?AGIT_AUCTION_BID?></font> adena</td></tr>
+<tr><td>
+Auction closing date
+</td><td><?AGIT_AUCTION_END_YY?> year <?AGIT_AUCTION_END_MM?> month <?AGIT_AUCTION_END_DD?> day <?AGIT_AUCTION_END_HH?> hour
+</td></tr>
+</table>
+<br> Rebidding is only possible after a bid has been made or when raising a bid price. When canceling a bid, the transaction tax (<font color="LEVEL">10% of the bid price</font>) cannot be returned. <br> Rebidding and bid cancelation can be done through "My Sale Items" in the top menu.<br>  Do you want to bid?<br> <img src="L2UI.SquareBlank" width=270 height=10> <img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=130></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_DOBID?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+<br>
+</body></html>

+ 16 - 0
datapack_development/data/html/auction/AgitBidCancel.htm

@@ -0,0 +1,16 @@
+?<html>
+
+
+<body>
+When an auction bid is canceled, the transaction tax (<font color="LEVEL">10% of the bid amount</font>) cannot be returned.<br> The bid price for this clan hall is <font color="aaccff"><?AGIT_BID?></font> adena. After deducting the transaction tax, you can receive back the remaining <font color="aaccff"><?AGIT_BID_REMAIN?></font> adena. Do you want to cancel your bid?
+
+<img src="L2UI.SquareBlank" width=270 height=10> <img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=130></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_CANCEL?>" value="?? ??" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+&nbsp;<br>
+</body></html>

+ 89 - 0
datapack_development/data/html/auction/AgitBidInfo.htm

@@ -0,0 +1,89 @@
+?<html>
+
+
+<body>
+<center>Information about Clans that Bid at Auction</center>
+<img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=1 height=3>
+<table width=270 border=0>
+
+<tr><td width=90>
+<font color="a2a0a2">Name of clan hall</font>
+</td><td width=180>
+<font color="b09979"><?AGIT_NAME?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Clan that owns</font>
+</td><td>
+<font color="b09979"><?OWNER_PLEDGE_NAME?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Leader of clan that owns</font>
+</td><td>
+<font color="b09979"><?OWNER_PLEDGE_MASTER?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Size of clan hall</font>
+</td><td>
+<font color="b09979"><?AGIT_SIZE?>rating</font> (grade)
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Rental fee for clan hall</font>
+</td><td>
+<font color="b09979"><?AGIT_LEASE?></font>adena<font color="LEVEL">/week</font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Clan hall location</font>
+</td><td>
+<?AGIT_LOCATION?>
+</td></tr>
+</table>
+<img src="L2UI.SquareGray" width=270 height=1> <img src="L2UI.SquareBlank" width=1 height=3>
+
+<table width=270 border=0>
+
+<tr><td width=90>
+<font color="a2a0a2">Time and date that auction ends</font>
+</td><td width=180>
+<font color="b09979"><?AGIT_AUCTION_END_YY?> year <?AGIT_AUCTION_END_MM?> month <?AGIT_AUCTION_END_DD?> day <?AGIT_AUCTION_END_HH?> hour </font>
+</td></tr>
+<tr><td>
+<font color="a2a0a2">Time remaining</font>
+</td><td>
+<font color="b09979"><?AGIT_AUCTION_REMAIN?></font>
+</td></tr>
+<tr><td>
+<font color="a2a0a2">Minimum bid price</font>
+</td><td>
+<font color="b09979"><?AGIT_AUCTION_MINBID?></font> adena
+</td></tr>
+<tr><td>
+<font color="ccc0cc">Bid price</font>
+</td><td>
+<font color="aaccff"><?AGIT_AUCTION_MYBID?></font> adena
+</td></tr>
+
+</table>
+
+<table width=270 border=0 bgcolor=333333>
+<tr><td width=270>
+<?AGIT_AUCTION_DESC?>
+</td></tr>
+</table>
+<img src="L2UI.SquareBlank" width=270 height=10> <img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=130></td>
+<td width=70 align=center><button action="<?AGIT_LINK_CANCEL?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BIDLIST?>" value="?????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr><tr>
+<td width=130></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_RE?>" value="???" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+</body></html>

+ 30 - 0
datapack_development/data/html/auction/AgitBidderList.htm

@@ -0,0 +1,30 @@
+?<html>
+
+
+<body>
+
+<center>List of Bidding Clans</center>
+<img src="L2UI.SquareWhite" width=270 height=1>
+
+<table width=270 border=0 bgcolor="000000">
+<tr>
+<td width=50 align=center>Clan Name</td>
+<td width=100 align=center>Name of bidding clan</td>
+<td width=50 align=center>Time bid was placed</td>
+<td width=70 align=center>Bid price</td>
+</tr>
+</table>
+
+
+<?AGIT_LIST?>
+
+
+<img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=210></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+</body>
+</html>

+ 55 - 0
datapack_development/data/html/auction/AgitInfo.htm

@@ -0,0 +1,55 @@
+?<html>
+
+
+<body>
+<center>Clan Hall Information</center>
+<img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=1 height=3>
+
+<table width=270 border=0>
+<tr><td width=90>
+<font color="a2a0a2">Name of clan hall</font>
+</td><td width=180>
+<font color="b09979"><?AGIT_NAME?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Clan that owns</font>
+</td><td>
+<font color="b09979"><?AGIT_OWNER_PLEDGE_NAME?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Leader of clan that owns</font>
+</td><td>
+<font color="b09979"><?OWNER_PLEDGE_MASTER?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Size of clan hall</font>
+</td><td>
+<font color="b09979"><?AGIT_SIZE?>rating</font> (grade)
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Rental fee for clan hall</font>
+</td><td>
+<font color="b09979"><?AGIT_LEASE?></font>adena<font color="LEVEL">/week</font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Clan hall location</font>
+</td><td>
+<?AGIT_LOCATION?>
+</td></tr>
+
+
+</table>
+<img src="L2UI.SquareBlank" width=270 height=10> <img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=130></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_SALE1?>" value="??????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+</body></html>

+ 14 - 0
datapack_development/data/html/auction/AgitSale1.htm

@@ -0,0 +1,14 @@
+?<html>
+<body>
+In order to put a clan hall up for auction, a <font color="LEVEL">deposit</font> must be paid for the respective clan hall in the clan warehouse. The <font color="LEVEL">deposit</font> is taken out of the clan warehouse at the moment the clan hall is put up for auction and is returned if the auction is completed normally.<br> If an auction is canceled, you cannot register an auction again for seven days and the <font color="LEVEL">deposit</font> is not returned. The deposit also cannot be returned if the auction ends without any bids.<br>  The <font color="LEVEL">deposit</font> for this clan house is <font color="aaccff"><?AGIT_DEPOSIT?></font> adena and there are currently <font color="aaccff"><?AGIT_PLEDGE_ADENA?></font> adena in the clan warehouse.
+
+<img src="L2UI.SquareBlank" width=270 height=10> <img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=130></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_SALE2?>" value="??" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+<br>
+</body></html>

+ 18 - 0
datapack_development/data/html/auction/AgitSale2.htm

@@ -0,0 +1,18 @@
+?<html>
+<body>
+The standard system price for this clan hall is <font color="aaccff"><?AGIT_LAST_PRICE?></font> adena and the last trading price was <font color="aaccff"><?AGIT_LAST_PRICE?></font> adena.<br> The amount received at the end of the auction is the amount remaining after deducting the <font color="LEVEL">transaction tax (10%) </font> from the successful bid price. How much would you like to set the standard auction price at (minimum bid price)?
+<table width=270 border=0><tr><td width=220 align=right><edit var=minbid width=230 align=right type=number></td><td width=40 align=right>adena</td></tr></table>
+
+For how many days do you want the auction to run?
+<table width=270 border=0><tr><td width=270 align=right><combobox width=50 var=day list="7?;3?;1?"></td></tr></table>
+
+Write an explanation of the clan hall. <multiedit var="comment" width=270><img src="L2UI.SquareBlank" width=270 height=10> <img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=130></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_SALE3?>" value="??" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+<br>
+</body></html>

+ 36 - 0
datapack_development/data/html/auction/AgitSale3.htm

@@ -0,0 +1,36 @@
+?<html>
+<body>
+<table width=270 border=0>
+<tr><td width=90>
+Standard Auction Price
+</td><td width=180>
+<font color="aaccff"><?AGIT_AUCTION_MIN?></font> adena</td></tr>
+<tr><td width=90>
+Minimum bid price
+</td><td width=180>
+<font color="aaccff"><?AGIT_AUCTION_MINBID?></font> adena</td></tr>
+<tr><td width=90>
+Auction period
+</td><td width=180>
+days
+</td></tr>
+<tr><td width=90>
+Auction closing date
+</td><td width=180><?AGIT_AUCTION_END_YY?> year <?AGIT_AUCTION_END_MM?> month <?AGIT_AUCTION_END_DD?> day <?AGIT_AUCTION_END_HH?> hour
+</td></tr>
+</table>
+<table width=270 border=0 bgcolor=333333>
+<tr><td width=270>
+<?AGIT_AUCTION_DESC?>
+</td></tr>
+</table>
+You can re-enter information by clicking the "Back" button<br> Do you want to register the clan hall for auction? <img src="L2UI.SquareBlank" width=270 height=10> <img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=130></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="??" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_ACT?>" value="??" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+<br>
+</body></html>

+ 14 - 0
datapack_development/data/html/auction/AgitSaleCancel.htm

@@ -0,0 +1,14 @@
+?<html>
+
+
+<body>
+If an auction is canceled, you cannot register an auction again for seven days and the <font color="LEVEL">deposit</font> is not returned.<br> The <font color="LEVEL">deposit</font> for this clan hall is  <font color="aaccff"><?AGIT_DEPOSIT?></font> adena.<br> Do you want to cancel the auction? <img src="L2UI.SquareBlank" width=270 height=10> <img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=130></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="??" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_DOCANCEL?>" value="?? ??" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+&nbsp;<br>
+</body></html>

+ 87 - 0
datapack_development/data/html/auction/AgitSaleInfo.htm

@@ -0,0 +1,87 @@
+?<html>
+
+
+<body>
+<center>Information About Clan Halls Put Up for Auction</center>
+<img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=1 height=3>
+<table width=270 border=0>
+
+<tr><td width=90>
+<font color="a2a0a2">Name of clan hall</font>
+</td><td width=180>
+<font color="b09979"><?AGIT_NAME?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Clan that owns</font>
+</td><td>
+<font color="b09979"><?AGIT_OWNER_PLEDGE_NAME?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Leader of clan that owns</font>
+</td><td>
+<font color="b09979"><?OWNER_PLEDGE_MASTER?></font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Size of clan hall</font>
+</td><td>
+<font color="b09979"><?AGIT_SIZE?>rating</font> (grade)
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Rental fee for clan hall</font>
+</td><td>
+<font color="b09979"><?AGIT_LEASE?></font>adena<font color="LEVEL">/week</font>
+</td></tr>
+
+<tr><td>
+<font color="a2a0a2">Clan hall location</font>
+</td><td>
+<?AGIT_LOCATION?>
+</td></tr>
+</table>
+<img src="L2UI.SquareGray" width=270 height=1> <img src="L2UI.SquareBlank" width=1 height=3>
+
+<table width=270 border=0>
+
+<tr><td width=90>
+<font color="a2a0a2">Time and date that auction ends</font>
+</td><td width=180>
+<font color="b09979"><?AGIT_AUCTION_END_YY?> year <?AGIT_AUCTION_END_MM?> month <?AGIT_AUCTION_END_DD?> day <?AGIT_AUCTION_END_HH?> hour </font>
+</td></tr>
+<tr><td>
+<font color="a2a0a2">Time remaining</font>
+</td><td>
+<font color="b09979"><?AGIT_AUCTION_REMAIN?></font>
+</td></tr>
+<tr><td>
+<font color="a2a0a2">Minimum bid price</font>
+</td><td>
+<font color="b09979"><?AGIT_AUCTION_MINBID?></font> adena
+</td></tr>
+<tr><td>
+<font color="a2a0a2">Number of bidding clans</font>
+</td><td>
+<font color="b09979"><?AGIT_AUCTION_BIDCOUNT?></font>
+</td></tr>
+
+</table>
+
+<table width=270 border=0 bgcolor=333333>
+<tr><td width=270>
+<?AGIT_AUCTION_DESC?>
+</td></tr>
+</table>
+<img src="L2UI.SquareBlank" width=270 height=10> <img src="L2UI.SquareWhite" width=270 height=1> <img src="L2UI.SquareBlank" width=270 height=5>
+<table width=270 border=0>
+<tr>
+<td width=60></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BACK?>" value="??" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_BIDLIST?>" value="?????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+<td width=70 align=center><button action="<?AGIT_LINK_CANCELAUCTION?>" value="????" width=70 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton"></td>
+</tr>
+</table>
+&nbsp;<br>
+</body></html>

+ 0 - 19
datapack_development/data/html/default/8050-1.htm

@@ -1,19 +0,0 @@
-<html>
-<body>
-When you know enough to ask a question, you are prepared to find the answer!
-<br><br>
-Very well, I shall explain it to you!
-<br><br>
-A magical symbol froms a harmony that consists of the three types of capabilities.
-<br><br>
-STR, DEX and CON will from six types of harmony.
-<br><br>
-INT, MEN and WIT will also form six types of harmony.
-<br><br>
-Different symbols are appropriate for different professions. The higher your class, the more advanced symbol that can be drawn for you.
-<br><br>
-<a action="bypass -h npc_%objectId%_Chat 2">Tell me about symbols and class types.</a>
-<br>
-<a action="bypass -h npc_%objectId%_Chat 0">Return</a>
-</body>
-</html>

+ 0 - 21
datapack_development/data/html/default/8050-2.htm

@@ -1,21 +0,0 @@
-<html>
-<body>
-Classes mentioned here are available after first class transfer.
-<br><br>
-The Mystic class includes Wizards and Healers.
-<br><br>
-Warrior Class :
-<br>
-Warrior, Human Knight, Rouge, Gladiator, Paladin, Warlord, Dark Avenger, Treasure Hunter, Hawkeye, Elven Knight, Elven Scount , Temple Knight, Swordsinger, Plainswalker , Silver Ranger, Palus Knight, Assassin, Shillen Knight, Bladedancer, Abyss Walker, Phantom Ranger, Orc Raider, Orc Monk, Destroyer, Tyrant, Scavenger, Artisan, Bounty Hunter, and Warsmith
-<br><br>
-Mystic Class :
-<br>
-Human Wizard, Sorcerer/ss, Necromancer, Warlock, Elven Wizard, Spellhower, and Phantom Summoner
-<br><br>
-Healer Class :
-<br>
-Cleric, Bishop, Prophet, Elven Oracles, Elven Elder, Shillen Oracle, Shillen Elder, Orc Shaman, Overlord, and Warcryer
-<br><br>
-<a action="bypass -h npc_%objectId%_Chat 0">Back</a>
-</body>
-</html>

+ 0 - 21
datapack_development/data/html/default/8050.htm

@@ -1,21 +0,0 @@
-<html>
-<body>
-Hello! Isn't it a beautiful day?
-<br><br>
-would you like to have a symbol made?
-<br><br>
-Have you brought dye?
-<br><br>
-Symbols are not easly made!
-<br><br>
-You must be certain of what you want befor we begin!
-This is an expensive project and you cannot afford any false starts!
-<br><br>
-Although expensive, if you choose well, your symbol will be a good investment for you, as valuable as an excellent sword or shield!
-<br><br>
-<a action="bypass -h npc_%objectId%_Chat 1">Draw a symbol.</a><br>
-<a action="bypass -h npc_%objectId%_Chat 0">Delete a symbol.</a>
-<br><br>
-<a action="bypass -h npc_%objectId%_Chat 1">Tell me more about symbols and dye.</a>
-</body>
-</html>

+ 5 - 13
datapack_development/data/html/merchant/7094.htm

@@ -3,23 +3,15 @@
 <body>
 Magic Trader Gentler:
 <br>
-Welcome, my young traveler. Tired do you look! Groot s Healing Potions are just the thing for a tired body and mind. So, what are you looking for? Spell books? Magic weapons? Anything and everything related to magic, we ve got, so please take all the time you need and look around.
+Welcome, my young traveler. Tired do you look! Groot's Healing Potions are just the thing for a tired body and mind. So, what are you looking for? Spell books? Magic weapons? Anything and everything related to magic, we ve got, so please take all the time you need and look around.
 <br>
-<a action="bypass -h npc_%objectId%_Buy 29">
-Buy Spellbooks
-</a>
+<a action="bypass -h npc_%objectId%_Buy 29">Buy Spellbooks</a>
 <br>
-<a action="bypass -h npc_%objectId%_Buy 30">
-Buy Mystics' Equipment
-</a>
+<a action="bypass -h npc_%objectId%_Buy 30">Buy Mystics' Equipment</a>
 <br>
-<a action="bypass -h npc_%objectId%_Sell">
-Sell
-</a>
+<a action="bypass -h npc_%objectId%_Sell">Sell</a>
 <br>
-<a action="bypass -h npc_%objectId%_Quest 0">
-Quest
-</a>
+<a action="bypass -h npc_%objectId%_Quest">Quest</a>
 </body>
 </html>
 

+ 2 - 7
datapack_development/data/html/merchant/7097.htm

@@ -3,15 +3,10 @@
 <body>
 Trader Galladucci:
 <br>
-<br>
 Our high-end shop has opened again and there are many precious weapons. I hope you find something you like.<br>
 I'm sorry but we don't accept adena anymore, only <font color="LEVEL">crystals.</font> I hope that's not too inconvenient.<br>
 If you're looking for armor, just ask my wife next to me.<br>
-<table width=230>
-<tr><td><a action="bypass -h npc_%objectId%_Quest 5004_weapon"><font color="LEVEL">Buy Weapons</font></a></td></tr>
-<tr><td><a action="bypass -h npc_%objectId%_Quest 0"><font color="LEVEL">Buy Scrolls</font></a></td></tr>
-<tr><td></td></tr>
-<tr><td><a action="bypass -h npc_%objectId%_Quest 0"><font color="LEVEL">Quest</font></a></td></tr>
-</table>
+<a action="bypass -h npc_%objectId%_Quest 5004_weapon"><font color="LEVEL">Buy Weapons</font></a><br>
+<a action="bypass -h npc_%objectId%_Quest"><font color="LEVEL">Quest</font></a><br>
 </body>
 </html>

+ 4 - 10
datapack_development/data/html/merchant/7098.htm

@@ -3,18 +3,12 @@
 <body>
 Trader Alexandria:
 <br>
-<br>
 Greetings! Thank you for visiting our luxury shop. We sell precious items that you will never see elsewhere. Look through our items and choose something you like.<br>
 Our shop does not take adena for payment, we only accept <font color="LEVEL">crystals</font>, so please keep that in mind.<br>
 If you wish to buy weapons, my husband, right next to me, will be happy to help you.<br>
-<table width=230>
-<tr><td><a action="bypass -h npc_%objectId%_Quest 5001_armor"><font color="LEVEL">Buy Armor</font></a></td></tr>
-<tr><td><a action="bypass -h npc_%objectId%_Quest 5002_jewel"><font color="LEVEL">Buy Jewel</font></a></td></tr>
-<tr><td><a action="bypass -h npc_%objectId%_Quest 5003_shield"><font color="LEVEL">Buy Shield</font></a></td></tr>
-<tr><td></td></tr>
-<tr><td><a action="bypass -h npc_%objectId%_Quest 0"><font color="LEVEL">Convert Crystals</font></a></td></tr>
-<tr><td></td></tr>
-<tr><td><a action="bypass -h npc_%objectId%_Quest"><font color="LEVEL">Quest</font></a></td></tr>
-</table>
+<a action="bypass -h npc_%objectId%_Quest 5001_armor"><font color="LEVEL">Buy Armor</font></a><br>
+<a action="bypass -h npc_%objectId%_Quest 5002_jewel"><font color="LEVEL">Buy Jewels</font></a><br>
+<a action="bypass -h npc_%objectId%_Quest 5003_shield"><font color="LEVEL">Buy Shields</font></a><br>
+<a action="bypass -h npc_%objectId%_Quest"><font color="LEVEL">Quest</font></a><br>
 </body>
 </html>

+ 0 - 26
datapack_development/data/html/merchant/7149-0.htm

@@ -1,26 +0,0 @@
-<html> 
-<body> 
-<tr><td>Trader Creamees:</td></tr>
-<br> 
-<tr><td>Among the many battles with the Dark Elves,</td></tr> 
-<tr><td>the  fiercest  battle  took  place  in  the</td></tr> 
-<tr><td>Underground Fortress. The last battle between</td></tr> 
-<tr><td>the two races happened there. The blood of</td></tr> 
-<tr><td>the injured from both sides ran red on the floor</td></tr> 
-<tr><td>of the fortress, and crows covered the skies.</td></tr> 
-<tr><td>Suddenly, the gates of hell opened and the</td></tr> 
-<tr><td><font color="LEVEL">drevanuls</font>, devils from hell, spilled forth. The</td></tr> 
-<tr><td>Dark Elven magicians, driven into a corner, had</td></tr> 
-<tr><td>called upon these bloodthirsty devils.</td></tr>
-<br> 
-<tr><td>Hundreds of Elves and Dark Elves alike were</td></tr> 
-<tr><td>cruely slain in the Underground Fortress in a</td></tr> 
-<tr><td>bloody,  evil  feast  of  insanity.  Luckily  I</td></tr> 
-<tr><td>survived, but I still suffer from nightmares. One</td></tr> 
-<tr><td>day, I will avenge the deth of my brothers who</td></tr>
-<tr><td>died at the hands of the devils.</td></tr>
-<br>
-<tr><td>(Quest for all charcters level 21 and above,</td></tr>
-<tr><td>except Dark Elves.)</td></tr>
-</body> 
-</html>

+ 0 - 26
datapack_development/data/html/merchant/7150-0.htm

@@ -1,26 +0,0 @@
-<html> 
-<body> 
-<tr><td>Trader Herbiel:</td></tr>
-<br> 
-<tr><td>A long time ago, there was a beautiful forest</td></tr> 
-<tr><td>beyond the mountains to the east of the Elven</td></tr> 
-<tr><td>Forest. We Elves used to live there. But the</td></tr> 
-<tr><td>land became devastated due to the forbidden</td></tr> 
-<tr><td>magic that was used two thousand years ago</td></tr> 
-<tr><td>during the war between the Humans and the</td></tr> 
-<tr><td>Elves. Now it is called the <font color="LEVEL">Sea of Spores</font>.</td></tr>
-<br> 
-<tr><td>Today, the problem is that the Sea of Spores is</td></tr> 
-<tr><td>slowly expanding bit by bit. Of course, we are</td></tr> 
-<tr><td>trying to stop its expansion with a magical</td></tr> 
-<tr><td>defence field, but our forest has become</td></tr> 
-<tr><td>gradually  contaminated  over  hundreds  of</td></tr> 
-<tr><td>years, from the poisons that seep out of the</td></tr> 
-<tr><td>Sea of Spores. We are all trying our best to</td></tr> 
-<tr><td>solve the problem, but it is not an easy thing to</td></tr>
-<tr><td>do. There may be a day when I will require</td></tr>
-<tr><td>your assistance.</td></tr>
-<br>
-<tr><td>(Quest for characters level 8 and above.)</td></tr>
-</body> 
-</html>

+ 0 - 28
datapack_development/data/html/merchant/7519-0.htm

@@ -1,28 +0,0 @@
-<html>
-<body>
-<tr><td><font color="LEVEL">Tarantula spider silk</font> is lighter and has better</td></tr>
-<tr><td>colors than the highest-quality silk! Where can</td></tr>
-<tr><td>I find enough tarantula spider silk for twenty</td></tr>
-<tr><td>dresses? That's too much! Who will believe me</td></tr>
-<tr><td>if I say I couldn't make spider silk dresses</td></tr>
-<tr><td>made of tarantula spider silk because I couldn't</td></tr>
-<tr><td>find enough spider silk - I'm frustrated! I'm</td></tr>
-<tr><td>frustrated! Tears form in my eyes and the world</td></tr>
-<tr><td>collapses upon me! Yikes! I really don't know</td></tr>
-<tr><td>what to do now ...!</td></tr>
-<br>
-<tr><td>I do not have much time to make twenty by</td></tr>
-<tr><td>next week, Eeek! I, Mion,am responsible for </td></tr>
-<tr><td>this, if I do not finish on time! My fingers are</td></tr>
-<tr><td>starting to ache, thinking of all those clothes to </td></tr>
-<tr><td>make ... I will need apile of laces and ribbons!</td></tr>
-<tr><td>Who is going to get the spider silk forme? Oh </td></tr>
-<tr><td>no! I need more materials!!! What should I do? </td></tr>
-<tr><td>Oh no ... my life is tragic ... now really ..! <font color="LEVEL">I don't</font></td></tr>
-<tr><td><font color="LEVEL">know what to do!!!</font></td></tr>
-<br>
-<tr><td><font color="LEVEL">(Quest for characters level 15 and above, with</font></td></tr>
-<tr><td><font color="LEVEL">either the ring of raccoon orthe ring offirefly.)</font></td></tr>
-<br>
-</body>
-</html>

+ 26 - 26
datapack_development/data/html/merchant/7827-33.htm

@@ -1,26 +1,26 @@
-<html><head><body>Pet Manager Lundy:<br>
-
-You can ride strider or wyvern for adena:<br><br>
-
-<table>
-<tr><td>Wyvern</td><td>Strider</td></tr>
-<tr>
-	<td><a action="bypass -h forth wyvern 30 2000 temporary-ride">30sec/2000a</a></td>
-	<td><a action="bypass -h forth strider 30 1000 temporary-ride">30sec/1000a</a></td>
-</tr>
-<tr>
-	<td><a action="bypass -h forth wyvern 60 6000 temporary-ride">1min/6000a</a></td>
-	<td><a action="bypass -h forth strider 60 3000 temporary-ride">1min/3000a</a></td>
-</tr>
-<tr>
-	<td><a action="bypass -h forth wyvern 600 500000 temporary-ride">10min/500000a</a></td>
-	<td><a action="bypass -h forth strider 600 250000 temporary-ride">10min/250000a</a></td>
-</tr>
-<tr>
-	<td><a action="bypass -h forth wyvern 1800 2000000 temporary-ride">30min/2000000a</a></td>
-	<td><a action="bypass -h forth strider 1800 1000000 temporary-ride">30min/1000000a</a></td>
-</tr>
-</table>
-</body></html>
-
-
+<html><head><body>Pet Manager Lundy:<br>
+
+You can rent a strider or wyvern for adena:<br><br>
+
+<table>
+<tr><td>Wyvern</td><td>Strider</td></tr>
+<tr>
+	<td><a action="bypass -h forth wyvern 30 2000 temporary-ride">30sec/2000a</a></td>
+	<td><a action="bypass -h forth strider 30 1000 temporary-ride">30sec/1000a</a></td>
+</tr>
+<tr>
+	<td><a action="bypass -h forth wyvern 60 6000 temporary-ride">1min/6000a</a></td>
+	<td><a action="bypass -h forth strider 60 3000 temporary-ride">1min/3000a</a></td>
+</tr>
+<tr>
+	<td><a action="bypass -h forth wyvern 600 500000 temporary-ride">10min/500000a</a></td>
+	<td><a action="bypass -h forth strider 600 250000 temporary-ride">10min/250000a</a></td>
+</tr>
+<tr>
+	<td><a action="bypass -h forth wyvern 1800 2000000 temporary-ride">30min/2000000a</a></td>
+	<td><a action="bypass -h forth strider 1800 1000000 temporary-ride">30min/1000000a</a></td>
+</tr>
+</table>
+</body></html>
+
+