TrinityCore
zone_felwood.cpp File Reference
#include "ScriptMgr.h"
#include "MotionMaster.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
+ Include dependency graph for zone_felwood.cpp:

Go to the source code of this file.

Classes

class  npc_whisperwind_lasher
 
struct  npc_whisperwind_lasher::npc_whisperwind_lasherAI
 
class  spell_swipe_honey
 
class  spell_swipe_honey::spell_swipe_honey_SpellScript
 
class  spell_beesbees
 
class  spell_beesbees::spell_beesbees_SpellScript
 
class  spell_ruumbos_silly_dance
 
class  spell_ruumbos_silly_dance::spell_ruumbos_silly_dance_SpellScript
 

Enumerations

enum  WhisperwindLasher {
  EVENT_CHECK_OOC = 1 , SPELL_INFECTED_WOULD = 52225 , SPELL_STAND = 37752 , NPC_WHISPERWIND_LASHER = 47747 ,
  NPC_CORRUPTED_LASHER = 48387 , FACTION_HOSTILE = 14 , CHANCE_HOSTILE = 30
}
 
enum  SwipeHoney { NPC_HONEY_BUNNY = 47308 , ITEM_HONEY_GLOB = 62820 , SPELL_BEES = 94064 }
 
enum  BeesBEES { BOSS_EMOTE_BEES = 0 , SPELL_BEES_BEES = 88425 }
 
enum  RuumbosSillyDance { NPC_DRIZZLE = 47556 , NPC_FERLI = 47558 , MAP_KALIMDOR = 1 }
 

Functions

void AddSC_felwood ()
 

Variables

Position const DrizzleSpawnPos = { 3852.52f, -1321.92f, 213.3353f, 5.72468f }
 
Position const FerliSpawnPos = { 3850.44f, -1323.34f, 213.2113f, 5.637414f }
 

Enumeration Type Documentation

◆ BeesBEES

enum BeesBEES
Enumerator
BOSS_EMOTE_BEES 
SPELL_BEES_BEES 

Definition at line 169 of file zone_felwood.cpp.

◆ RuumbosSillyDance

Enumerator
NPC_DRIZZLE 
NPC_FERLI 
MAP_KALIMDOR 

Definition at line 210 of file zone_felwood.cpp.

◆ SwipeHoney

enum SwipeHoney
Enumerator
NPC_HONEY_BUNNY 
ITEM_HONEY_GLOB 
SPELL_BEES 

Definition at line 115 of file zone_felwood.cpp.

◆ WhisperwindLasher

Enumerator
EVENT_CHECK_OOC 
SPELL_INFECTED_WOULD 
SPELL_STAND 
NPC_WHISPERWIND_LASHER 
NPC_CORRUPTED_LASHER 
FACTION_HOSTILE 
CHANCE_HOSTILE 

Definition at line 28 of file zone_felwood.cpp.

Function Documentation

◆ AddSC_felwood()

void AddSC_felwood ( )

Definition at line 252 of file zone_felwood.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ DrizzleSpawnPos

Position const DrizzleSpawnPos = { 3852.52f, -1321.92f, 213.3353f, 5.72468f }

Definition at line 217 of file zone_felwood.cpp.

◆ FerliSpawnPos

Position const FerliSpawnPos = { 3850.44f, -1323.34f, 213.2113f, 5.637414f }

Definition at line 218 of file zone_felwood.cpp.