Minor code format for some quests.
This commit is contained in:
parent
cb05cb6199
commit
437182fbfc
@ -1,9 +1,6 @@
|
||||
374 Whisper of Dreams, Part 1
|
||||
375 Whisper of Dreams, Part 2
|
||||
910 Request from the Red Libra Guild - Basic
|
||||
911 Request from the Red Libra Guild - Intermediate
|
||||
912 Request from the Red Libra Guild - Advanced
|
||||
913 Request from the Red Libra Guild - Super Advanced
|
||||
933 Exploring the West Wing of the Dungeon of Abyss
|
||||
935 Exploring the East Wing of the Dungeon of Abyss
|
||||
11000 Moon Knight
|
||||
935 Exploring the East Wing of the Dungeon of Abyss
|
@ -42,7 +42,6 @@ public final class Q00262_TradeWithTheIvoryTower extends Quest
|
||||
private static final int REQUIRED_ITEM_COUNT = 10;
|
||||
// Monsters
|
||||
private static final Map<Integer, Integer> MOBS_SAC = new HashMap<>();
|
||||
|
||||
static
|
||||
{
|
||||
MOBS_SAC.put(20007, 3); // Green Fungus
|
||||
|
@ -46,7 +46,6 @@ public final class Q00300_HuntingLetoLizardman extends Quest
|
||||
private static final int REQUIRED_BRACELET_COUNT = 60;
|
||||
// Monsters
|
||||
private static final Map<Integer, Integer> MOBS_SAC = new HashMap<>();
|
||||
|
||||
static
|
||||
{
|
||||
MOBS_SAC.put(20577, 360); // Leto Lizardman
|
||||
|
@ -44,7 +44,6 @@ public final class Q00662_AGameOfCards extends Quest
|
||||
private static final int REQUIRED_CHIP_COUNT = 50;
|
||||
// Monsters
|
||||
private static final Map<Integer, Integer> MONSTERS = new HashMap<>();
|
||||
|
||||
static
|
||||
{
|
||||
MONSTERS.put(20672, 357); // Trives
|
||||
|
@ -35,6 +35,7 @@ What is done
|
||||
-Giran Luxury Shop updates
|
||||
-Grandboss scripts and stats
|
||||
-Whisper of Dreams quests
|
||||
-Moon Knight quest
|
||||
|
||||
Custom work
|
||||
-Newbie Helper NPC location info
|
||||
@ -48,7 +49,6 @@ TODO list
|
||||
-Test quests and update rewards
|
||||
-Floran Agricultural Area clan halls
|
||||
-Test castle sieges
|
||||
-Moon Knight quest
|
||||
-Dungeon of Abyss https://www.youtube.com/watch?v=FZEu0hjCAK8
|
||||
-New Savior class skills https://eu.4game.com/lineage2classic/play/saviors/classes/#newclasskills
|
||||
-Provisional Clan Halls
|
||||
|
Loading…
Reference in New Issue
Block a user