AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
zone_dustwallow_marsh.cpp File Reference
#include "Player.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "SpellScript.h"
#include "WorldSession.h"

Go to the source code of this file.

Classes

class  npc_zelfrax
 
struct  npc_zelfrax::npc_zelfraxAI
 
class  spell_ooze_zap
 
class  spell_ooze_zap::spell_ooze_zap_SpellScript
 
class  spell_ooze_zap_channel_end
 
class  spell_ooze_zap_channel_end::spell_ooze_zap_channel_end_SpellScript
 
class  spell_energize_aoe
 
class  spell_energize_aoe::spell_energize_aoe_SpellScript
 

Enumerations

enum  Zelfrax {
  SAY_ZELFRAX1 = 0 ,
  SAY_ZELFRAX2 = 1
}
 
enum  SpellScripts {
  SPELL_OOZE_ZAP = 42489 ,
  SPELL_OOZE_ZAP_CHANNEL_END = 42485 ,
  SPELL_OOZE_CHANNEL_CREDIT = 42486 ,
  SPELL_ENERGIZED = 42492
}
 

Functions

void AddSC_dustwallow_marsh ()
 

Variables

Position const MovePosition = {-2967.030f, -3872.1799f, 35.620f, 0.0f}
 

Enumeration Type Documentation

◆ SpellScripts

Enumerator
SPELL_OOZE_ZAP 
SPELL_OOZE_ZAP_CHANNEL_END 
SPELL_OOZE_CHANNEL_CREDIT 
SPELL_ENERGIZED 
113{
114 SPELL_OOZE_ZAP = 42489,
117 SPELL_ENERGIZED = 42492,
118};
@ SPELL_OOZE_ZAP_CHANNEL_END
Definition: zone_dustwallow_marsh.cpp:115
@ SPELL_OOZE_ZAP
Definition: zone_dustwallow_marsh.cpp:114
@ SPELL_ENERGIZED
Definition: zone_dustwallow_marsh.cpp:117
@ SPELL_OOZE_CHANNEL_CREDIT
Definition: zone_dustwallow_marsh.cpp:116

◆ Zelfrax

enum Zelfrax
Enumerator
SAY_ZELFRAX1 
SAY_ZELFRAX2 
43{
44 SAY_ZELFRAX1 = 0,
45 SAY_ZELFRAX2 = 1
46};
@ SAY_ZELFRAX2
Definition: zone_dustwallow_marsh.cpp:45
@ SAY_ZELFRAX1
Definition: zone_dustwallow_marsh.cpp:44

Function Documentation

◆ AddSC_dustwallow_marsh()

void AddSC_dustwallow_marsh ( )
246{
247 new npc_zelfrax();
248 new spell_ooze_zap();
250 new spell_energize_aoe();
251}
Definition: zone_dustwallow_marsh.cpp:49
Definition: zone_dustwallow_marsh.cpp:121
Definition: zone_dustwallow_marsh.cpp:166
Definition: zone_dustwallow_marsh.cpp:200

Referenced by AddKalimdorScripts().

Variable Documentation

◆ MovePosition

Position const MovePosition = {-2967.030f, -3872.1799f, 35.620f, 0.0f}