Quest adjustments for Antharas and above.
Contributed by Iris.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<html><body>Fishing Specialist Pierre:<br>
|
||||
For me fishing is the best way to have a rest. It helps me to relax, to forget about mortal coil, gives you peace of mind. However, it might end soon. There are some gossips that dirty water from the northwestern part of the Alligator Island kills all the fish. I'm afraid that these gossips might be true... Will you help me to deal with this problem and allay my anxiety?<br>
|
||||
(Only characters Lv. 20-75 can take this quest.)
|
||||
(Only characters Lv. 20 or above can take this quest.)
|
||||
</body></html>
|
||||
@@ -41,14 +41,13 @@ public class Q00127_FishingSpecialistsRequest extends Quest
|
||||
private static final Location TELEPORT_LOC = new Location(105276, 162500, -3600);
|
||||
// Misc
|
||||
private static final int MIN_LEVEL = 20;
|
||||
private static final int MAX_LEVEL = 75;
|
||||
|
||||
public Q00127_FishingSpecialistsRequest()
|
||||
{
|
||||
super(127);
|
||||
addStartNpc(PIERRE);
|
||||
addTalkId(PIERRE, FERMA, BAIKAL);
|
||||
addCondLevel(MIN_LEVEL, MAX_LEVEL, "30013-00.htm");
|
||||
addCondMinLevel(MIN_LEVEL, "30013-00.htm");
|
||||
registerQuestItems(PIERRE_LETTER, FISH_REPORT, SEALED_BOTTLE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user