Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
hyjal.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef DEF_HYJAL_H
7#define DEF_HYJAL_H
8
9#define ERROR_INST_DATA "TSCR: Instance data not set properly for Mount Hyjal. Encounters will be buggy."
10
12
36
43
45{
46 // Trash Mobs summoned in waves
47 NECROMANCER = 17899,
48 ABOMINATION = 17898,
49 GHOUL = 17895,
50 BANSHEE = 17905,
51 CRYPT_FIEND = 17897,
52 GARGOYLE = 17906,
53 FROST_WYRM = 17907,
55 FEL_STALKER = 17916,
56
57 JAINA = 17772,
58 THRALL = 17852,
59 TYRANDE = 17948,
60
61 // Bosses summoned after every 8 waves
63 ANETHERON = 17808,
64 KAZROGAL = 17888,
65 AZGALOR = 17842,
66 ARCHIMONDE = 17968,
68};
69
78
79#endif
80
std::uint32_t uint32
Definition Define.h:77
uint32 const EncounterCount
DataTypes
CreaturesIds
WorldStateIds
Definition hyjal.h:38
@ WORLD_STATE_WAVES
Definition hyjal.h:39
@ WORLD_STATE_ENEMY
Definition hyjal.h:40
@ WORLD_STATE_ENEMYCOUNT
Definition hyjal.h:41
@ KAZROGAL
Definition hyjal.h:64
@ AZGALOR
Definition hyjal.h:65
@ FEL_STALKER
Definition hyjal.h:55
@ TYRANDE
Definition hyjal.h:59
@ BANSHEE
Definition hyjal.h:50
@ ANETHERON
Definition hyjal.h:63
@ ARCHIMONDE
Definition hyjal.h:66
@ GARGOYLE
Definition hyjal.h:52
@ GIANT_INFERNAL
Definition hyjal.h:54
@ FROST_WYRM
Definition hyjal.h:53
@ ABOMINATION
Definition hyjal.h:48
@ JAINA
Definition hyjal.h:57
@ CRYPT_FIEND
Definition hyjal.h:51
@ GHOUL
Definition hyjal.h:49
@ RAGE_WINTERCHILL
Definition hyjal.h:62
@ THRALL
Definition hyjal.h:58
@ NECROMANCER
Definition hyjal.h:47
@ NPC_WORLD_TRIGGER_TINY
Definition hyjal.h:67
@ GO_ANCIENT_GEM
Definition hyjal.h:74
@ GO_HORDE_ENCAMPMENT_PORTAL
Definition hyjal.h:72
@ GO_NIGHT_ELF_VILLAGE_PORTAL
Definition hyjal.h:73
@ GO_ROARING_FLAME
Definition hyjal.h:76
@ GO_ANCIENT_VEIN
Definition hyjal.h:75
@ DATA_RAGEWINTERCHILL
Definition hyjal.h:24
@ TYPE_RETREAT
Definition hyjal.h:34
@ DATA_RAGEWINTERCHILLEVENT
Definition hyjal.h:25
@ DATA_TRASH
Definition hyjal.h:28
@ DATA_TYRANDEWHISPERWIND
Definition hyjal.h:27
@ DATA_RAIDDAMAGE
Definition hyjal.h:32
@ DATA_RESET_RAIDDAMAGE
Definition hyjal.h:33
@ DATA_THRALL
Definition hyjal.h:26
@ DATA_KAZROGAL
Definition hyjal.h:22
@ DATA_KAZROGALEVENT
Definition hyjal.h:23
@ DATA_ARCHIMONDEEVENT
Definition hyjal.h:18
@ DATA_AZGALOREVENT
Definition hyjal.h:20
@ DATA_ANETHERONEVENT
Definition hyjal.h:16
@ DATA_AZGALOR
Definition hyjal.h:19
@ DATA_JAINAPROUDMOORE
Definition hyjal.h:21
@ DATA_ANETHERON
Definition hyjal.h:15
@ DATA_ARCHIMONDE
Definition hyjal.h:17
@ DATA_ALLIANCE_RETREAT
Definition hyjal.h:30
@ DATA_HORDE_RETREAT
Definition hyjal.h:31
@ DATA_RESET_TRASH_COUNT
Definition hyjal.h:29
GameobjectIds
Definition stratholme.h:45