Fishing Championship Tournament.

This commit is contained in:
mobius
2015-01-02 11:32:08 +00:00
parent 6e0be1da25
commit b6bdcefdfa
43 changed files with 793 additions and 70 deletions

View File

@@ -686,6 +686,24 @@ AltLottery3NumberRate = 0.2
AltLottery2and1NumberPrize = 200
# ---------------------------------------------------------------------------
# Fishing Tournament
# ---------------------------------------------------------------------------
# Enable or disable the Fishing Tournament system
AltFishChampionshipEnabled = True
# Item Id used as reward
AltFishChampionshipRewardItemId = 57
# Item count used as reward (for the 5 first winners)
AltFishChampionshipReward1 = 800000
AltFishChampionshipReward2 = 500000
AltFishChampionshipReward3 = 300000
AltFishChampionshipReward4 = 200000
AltFishChampionshipReward5 = 100000
# ---------------------------------------------------------------------------
# Item Auction
# ---------------------------------------------------------------------------

View File

@@ -2,7 +2,7 @@
Nice to meet you! Interested in learning about fishing?<br>
There's no better way to enjoy a warm summer day, I can promise you that!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3156200">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -1,7 +1,7 @@
<html><body>Fishing Guild Member Perelin:<br>
If you're a nature lover, fishing is the thing for you. Fresh air, warm sun, cool water -- it's perfect!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3156300">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -1,7 +1,7 @@
<html><body>Fishing Guild Member Mishini:<br>
Welcome! Care to take a reel and try your luck? This is the best season for fishing in these parts!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3156400">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -1,7 +1,7 @@
<html><body>Fishing Guild Member Ogord:<br>
Welcome! Interested in learning how to fish? I warn you, it's an addictive hobby!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3156500">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
Have you ever caught a fish? No? Want to learn? There's no more enjoyable hobby, I promise you.<br>
It can also be profitable -- I'll buy anything you don't want to keep!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3156600">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
Nice to meet you! I am a Fishing Guild Member Bleaker.<br>
In addition to selling fishing equipment, I also teach various fishing techniques. Ah, and I can take your fish, too. Whatever your fishing needs, you've come to the right place!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3156700">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -1,7 +1,7 @@
<html><body>Fishing Guild Member Pamfus:<br>
Do you like fishing? You know I do! Nothing else calms your mind and spirit like spending a quiet afternoon with a fine rod and reel.<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3156800">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
Gludin Harbor is one of the best places for beginners to learn how to fish. Head on down to the beach and try your luck!<br>
I sell bait, and if you catch any fish I'll be happy to buy them from you.<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3156900">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -3,7 +3,7 @@ So did you hook a big one?<br>
Fishing isn't as easy as it looks. If you want to be successful, you need to use the right bait at the right spot at the right time.<br>
Come see me when you need the right equipment and I'll set you up.<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3157000">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
Welcome! Want to learn how to fish?<br>
There's no better way to spend a leisurely afternoon, matching wits and muscles with some elusive quarry...<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3157100">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
Everything is plentiful here in Giran, which is why so many people spend their leisure time fishing. Care to try it?<br>
Ah, pardon me -- I forgot to introduce myself! I am Ofulle, the only officially licensed fishing professional in this territory! Come see me whenever you need bait, fishing gear or want to sell the fish you've caught. I'll by anything...except mermaids, that is! Ha ha ha!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3157200">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
Nice to meet you! I am Monakan.<br>
Besides teaching you how to fish, I also sell the fishing gear you'll need. Oh, and I'll buy any fish you catch. In other words, this is your one-stop fishing shop!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3157300">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -1,7 +1,7 @@
<html><body>Fishing Guild Member Willeri:<br>
Fishing has become all the rage in these parts! Of course, there are the serious fishermen, and then there are those who just want an excuse to daydream drowsily in the sun. Which one are you, I wonder?<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3157400">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
There's no better place for fishing than Innadril. Wet and warm all year round, beautiful scenery, exotic locales. Best place in the whole world!<br>
I mean, how can you go wrong in a place that boasts a "city of water"!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3157500">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
It's a mistake to think that there are only hunters here, just because the name of this place is "Hunter's Village." Many great fisherman have also come from here! Including me! Ha ha ha!<br>
Well, care to go fishing? Let's not waste a minute of this beautiful weather!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3157600">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
You know, the king is an avid fisherman himself -- and quite a good one, in fact.<br>
Aden is filled with prime fishing spots. How about spending this beautiful day on the shores of one of them?<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3157700">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
Welcome, my young friend! Nice to meet you! It's a great day to go fishing!<br>
My family have been members of the fishing guild since my great-grandfather joined. In fact, that's why I was sent here to Rune. Not only is the fishing particularly challenging here, but it's become something of a hobby among the elite.<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3157800">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -1,7 +1,7 @@
<html><body>Fishing Guild Member Klaw:<br>
Thanks to its many mountain streams and lakes, Goddard is a prime fishing spot. People come from all over to test their skill and try their luck here. You interested?<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3157900">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
The fishing spots near here are the only ones in Elmore from which you can catch actual sea fish. Back during the Elmoreden Empire, they were famous throughout the kingdom. Now the lack of ships has revitalized them.<br>
Care to give it a try? If you catch something good, be sure to show it to me!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3169600">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
Do you know about these hot springs? The effects of the nearby Forge of Gods has created a whole network of them around here. Even more surprising, <font color="LEVEL">there are special species of fish living in these hot springs. How can any fisherman worth the name ignore an opportunity like that!</font><br>
Enjoy the fishing here and let me know if you need anything!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3169700">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
Hey, good to see you! You came here to fish, right?<br>
Well, it's a better way to spend an afternoon than breaking your back in some dark and dank mine!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3198900">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -1,7 +1,7 @@
<html><body>Fishing Guild Member Galba:<br>
Excellent! If you have anything else this good, bring it to me right away!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3198900">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 517">Sell fish.</a>

View File

@@ -1,7 +1,7 @@
<html><body>Fishing Guild Member Galba:<br>
If you want to catch the biggest, use the best -- that's my motto. When you want to upgrade your gear, come find me.<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3198900">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 517">Sell fish.</a>

View File

@@ -1,7 +1,7 @@
<html><body>Fishing Guild Member Galba:<br>
Pal, you seem to have made a mistake. There's nothing here to buy!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3198900">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 517">Sell fish.</a>

View File

@@ -2,7 +2,7 @@
Rainbow Springs is a fishing heaven! There's no place like it.<br>
Not only are the fish large and fat, but <font color="LEVEL">several fisherman have even fished up a Clan Hall War Decree</font>. Before you start fishing, let me know if you need any gear or have anything to sell.<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3200700">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -2,7 +2,7 @@
Some call me the "doctor of fishing," some think I'm just all wet. Ha ha!<br>
Of course, I sell fishing gear and teach a variety of fishing techniques. I'll also buy any fish you've caught!<br>
<a action="bypass player_help 7561.htm#7561">Ask how to fish.</a><br>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Fishing Contest</a><br>
<a action="bypass -h npc_%objectId%_FishingChampionship">Fishing Contest.</a><br>
<a action="bypass -h npc_%objectId%_FishSkillList">Learn fishing skill.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3234800">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_multisell 009">Sell fish.</a><br>

View File

@@ -0,0 +1,44 @@
<html><title>The Fishing King Championship Tournament</title><body>
Fishing Guild Member:<br>
The Fishing King Championship Tournament is currently underway! In case you haven't heard, the tournament is an event funded by members of the Fishing Guild to promote the sport of fishing. Anyone who catches a big fish during the competition will be awarded prizes.<br>
After the event is over, those of you who appear on the winners list can claim your prize money from a Fishing Guild member. Remember, you must claim your prize no later than <font color="LEVEL">one week after the event ends</font>!<br>
This list will be updated in %refresh% minute(s)! <br>
<center><a action="bypass -h npc_%objectId%_FishingReward">Claim Prize</a><br>
<font color="LEVEL">Fishing King Rankings</font></center>
<table width=280>
<tr>
<td width=70 align=center>Ranking</td>
<td width=110 align=center>Fisherman</td>
<td width=80 align=center>Length</td>
</tr>
%TABLE%
</table><br>
<center><font color="LEVEL">List of Prize Items</font></center>
<table width=280>
<tr>
<td width=70 align=center>Ranking</td>
<td width=110 align=center>Reward Item</td>
<td width=80 align=center>Quantity</td>
</tr><tr>
<td width=70 align=center>1st</td>
<td width=110 align=center>%prizeItem%</td>
<td width=80 align=center>%prizeFirst%</td>
</tr><tr>
<td width=70 align=center>2nd</td>
<td width=110 align=center>%prizeItem%</td>
<td width=80 align=center>%prizeTwo%</td>
</tr><tr>
<td width=70 align=center>3rd</td>
<td width=110 align=center>%prizeItem%</td>
<td width=80 align=center>%prizeThree%</td>
</tr><tr>
<td width=70 align=center>4th</td>
<td width=110 align=center>%prizeItem%</td>
<td width=80 align=center>%prizeFour%</td>
</tr><tr>
<td width=70 align=center>5th</td>
<td width=110 align=center>%prizeItem%</td>
<td width=80 align=center>%prizeFive%</td>
</tr>
</table>
</body></html>

View File

@@ -0,0 +1,43 @@
<html><title>The Fishing King Championship Tournament</title><body>
Ahoy! Here are the results of last week's Fishing King Championship Tournament!<br>
Do you see your name on the list? If you do, claim your prize money!<br>
Remember, you have only <font color="LEVEL">one week</font> to claim your prize.<br>
Don't fret if your name isn't listed this time. Next week, there will be a new group of winners!<br>
<font color="LEVEL">Fishing King Rankings</font></center>
<table width=280>
<tr>
<td width=70 align=center>Ranking</td>
<td width=110 align=center>Fisherman</td>
<td width=80 align=center>Length</td>
</tr>
%TABLE%
</table><br>
<center><font color="LEVEL">List of Prize Items</font></center>
<table width=280>
<tr>
<td width=70 align=center>Ranking</td>
<td width=110 align=center>Reward Item</td>
<td width=80 align=center>Quantity</td>
</tr><tr>
<td width=70 align=center>1st</td>
<td width=110 align=center>%prizeItem%</td>
<td width=80 align=center>%prizeFirst%</td>
</tr><tr>
<td width=70 align=center>2nd</td>
<td width=110 align=center>%prizeItem%</td>
<td width=80 align=center>%prizeTwo%</td>
</tr><tr>
<td width=70 align=center>3rd</td>
<td width=110 align=center>%prizeItem%</td>
<td width=80 align=center>%prizeThree%</td>
</tr><tr>
<td width=70 align=center>4th</td>
<td width=110 align=center>%prizeItem%</td>
<td width=80 align=center>%prizeFour%</td>
</tr><tr>
<td width=70 align=center>5th</td>
<td width=110 align=center>%prizeItem%</td>
<td width=80 align=center>%prizeFive%</td>
</tr>
</table>
</body></html>

View File

@@ -0,0 +1,4 @@
<html><title>The Fishing King Championship Tournament</title><body>
The winners of the Fishing King Championship Tournament are currently being determined.<br>
Results will be posted shortly.
</body></html>

View File

@@ -0,0 +1,5 @@
<html><title>The Fishing King Championship Tournament</title><body>
Congratulations!<br>
Here's your prize! You're a true fisherman!<br>
Good luck next week!
</body></html>

View File

@@ -0,0 +1,4 @@
<html><title>The Fishing King Championship Tournament</title><body>
There are currently no recorded results available.<br>
Please try again at a later date.
</body></html>

View File

@@ -0,0 +1,5 @@
<html><title>The Fishing King Championship Tournament</title><body>
Sorry, but I can't find your name on the winners' list.<br>
Unfortunately, I can't offer you a prize at this time.<br>
<font color="LEVEL">I wish you a better luck in the next Fishing King Championship Tournament!</font>
</body></html>

View File

@@ -1,40 +0,0 @@
<html>
<title>Fishing King Championship Tournament</title>
<body>
Fishing Guild Member:<br><br>
Ahoy! Here are the results of last week's Fishing King Championship Tournament!<br>
Do you see your name on the list? If you do, claim your prize money!<br>
Remember, you have only <font color="LEVEL">one week</font> to claim your prize.<br>
Don't fret if your name isn't listed this time. Next week, there will be a new group of winners!<br>
This list will be updated in 0 minute(s)!<br><br>
<center>
<a action="bypass -h npc_%objectId%_Link fisherman/fishing_championship.htm">Claim Prize</a><br>
</center>
<center>
<table width=270 border=0 bgcolor="111111">
<tr>
<td width=50 align=center>Ranking </td><td width=150 align=center>Fisherman </td><td width=70 align=center>Length </td>
</tr></table>
<table width=270 border=0>
<tr><td width=50></td><td width=150></td><td width=70></td></tr>
<tr><td width=50 align=center>1st </td><td width=150 align=center>Not Working</td><td width=70 align=center>00.00</td></tr>
<tr><td width=50 align=center>2nd </td><td width=150 align=center>Not Working</td><td width=70 align=center>00.00</td></tr>
<tr><td width=50 align=center>3rd </td><td width=150 align=center>Not Working</td><td width=70 align=center>00.00</td></tr>
<tr><td width=50 align=center>4th </td><td width=150 align=center>Not Working</td><td width=70 align=center>00.00</td></tr>
<tr><td width=50 align=center>5th </td><td width=150 align=center>Not Working</td><td width=70 align=center>00.00</td></tr>
</table></center><br>
List of Prize Items
<center>
<table width=270 border=0 bgcolor="111111">
<tr><td width=50 align=center>Ranking </td><td width=150 align=center>Reward Item </td><td width=70 align=center>Quantity </td>
</tr></table>
<table width=270 border=0>
<tr><td width=50></td><td width=150></td><td width=70></td></tr>
<tr><td width=50 align=center>1st </td><td align=center width=150>Adena </td><td width=70 align=center>800000</td></tr>
<tr><td width=50 align=center>2nd </td><td align=center width=150>Adena </td><td width=70 align=center>500000</td></tr>
<tr><td width=50 align=center>3rd </td><td align=center width=150>Adena </td><td width=70 align=center>300000</td></tr>
<tr><td width=50 align=center>4th </td><td align=center width=150>Adena </td><td width=70 align=center>200000</td></tr>
<tr><td width=50 align=center>5th </td><td align=center width=150>Adena </td><td width=70 align=center>100000</td></tr>
</table>
</center>
</body></html>