|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "deadmines.h"#include "TemporarySummon.h"#include "WorldPacket.h"#include "Opcodes.h"Go to the source code of this file.
Classes | |
| class | instance_deadmines |
| struct | instance_deadmines::instance_deadmines_InstanceMapScript |
Macros | |
| #define | SAY_MR_SMITE_ALARM1 "You there, check out that noise!" |
| #define | SAY_MR_SMITE_ALARM2 "We're under attack! A vast, ye swabs! Repel the invaders!" |
Enumerations | |
| enum | Misc { DATA_CANNON_BLAST_TIMER = 3000 , DATA_PIRATES_DELAY_TIMER = 1000 } |
| enum | Sounds { SOUND_CANNONFIRE = 1400 , SOUND_DESTROYDOOR = 3079 , SOUND_MR_SMITE_ALARM1 = 5775 , SOUND_MR_SMITE_ALARM2 = 5777 } |
Functions | |
| void | AddSC_instance_deadmines () |
| #define SAY_MR_SMITE_ALARM1 "You there, check out that noise!" |
Definition at line 28 of file instance_deadmines.cpp.
Referenced by instance_deadmines::instance_deadmines_InstanceMapScript::Update().
| #define SAY_MR_SMITE_ALARM2 "We're under attack! A vast, ye swabs! Repel the invaders!" |
Definition at line 29 of file instance_deadmines.cpp.
Referenced by instance_deadmines::instance_deadmines_InstanceMapScript::Update().
| enum Misc |
| Enumerator | |
|---|---|
| DATA_CANNON_BLAST_TIMER | |
| DATA_PIRATES_DELAY_TIMER | |
Definition at line 31 of file instance_deadmines.cpp.
| enum Sounds |
| Enumerator | |
|---|---|
| SOUND_CANNONFIRE | |
| SOUND_DESTROYDOOR | |
| SOUND_MR_SMITE_ALARM1 | |
| SOUND_MR_SMITE_ALARM2 | |
Definition at line 20 of file instance_deadmines.cpp.
| void AddSC_instance_deadmines | ( | ) |
Definition at line 260 of file instance_deadmines.cpp.