TrinityCore
Loading...
Searching...
No Matches
pet_hunter.cpp File Reference
#include "ScriptMgr.h"
#include "Containers.h"
#include "CreatureAIImpl.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellAuraEffects.h"
#include "TemporarySummon.h"
+ Include dependency graph for pet_hunter.cpp:

Go to the source code of this file.

Classes

struct  npc_pet_hunter_snake_trap
 
class  spell_pet_charge
 
class  spell_pet_guard_dog
 
class  spell_pet_silverback
 
class  spell_pet_culling_the_herd
 

Enumerations

enum  HunterSpells { SPELL_HUNTER_CRIPPLING_POISON = 30981 , SPELL_HUNTER_DEADLY_POISON_PASSIVE = 34657 , SPELL_HUNTER_MIND_NUMBING_POISON = 25810 }
 
enum  HunterCreatures { NPC_HUNTER_VIPER = 19921 }
 
enum  PetSpellsMisc {
  SPELL_PET_GUARD_DOG_HAPPINESS = 54445 , SPELL_PET_SILVERBACK_RANK_1 = 62800 , SPELL_PET_SILVERBACK_RANK_2 = 62801 , SPELL_PET_SWOOP = 52825 ,
  SPELL_PET_CHARGE = 61685 , PET_ICON_ID_GROWL = 201 , PET_ICON_ID_CLAW = 262 , PET_ICON_ID_BITE = 1680 ,
  PET_ICON_ID_SMACK = 473
}
 

Functions

void AddSC_hunter_pet_scripts ()
 

Enumeration Type Documentation

◆ HunterCreatures

Enumerator
NPC_HUNTER_VIPER 

Definition at line 38 of file pet_hunter.cpp.

◆ HunterSpells

Enumerator
SPELL_HUNTER_CRIPPLING_POISON 
SPELL_HUNTER_DEADLY_POISON_PASSIVE 
SPELL_HUNTER_MIND_NUMBING_POISON 

Definition at line 31 of file pet_hunter.cpp.

◆ PetSpellsMisc

Enumerator
SPELL_PET_GUARD_DOG_HAPPINESS 
SPELL_PET_SILVERBACK_RANK_1 
SPELL_PET_SILVERBACK_RANK_2 
SPELL_PET_SWOOP 
SPELL_PET_CHARGE 
PET_ICON_ID_GROWL 
PET_ICON_ID_CLAW 
PET_ICON_ID_BITE 
PET_ICON_ID_SMACK 

Definition at line 43 of file pet_hunter.cpp.

Function Documentation

◆ AddSC_hunter_pet_scripts()

void AddSC_hunter_pet_scripts ( )

Definition at line 292 of file pet_hunter.cpp.

+ Here is the caller graph for this function: