discord: add random events regions
This commit is contained in:
@@ -332,9 +332,11 @@ enum DiscordGameEventType
|
||||
REGION_DIGSITE("Digsite", DiscordAreaType.REGIONS, 13365),
|
||||
REGION_DRAGONTOOTH("Dragontooth Island", DiscordAreaType.REGIONS, 15159),
|
||||
REGION_DRAYNOR_MANOR("Draynor Manor", DiscordAreaType.REGIONS, 12340),
|
||||
REGION_DRILL_SERGEANT("Drill Sergeant's Training Camp", DiscordAreaType.REGIONS, 12619),
|
||||
REGION_EAGLES_PEAK("Eagles' Peak", DiscordAreaType.REGIONS, 9270),
|
||||
REGION_EARTH_ALTAR("Earth Altar", DiscordAreaType.REGIONS, 10571),
|
||||
REGION_ENCHANTED_VALLEY("Enchanted Valley", DiscordAreaType.REGIONS, 12102),
|
||||
REGION_EVIL_TWIN("Evil Twin Crane Room", DiscordAreaType.REGIONS, 7504),
|
||||
REGION_EXAM_CENTRE("Exam Centre", DiscordAreaType.REGIONS, 13364),
|
||||
REGION_FALADOR_FARM("Falador Farm", DiscordAreaType.REGIONS, 12083),
|
||||
REGION_FARMING_GUILD("Farming Guild", DiscordAreaType.REGIONS, 4922),
|
||||
@@ -346,8 +348,10 @@ enum DiscordGameEventType
|
||||
REGION_FISHING_PLATFORM("Fishing Platform", DiscordAreaType.REGIONS, 11059),
|
||||
REGION_FORSAKEN_TOWER("The Forsaken Tower", DiscordAreaType.REGIONS, 5435),
|
||||
REGION_FOSSIL_ISLAND("Fossil Island", DiscordAreaType.REGIONS, 14650, 14651, 14652, 14906, 14907, 14908, 15162, 15163, 15164),
|
||||
REGION_FREAKY_FORESTER("Freaky Forester's Clearing", DiscordAreaType.REGIONS, 10314),
|
||||
REGION_FREMENNIK("Fremennik Province", DiscordAreaType.REGIONS, 10296, 10552, 10808, 10809, 10810, 10811, 11064),
|
||||
REGION_FREMENNIK_ISLES("Fremennik Isles", DiscordAreaType.REGIONS, 9276, 9532),
|
||||
REGION_FROGLAND("Frogland", DiscordAreaType.REGIONS, 9802),
|
||||
REGION_GALVEK_SHIPWRECKS("Galvek Shipwrecks", DiscordAreaType.REGIONS, 6486, 6487, 6488, 6489, 6742, 6743, 6744, 6745),
|
||||
REGION_GORAKS_PLANE("Gorak's Plane", DiscordAreaType.REGIONS, 12115),
|
||||
REGION_GRAND_EXCHANGE("Grand Exchange", DiscordAreaType.REGIONS, 12598),
|
||||
@@ -374,17 +378,21 @@ enum DiscordGameEventType
|
||||
REGION_LUMBRIDGE_SWAMP("Lumbridge Swamp", DiscordAreaType.REGIONS, 12593, 12849),
|
||||
REGION_MAX_ISLAND("Max Island", DiscordAreaType.REGIONS, 11063),
|
||||
REGION_MCGRUBORS_WOOD("McGrubor's Wood", DiscordAreaType.REGIONS, 10550),
|
||||
REGION_MIME_STAGE("Mime's Stage", DiscordAreaType.REGIONS, 8010),
|
||||
REGION_MIND_ALTAR("Mind Altar", DiscordAreaType.REGIONS, 11083),
|
||||
REGION_MISTHALIN("Misthalin", DiscordAreaType.REGIONS, 12594, 12595),
|
||||
REGION_MOLCH("Molch", DiscordAreaType.REGIONS, 5177),
|
||||
REGION_MOLCH_ISLAND("Molch Island", DiscordAreaType.REGIONS, 5432),
|
||||
REGION_MORYTANIA("Morytania", DiscordAreaType.REGIONS, 13619, 13620, 13621, 13622, 13876, 13877, 13879, 14133, 14134, 14389, 14390, 14391, 14645, 14647),
|
||||
REGION_MOUNT_QUIDAMORTEM("Mount Quidamortem", DiscordAreaType.REGIONS, 4662, 4663, 4918, 4919),
|
||||
REGION_MR_MORDAUTS_CLASSROOM("Mr. Mordaut's Classroom", DiscordAreaType.REGIONS, 7502),
|
||||
REGION_MUDSKIPPER("Mudskipper Point", DiscordAreaType.REGIONS, 11824),
|
||||
REGION_MYSTERIOUS_OLD_MAN_MAZE("Mysterious Old Man's Maze", DiscordAreaType.REGIONS, 11590, 11591, 11846, 11847),
|
||||
REGION_MYTHS_GUILD("Myths' Guild", DiscordAreaType.REGIONS, 9772),
|
||||
REGION_NATURE_ALTAR("Nature Altar", DiscordAreaType.REGIONS, 9547),
|
||||
REGION_NORTHERN_TUNDRAS("Northern Tundras", DiscordAreaType.REGIONS, 6204, 6205, 6717),
|
||||
REGION_OBSERVATORY("Observatory", DiscordAreaType.REGIONS, 9777),
|
||||
REGION_ODD_ONE_OUT("Odd One Out", DiscordAreaType.REGIONS, 7754),
|
||||
REGION_OTTOS_GROTTO("Otto's Grotto", DiscordAreaType.REGIONS, 10038),
|
||||
REGION_OURANIA_HUNTER("Ourania Hunter Area", DiscordAreaType.REGIONS, 9778),
|
||||
REGION_PIRATES_COVE("Pirates' Cove", DiscordAreaType.REGIONS, 8763),
|
||||
@@ -397,6 +405,9 @@ enum DiscordGameEventType
|
||||
REGION_RANGING_GUILD("Ranging Guild", DiscordAreaType.REGIONS, 10549),
|
||||
REGION_RATCATCHERS_MANSION("Ratcatchers Mansion", DiscordAreaType.REGIONS, 11343),
|
||||
REGION_RUNE_ESSENCE_MINE("Rune Essence Mine", DiscordAreaType.REGIONS, 11595),
|
||||
// The Beekeper, Pinball, and Gravedigger randoms share a region (7758), and although they are not technically ScapeRune, that name is most commonly
|
||||
// associated with random events, so those three have been denoted ScapeRune to avoid leaving multiple random event regions without an assigned name.
|
||||
REGION_SCAPERUNE("ScapeRune", DiscordAreaType.REGIONS, 10058, 7758, 8261),
|
||||
REGION_SHIP_YARD("Ship Yard", DiscordAreaType.REGIONS, 11823),
|
||||
REGION_SILVAREA("Silvarea", DiscordAreaType.REGIONS, 13366),
|
||||
REGION_SINCLAR_MANSION("Sinclair Mansion", DiscordAreaType.REGIONS, 10807),
|
||||
|
||||
Reference in New Issue
Block a user