|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Enumerations | |
| enum | Actions { ACTION_START_RAGNAROS = 0 , ACTION_START_RAGNAROS_ALT = 1 } |
| enum | Creatures { NPC_LUCIFRON = 12118 , NPC_MAGMADAR = 11982 , NPC_GEHENNAS = 12259 , NPC_GARR = 12057 , NPC_SHAZZRAH = 12264 , NPC_BARON_GEDDON = 12056 , NPC_SULFURON_HARBINGER = 12098 , NPC_GOLEMAGG_THE_INCINERATOR = 11988 , NPC_MAJORDOMO_EXECUTUS = 12018 , NPC_RAGNAROS = 11502 , NPC_FLAMEWAKER_HEALER = 11663 , NPC_FLAMEWAKER_ELITE = 11664 } |
| enum | Data { DATA_RAGNAROS_ADDS = 0 } |
| enum | Encounters { BOSS_LUCIFRON = 0 , BOSS_MAGMADAR = 1 , BOSS_GEHENNAS = 2 , BOSS_GARR = 3 , BOSS_SHAZZRAH = 4 , BOSS_BARON_GEDDON = 5 , BOSS_SULFURON_HARBINGER = 6 , BOSS_GOLEMAGG_THE_INCINERATOR = 7 , BOSS_MAJORDOMO_EXECUTUS = 8 , BOSS_RAGNAROS = 9 , MAX_ENCOUNTER } |
| enum | GameObjects { GO_CACHE_OF_THE_FIRELORD = 179703 } |
Variables | |
| Position const | RagnarosSummonPos = {838.510f, -829.840f, -232.000f, 2.00000f} |
| Position const | RagnarosTelePos = {829.159f, -815.773f, -228.972f, 5.30500f} |
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_START_RAGNAROS | |
| ACTION_START_RAGNAROS_ALT | |
Definition at line 24 of file molten_core.h.
| enum Creatures |
Definition at line 33 of file molten_core.h.
| enum Data |
| Enumerator | |
|---|---|
| DATA_RAGNAROS_ADDS | |
Definition at line 54 of file molten_core.h.
| enum Encounters |
| Enumerator | |
|---|---|
| BOSS_LUCIFRON | |
| BOSS_MAGMADAR | |
| BOSS_GEHENNAS | |
| BOSS_GARR | |
| BOSS_SHAZZRAH | |
| BOSS_BARON_GEDDON | |
| BOSS_SULFURON_HARBINGER | |
| BOSS_GOLEMAGG_THE_INCINERATOR | |
| BOSS_MAJORDOMO_EXECUTUS | |
| BOSS_RAGNAROS | |
| MAX_ENCOUNTER | |
Definition at line 9 of file molten_core.h.
| enum GameObjects |
| Enumerator | |
|---|---|
| GO_CACHE_OF_THE_FIRELORD | |
Definition at line 49 of file molten_core.h.
| Position const RagnarosSummonPos = {838.510f, -829.840f, -232.000f, 2.00000f} |
Definition at line 31 of file molten_core.h.
Referenced by boss_majordomo::boss_majordomoAI::UpdateAI().
| Position const RagnarosTelePos = {829.159f, -815.773f, -228.972f, 5.30500f} |
Definition at line 30 of file molten_core.h.
Referenced by instance_molten_core::instance_molten_core_InstanceMapScript::SummonMajordomoExecutus(), and boss_majordomo::boss_majordomoAI::UpdateAI().