Quest For Victory (10825).

This commit is contained in:
MobiusDev
2016-07-30 19:10:25 +00:00
parent af7d02e879
commit 0a310d309f
14 changed files with 227 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ public final class Q10824_ConfrontingTheGreatestDanger extends Quest
addTalkId(MERLOT);
addCondMinLevel(MIN_LEVEL, "34019-02.html");
addCondStartedQuest(Q10823_ExaltedOneWhoShattersTheLimit.class.getSimpleName(), "34019-03.html");
registerQuestItems(MARK_OF_ADVANCE);
}
@Override
@@ -140,4 +141,6 @@ public final class Q10824_ConfrontingTheGreatestDanger extends Quest
}
return htmltext;
}
// TODO: Dimensional Raid - https://l2wiki.com/Dimensional_Raid
}