◆ near_scarshield_infiltrator()
| near_scarshield_infiltrator::near_scarshield_infiltrator |
( |
| ) |
|
|
inline |
Definition AreaTriggerScript.h:24
◆ OnTrigger()
Reimplemented from AreaTriggerScript.
737 {
738 if (player && player->
IsAlive())
739 {
741 {
742 bool transformHasStarted = creature->AI()->GetData(0) == 1;
744 {
745
748 {
751 return true;
752 }
753 }
754 }
755 }
756 return false;
757 }
@ NPC_SCARSHIELD_INFILTRATOR
Definition blackrock_spire.h:84
@ ITEM_UNADORNED_SEAL
Definition blackrock_spire.h:106
static ObjectGuid GetGUID(Object const *o)
Definition Object.h:114
bool HasItemCount(uint32 item, uint32 count=1, bool inBankAlso=false) const
Definition PlayerStorage.cpp:657
bool IsAlive() const
Definition Unit.h:1793
uint8 GetLevel() const
Definition Unit.h:1103
Creature * FindNearestCreature(uint32 entry, float range, bool alive=true) const
Definition Object.cpp:2499
GuidList whisperedTargets
Definition instance_blackrock_spire.cpp:759
@ SAY_SCARSHIELD_INF_WHISPER
Definition instance_blackrock_spire.cpp:58
References WorldObject::FindNearestCreature(), Object::GetGUID(), Unit::GetLevel(), Player::HasItemCount(), Unit::IsAlive(), ITEM_UNADORNED_SEAL, NPC_SCARSHIELD_INFILTRATOR, SAY_SCARSHIELD_INF_WHISPER, and whisperedTargets.
◆ whisperedTargets
| GuidList near_scarshield_infiltrator::whisperedTargets |
|
private |
The documentation for this class was generated from the following file: