◆ at_ancient_leaf()
at_ancient_leaf::at_ancient_leaf |
( |
| ) |
|
|
inline |
Definition AreaTriggerScript.h:24
◆ OnTrigger()
Reimplemented from AreaTriggerScript.
129 {
131 return false;
132
133
135 {
136
138 return true;
139
141 }
142 return false;
143 }
@ QUEST_STATUS_REWARDED
Definition QuestDef.h:106
@ QUEST_STATUS_COMPLETE
Definition QuestDef.h:101
Creature * GetClosestCreatureWithEntry(WorldObject *source, uint32 entry, float maxSearchRange, bool alive)
Definition ScriptedCreature.cpp:865
void SummonCreatureGroup(uint8 group, std::list< TempSummon * > *list=nullptr)
Definition Object.cpp:2273
bool IsGameMaster() const
Definition Player.h:1177
QuestStatus GetQuestStatus(uint32 quest_id) const
Definition PlayerQuest.cpp:1430
bool IsAlive() const
Definition Unit.h:1707
Map * GetMap() const
Definition Object.h:587
@ CREATURE_GROUP_ANCIENTS
Definition zone_felwood.cpp:120
@ NPC_VARTRUS
Definition zone_felwood.cpp:117
@ QUEST_ANCIENT_LEAF
Definition zone_felwood.cpp:116
@ NPC_STOMA
Definition zone_felwood.cpp:118
@ NPC_HASTAT
Definition zone_felwood.cpp:119
References CREATURE_GROUP_ANCIENTS, GetClosestCreatureWithEntry(), WorldObject::GetMap(), Player::GetQuestStatus(), Unit::IsAlive(), Player::IsGameMaster(), NPC_HASTAT, NPC_STOMA, NPC_VARTRUS, QUEST_ANCIENT_LEAF, QUEST_STATUS_COMPLETE, QUEST_STATUS_REWARDED, and Map::SummonCreatureGroup().
The documentation for this class was generated from the following file: