Custom no-quest message for quest 10732.

This commit is contained in:
MobiusDev
2015-08-13 19:32:45 +00:00
parent 2c687805a4
commit 9a0846e6ec
2 changed files with 3 additions and 2 deletions

View File

@ -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

View 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>