Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
molten_core.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_MOLTEN_CORE_H
7#define DEF_MOLTEN_CORE_H
8
23
29
30Position const RagnarosTelePos = {829.159f, -815.773f, -228.972f, 5.30500f};
31Position const RagnarosSummonPos = {838.510f, -829.840f, -232.000f, 2.00000f};
32
48
53
54enum Data
55{
57};
58
59#endif
Actions
Creatures
#define MAX_ENCOUNTER
@ GO_CACHE_OF_THE_FIRELORD
Definition molten_core.h:51
@ ACTION_START_RAGNAROS
Definition molten_core.h:26
@ ACTION_START_RAGNAROS_ALT
Definition molten_core.h:27
@ NPC_RAGNAROS
Definition molten_core.h:44
@ NPC_SHAZZRAH
Definition molten_core.h:39
@ NPC_MAGMADAR
Definition molten_core.h:36
@ NPC_FLAMEWAKER_ELITE
Definition molten_core.h:46
@ NPC_MAJORDOMO_EXECUTUS
Definition molten_core.h:43
@ NPC_FLAMEWAKER_HEALER
Definition molten_core.h:45
@ NPC_GARR
Definition molten_core.h:38
@ NPC_GOLEMAGG_THE_INCINERATOR
Definition molten_core.h:42
@ NPC_LUCIFRON
Definition molten_core.h:35
@ NPC_SULFURON_HARBINGER
Definition molten_core.h:41
@ NPC_BARON_GEDDON
Definition molten_core.h:40
@ NPC_GEHENNAS
Definition molten_core.h:37
Position const RagnarosSummonPos
Definition molten_core.h:31
Position const RagnarosTelePos
Definition molten_core.h:30
Encounters
Definition molten_core.h:10
@ BOSS_GARR
Definition molten_core.h:14
@ BOSS_LUCIFRON
Definition molten_core.h:11
@ BOSS_BARON_GEDDON
Definition molten_core.h:16
@ BOSS_SHAZZRAH
Definition molten_core.h:15
@ BOSS_SULFURON_HARBINGER
Definition molten_core.h:17
@ BOSS_GOLEMAGG_THE_INCINERATOR
Definition molten_core.h:18
@ BOSS_RAGNAROS
Definition molten_core.h:20
@ BOSS_GEHENNAS
Definition molten_core.h:13
@ BOSS_MAGMADAR
Definition molten_core.h:12
@ BOSS_MAJORDOMO_EXECUTUS
Definition molten_core.h:19
Data
Definition molten_core.h:55
@ DATA_RAGNAROS_ADDS
Definition molten_core.h:56