From 9a0846e6ec77c422de1d5c2ba1a538dc5d52d06e Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 13 Aug 2015 19:32:45 +0000 Subject: [PATCH] Custom no-quest message for quest 10732. --- .../quests/Q10732_AForeignLand/Q10732_AForeignLand.java | 4 ++-- .../game/data/scripts/quests/Q10732_AForeignLand/no_quest.htm | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 trunk/dist/game/data/scripts/quests/Q10732_AForeignLand/no_quest.htm 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