Minor quest fixes.
This commit is contained in:
@@ -59,8 +59,8 @@ public class Q10745_TheSecretIngredients extends Quest
|
||||
addTalkId(DOLKIN, DOLKIN_INSTANCE, KARLA);
|
||||
addKillId(KARAPHON, KEEN_HONEYBEE, KEEN_GROWLER);
|
||||
registerQuestItems(SECRET_INGREDIENTS.getId(), DOLKIN_REPORT.getId());
|
||||
addCondLevel(MIN_LEVEL, MAX_LEVEL, "fixme.html");
|
||||
addCondRace(Race.ERTHEIA, "fixme.html");
|
||||
addCondLevel(MIN_LEVEL, MAX_LEVEL, "no_quest.html");
|
||||
addCondRace(Race.ERTHEIA, "no_quest.html");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
1
trunk/dist/game/data/scripts/quests/Q10745_TheSecretIngredients/no_quest.html
vendored
Normal file
1
trunk/dist/game/data/scripts/quests/Q10745_TheSecretIngredients/no_quest.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<html><body>You either don't meet this NPC's minimum quest requirements, or your level is too low to start this quest.</body></html>
|
||||
Reference in New Issue
Block a user