Quest adjustments for Secret of Empire.

Contributed by Iris.
This commit is contained in:
MobiusDevelopment
2022-04-12 11:32:26 +00:00
parent 22b1cefb1b
commit 5a319ffe89
28 changed files with 81 additions and 20 deletions

View File

@@ -32,5 +32,6 @@ public class Q10871_DeathToThePirateKing extends Quest
addStartNpc(START_NPC);
addTalkId(START_NPC);
addCondMinLevel(Config.PLAYER_MAXIMUM_LEVEL /* 70 */, getNoQuestMsg(null));
addCondCompletedQuest(Q10870_UnfinishedDevice.class.getSimpleName(), getNoQuestMsg(null));
}
}