![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "GameObjectAI.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "TaskScheduler.h"
#include "zulgurub.h"
Go to the source code of this file.
Classes | |
struct | boss_marli |
struct | npc_spawn_of_marli |
class | spell_hatch_eggs |
class | spell_enveloping_webs |
class | spell_marli_transform |
Enumerations | |
enum | Says { SAY_AGGRO = 0 , SAY_TRANSFORM = 1 , SAY_SPIDER_SPAWN = 2 , SAY_DEATH = 3 , SAY_TRANSFORM_BACK = 4 , EMOTE_FULL_GROWN = 0 } |
enum | Spells { SPELL_CHARGE = 22911 , SPELL_ENVELOPING_WEB = 24110 , SPELL_CORROSIVE_POISON = 24111 , SPELL_POISON_SHOCK = 24112 , SPELL_POISON_VOLLEY = 24099 , SPELL_DRAIN_LIFE = 24300 , SPELL_ENLARGE = 24109 , SPELL_SPIDER_EGGS = 24082 , SPELL_SPIDER_FORM = 24084 , SPELL_TRANSFORM_BACK = 24085 , SPELL_THRASH = 3391 , SPELL_HATCH_SPIDER_EGG = 24082 , SPELL_HATCH_EGGS = 24083 , SPELL_GROWTH = 24086 , SPELL_FULL_GROWN = 24088 } |
enum | Phases { PHASE_TROLL = 1 , PHASE_SPIDER = 2 } |
enum | Misc { GO_SPIDER_EGGS = 179985 } |
Functions | |
void | AddSC_boss_marli () |
enum Misc |
enum Phases |
Enumerator | |
---|---|
PHASE_TROLL | |
PHASE_SPIDER |
enum Says |
Enumerator | |
---|---|
SAY_AGGRO | |
SAY_TRANSFORM | |
SAY_SPIDER_SPAWN | |
SAY_DEATH | |
SAY_TRANSFORM_BACK | |
EMOTE_FULL_GROWN |
enum Spells |
void AddSC_boss_marli | ( | ) |
References RegisterCreatureAI, and RegisterSpellScript.
Referenced by AddEasternKingdomsScripts().