![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Player.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "SpellInfo.h"
Go to the source code of this file.
Classes | |
class | npc_spitelashes |
struct | npc_spitelashes::npc_spitelashesAI |
class | npc_rizzle_sprysprocket |
struct | npc_rizzle_sprysprocket::npc_rizzle_sprysprocketAI |
class | npc_depth_charge |
struct | npc_depth_charge::npc_depth_chargeAI |
Macros | |
#define | GOSSIP_GET_MOONSTONE "Hand over the Southfury moonstone and I'll let you go." |
Enumerations | |
enum | Spitelashes { SPELL_POLYMORPH_RANK1 = 118 , SPELL_POLYMORPH_RANK2 = 12824 , SPELL_POLYMORPH_RANK3 = 12825 , SPELL_POLYMORPH_RANK4 = 12826 , SPELL_POLYMORPH = 29124 , SPELL_POLYMORPH_BACKFIRE = 28406 , SPELL_REMOVE_POLYMORPH = 6924 } |
enum | RizzleSprysprocketData { QUEST_CHASING_THE_MOONSTONE = 10994 , NPC_DEPTH_CHARGE = 23025 , SPELL_RIZZLE_BLACKJACK = 39865 , SPELL_RIZZLE_ESCAPE = 39871 , SPELL_RIZZLE_FROST_GRENADE = 40525 , SPELL_DEPTH_CHARGE_TRAP = 38576 , SPELL_PERIODIC_DEPTH_CHARGE = 39912 , SPELL_GIVE_SOUTHFURY_MOONSTONE = 39886 , SAY_RIZZLE_START = 0 , SAY_RIZZLE_GRENADE = 1 , SAY_RIZZLE_FINAL = 2 , MSG_ESCAPE_NOTICE = 3 } |
Functions | |
void | AddSC_azshara () |
Variables | |
Position const | WPs [58] |
#define GOSSIP_GET_MOONSTONE "Hand over the Southfury moonstone and I'll let you go." |
enum Spitelashes |
Enumerator | |
---|---|
SPELL_POLYMORPH_RANK1 | |
SPELL_POLYMORPH_RANK2 | |
SPELL_POLYMORPH_RANK3 | |
SPELL_POLYMORPH_RANK4 | |
SPELL_POLYMORPH | |
SPELL_POLYMORPH_BACKFIRE | |
SPELL_REMOVE_POLYMORPH |
void AddSC_azshara | ( | ) |
Referenced by AddKalimdorScripts().
Position const WPs[58] |