diff --git a/trunk/dist/game/data/scripts/quests/Q10732_AForeignLand/Q10732_AForeignLand.java b/trunk/dist/game/data/scripts/quests/Q10732_AForeignLand/Q10732_AForeignLand.java index edeb8849db..ffba227524 100644 --- a/trunk/dist/game/data/scripts/quests/Q10732_AForeignLand/Q10732_AForeignLand.java +++ b/trunk/dist/game/data/scripts/quests/Q10732_AForeignLand/Q10732_AForeignLand.java @@ -42,8 +42,8 @@ public class Q10732_AForeignLand extends Quest super(10732, Q10732_AForeignLand.class.getSimpleName(), "A Foreign Land"); addStartNpc(NAVARI); addTalkId(NAVARI, GERETH); - addCondMaxLevel(MAX_LEVEL, "findme.html"); // TODO: Find proper HTML - addCondRace(Race.ERTHEIA, "findme.html"); // TODO: Find proper HTML + addCondMaxLevel(MAX_LEVEL, "no_quest.html"); // TODO: Find proper HTML + addCondRace(Race.ERTHEIA, "no_quest.html"); // TODO: Find proper HTML } @Override diff --git a/trunk/dist/game/data/scripts/quests/Q10732_AForeignLand/no_quest.htm b/trunk/dist/game/data/scripts/quests/Q10732_AForeignLand/no_quest.htm new file mode 100644 index 0000000000..216c66a59a --- /dev/null +++ b/trunk/dist/game/data/scripts/quests/Q10732_AForeignLand/no_quest.htm @@ -0,0 +1 @@ +You either don't meet this NPC's minimum quest requirements, or your level is too low to start this quest. \ No newline at end of file