◆ at_ancient_leaf()
at_ancient_leaf::at_ancient_leaf |
( |
| ) |
|
|
inline |
Definition AreaTriggerScript.h:24
◆ OnTrigger()
Reimplemented from AreaTriggerScript.
113 {
115 return false;
116
117
119 {
120
122 return true;
123
125 }
126 return false;
127 }
@ 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:2291
bool IsGameMaster() const
Definition Player.h:1176
QuestStatus GetQuestStatus(uint32 quest_id) const
Definition PlayerQuest.cpp:1430
bool IsAlive() const
Definition Unit.h:1698
Map * GetMap() const
Definition Object.h:537
@ CREATURE_GROUP_ANCIENTS
Definition zone_felwood.cpp:104
@ NPC_VARTRUS
Definition zone_felwood.cpp:101
@ QUEST_ANCIENT_LEAF
Definition zone_felwood.cpp:100
@ NPC_STOMA
Definition zone_felwood.cpp:102
@ NPC_HASTAT
Definition zone_felwood.cpp:103
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: