Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
zone_elwynn_forest.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "Vehicle.h"
#include <map>
#include "Timer.h"
Include dependency graph for zone_elwynn_forest.cpp:

Go to the source code of this file.

Classes

class  npc_blackrock_battle_worg
struct  npc_blackrock_battle_worg::npc_blackrock_battle_worgAI
class  npc_blackrock_invader
struct  npc_blackrock_invader::npc_blackrock_invaderAI
class  npc_blackrock_spy
struct  npc_blackrock_spy::npc_blackrock_spyAI
class  npc_goblin_assassin
struct  npc_goblin_assassin::npc_goblin_assassinAI
class  npc_hogger_elwynn
struct  npc_hogger_elwynn::npc_hogger_elwynnAI
class  npc_marshal_dughan
class  npc_stormwind_charger
struct  npc_stormwind_charger::npc_stormwind_chargerAI
class  npc_stormwind_infantry
struct  npc_stormwind_infantry::npc_stormwind_infantryAI

Enumerations

enum  Northshire {
  SAY_BLACKROCK_COMBAT_1 = -1000015 , SAY_BLACKROCK_COMBAT_2 = -1000016 , SAY_BLACKROCK_COMBAT_3 = -1000017 , SAY_BLACKROCK_COMBAT_4 = -1000018 ,
  SAY_BLACKROCK_COMBAT_5 = -1000019 , SAY_ASSASSIN_COMBAT_1 = -1000020 , SAY_ASSASSIN_COMBAT_2 = -1000021 , SPELL_SPYING = 92857 ,
  SPELL_SNEAKING = 93046 , SPELL_SPYGLASS = 80676 , NPC_BLACKROCK_BATTLE_WORG = 49871 , NPC_STORMWIND_INFANTRY = 49869 ,
  WORG_FIGHTING_FACTION = 232 , WORG_FACTION_RESTORE = 32 , WORG_GROWL = 2649 , AI_HEALTH_MIN = 85 ,
  SAY_INFANTRY_YELL = 1 , INFANTRY_YELL_CHANCE = 10
}

Functions

void AddSC_elwynn_forest ()

Variables

static std::map< uint64, uint32s_DughanGossipCooldowns

Enumeration Type Documentation

◆ Northshire

enum Northshire
Enumerator
SAY_BLACKROCK_COMBAT_1 
SAY_BLACKROCK_COMBAT_2 
SAY_BLACKROCK_COMBAT_3 
SAY_BLACKROCK_COMBAT_4 
SAY_BLACKROCK_COMBAT_5 
SAY_ASSASSIN_COMBAT_1 
SAY_ASSASSIN_COMBAT_2 
SPELL_SPYING 
SPELL_SNEAKING 
SPELL_SPYGLASS 
NPC_BLACKROCK_BATTLE_WORG 
NPC_STORMWIND_INFANTRY 
WORG_FIGHTING_FACTION 
WORG_FACTION_RESTORE 
WORG_GROWL 
AI_HEALTH_MIN 
SAY_INFANTRY_YELL 
INFANTRY_YELL_CHANCE 

Definition at line 24 of file zone_elwynn_forest.cpp.

Function Documentation

◆ AddSC_elwynn_forest()

void AddSC_elwynn_forest ( )

Definition at line 766 of file zone_elwynn_forest.cpp.

Referenced by AddEasternKingdomsScripts().

Variable Documentation

◆ s_DughanGossipCooldowns

std::map<uint64, uint32> s_DughanGossipCooldowns
static

Definition at line 678 of file zone_elwynn_forest.cpp.