Custom no-quest message for quest 10732.
This commit is contained in:
@@ -42,8 +42,8 @@ public class Q10732_AForeignLand extends Quest
|
|||||||
super(10732, Q10732_AForeignLand.class.getSimpleName(), "A Foreign Land");
|
super(10732, Q10732_AForeignLand.class.getSimpleName(), "A Foreign Land");
|
||||||
addStartNpc(NAVARI);
|
addStartNpc(NAVARI);
|
||||||
addTalkId(NAVARI, GERETH);
|
addTalkId(NAVARI, GERETH);
|
||||||
addCondMaxLevel(MAX_LEVEL, "findme.html"); // TODO: Find proper HTML
|
addCondMaxLevel(MAX_LEVEL, "no_quest.html"); // TODO: Find proper HTML
|
||||||
addCondRace(Race.ERTHEIA, "findme.html"); // TODO: Find proper HTML
|
addCondRace(Race.ERTHEIA, "no_quest.html"); // TODO: Find proper HTML
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
1
trunk/dist/game/data/scripts/quests/Q10732_AForeignLand/no_quest.htm
vendored
Normal file
1
trunk/dist/game/data/scripts/quests/Q10732_AForeignLand/no_quest.htm
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