client: update NPC IDs
This commit is contained in:
@@ -77,10 +77,10 @@ enum Task
|
|||||||
BLACK_DEMONS("Black demons", ItemID.BLACK_DEMON_MASK,
|
BLACK_DEMONS("Black demons", ItemID.BLACK_DEMON_MASK,
|
||||||
asList("Demonic gorilla", "Balfrug kreeyath", "Skotizo"), Collections.emptyList()),
|
asList("Demonic gorilla", "Balfrug kreeyath", "Skotizo"), Collections.emptyList()),
|
||||||
BLACK_DRAGONS("Black dragons", ItemID.BLACK_DRAGON_MASK,
|
BLACK_DRAGONS("Black dragons", ItemID.BLACK_DRAGON_MASK,
|
||||||
Collections.emptyList(), asList(NpcID.BABY_DRAGON_1871, NpcID.BABY_DRAGON_1872, NpcID.BABY_DRAGON_7955)),
|
Collections.emptyList(), asList(NpcID.BABY_BLACK_DRAGON, NpcID.BABY_BLACK_DRAGON_1872 , NpcID.BABY_BLACK_DRAGON_7955)),
|
||||||
BLOODVELD("Bloodveld", ItemID.BLOODVELD),
|
BLOODVELD("Bloodveld", ItemID.BLOODVELD),
|
||||||
BLUE_DRAGONS("Blue dragons", ItemID.BLUE_DRAGON_MASK,
|
BLUE_DRAGONS("Blue dragons", ItemID.BLUE_DRAGON_MASK,
|
||||||
Collections.singletonList("Vorkath"), asList(NpcID.BABY_DRAGON, NpcID.BABY_DRAGON_242, NpcID.BABY_DRAGON_243)),
|
Collections.singletonList("Vorkath"), asList(NpcID.BABY_BLUE_DRAGON, NpcID.BABY_BLUE_DRAGON_242, NpcID.BABY_BLUE_DRAGON_243)),
|
||||||
BRINE_RATS("Brine rats", ItemID.BRINE_RAT),
|
BRINE_RATS("Brine rats", ItemID.BRINE_RAT),
|
||||||
BRONZE_DRAGONS("Bronze dragons", ItemID.BRONZE_DRAGON_MASK),
|
BRONZE_DRAGONS("Bronze dragons", ItemID.BRONZE_DRAGON_MASK),
|
||||||
CALLISTO("Callisto", ItemID.CALLISTO_CUB),
|
CALLISTO("Callisto", ItemID.CALLISTO_CUB),
|
||||||
@@ -139,7 +139,7 @@ enum Task
|
|||||||
GREATER_DEMONS("Greater demons", ItemID.GREATER_DEMON_MASK,
|
GREATER_DEMONS("Greater demons", ItemID.GREATER_DEMON_MASK,
|
||||||
asList("K'ril Tsutsaroth", "Tstanon Karlak", "Skotizo"), Collections.emptyList()),
|
asList("K'ril Tsutsaroth", "Tstanon Karlak", "Skotizo"), Collections.emptyList()),
|
||||||
GREEN_DRAGONS("Green dragons", ItemID.GREEN_DRAGON_MASK,
|
GREEN_DRAGONS("Green dragons", ItemID.GREEN_DRAGON_MASK,
|
||||||
Collections.emptyList(), asList(NpcID.BABY_DRAGON_5194, NpcID.BABY_DRAGON_5872, NpcID.BABY_DRAGON_5873)),
|
Collections.emptyList(), asList(NpcID.BABY_GREEN_DRAGON, NpcID.BABY_GREEN_DRAGON_5872, NpcID.BABY_GREEN_DRAGON_5873)),
|
||||||
GROTESQUE_GUARDIANS("Grotesque Guardians", ItemID.MIDNIGHT,
|
GROTESQUE_GUARDIANS("Grotesque Guardians", ItemID.MIDNIGHT,
|
||||||
asList("Dusk", "Dawn"), Collections.emptyList(), 0, ItemID.ROCK_HAMMER),
|
asList("Dusk", "Dawn"), Collections.emptyList(), 0, ItemID.ROCK_HAMMER),
|
||||||
HARPIE_BUG_SWARMS("Harpie bug swarms", ItemID.SWARM),
|
HARPIE_BUG_SWARMS("Harpie bug swarms", ItemID.SWARM),
|
||||||
@@ -197,7 +197,7 @@ enum Task
|
|||||||
Collections.singletonList("Flaming pyrelord"), Collections.emptyList()),
|
Collections.singletonList("Flaming pyrelord"), Collections.emptyList()),
|
||||||
RATS("Rats", ItemID.RATS_TAIL),
|
RATS("Rats", ItemID.RATS_TAIL),
|
||||||
RED_DRAGONS("Red dragons", ItemID.BABY_RED_DRAGON,
|
RED_DRAGONS("Red dragons", ItemID.BABY_RED_DRAGON,
|
||||||
Collections.emptyList(), asList(NpcID.BABY_DRAGON_244, NpcID.BABY_DRAGON_245, NpcID.BABY_DRAGON_246)),
|
Collections.emptyList(), asList(NpcID.BABY_RED_DRAGON_244, NpcID.BABY_RED_DRAGON_245, NpcID.BABY_RED_DRAGON_246)),
|
||||||
ROCKSLUGS("Rockslugs", ItemID.ROCKSLUG, 4, ItemID.BAG_OF_SALT),
|
ROCKSLUGS("Rockslugs", ItemID.ROCKSLUG, 4, ItemID.BAG_OF_SALT),
|
||||||
RUNE_DRAGONS("Rune dragons", ItemID.RUNE_DRAGON_MASK),
|
RUNE_DRAGONS("Rune dragons", ItemID.RUNE_DRAGON_MASK),
|
||||||
SCORPIA("Scorpia", ItemID.SCORPIAS_OFFSPRING),
|
SCORPIA("Scorpia", ItemID.SCORPIAS_OFFSPRING),
|
||||||
|
|||||||
Reference in New Issue
Block a user