|
| | npc_ame () |
| |
| bool | OnQuestAccept (Player *player, Creature *creature, Quest const *quest) override |
| |
| CreatureAI * | GetAI (Creature *creature) const override |
| |
| bool | IsDatabaseBound () const override |
| |
| virtual bool | OnGossipHello (Player *, Creature *) |
| |
| virtual bool | OnGossipSelect (Player *, Creature *, uint32, uint32) |
| |
| virtual bool | OnGossipSelectCode (Player *, Creature *, uint32, uint32, const char *) |
| |
| virtual bool | OnQuestSelect (Player *, Creature *, Quest const *) |
| |
| virtual bool | OnQuestComplete (Player *, Creature *, Quest const *) |
| |
| virtual bool | OnQuestReward (Player *, Creature *, Quest const *, uint32) |
| |
| virtual uint32 | GetDialogStatus (Player *, Creature *) |
| |
| virtual void | OnFfaPvpStateUpdate (Creature *, bool) |
| |
| virtual bool | isAfterLoadScript () const |
| |
| virtual void | checkValidity () |
| |
| const std::string & | GetName () const |
| |
| uint16 | GetTotalAvailableHooks () |
| |
| virtual void | OnUpdate (Creature *, uint32) |
| |
◆ npc_ame()
Definition CreatureScript.h:25
◆ GetAI()
Reimplemented from CreatureScript.
62 {
63 return new npc_ameAI(creature);
64 }
◆ OnQuestAccept()
Reimplemented from CreatureScript.
48 {
50 {
55
57 }
58 return true;
59 }
@ FACTION_ESCORTEE_N_NEUTRAL_PASSIVE
Definition SharedDefines.h:199
#define CAST_AI(a, b)
Definition UnitAI.h:26
@ UNIT_FIELD_BYTES_1
Definition UpdateFields.h:131
void Talk(uint8 id, WorldObject const *whisperTarget=nullptr, Milliseconds delay=0ms)
Causes the creature to talk/say the text assigned to their entry in the creature_text database table.
Definition CreatureAI.cpp:53
bool SetWalk(bool enable) override
Enable or disable the creature's walk mode by removing: MOVEMENTFLAG_WALKING. Infom also the client.
Definition Creature.cpp:3177
CreatureAI * AI() const
Definition Creature.h:144
static ObjectGuid GetGUID(Object const *o)
Definition Object.h:114
void SetFaction(uint32 faction)
Definition Unit.cpp:7013
void SetUInt32Value(uint16 index, uint32 value)
Definition Unit.cpp:17592
Definition ScriptedEscortAI.h:53
@ SAY_READY
Definition zone_ungoro_crater.cpp:27
@ QUEST_CHASING_AME
Definition zone_ungoro_crater.cpp:36
References Creature::AI(), CAST_AI, FACTION_ESCORTEE_N_NEUTRAL_PASSIVE, Object::GetGUID(), Quest::GetQuestId(), QUEST_CHASING_AME, SAY_READY, Unit::SetFaction(), Unit::SetUInt32Value(), Creature::SetWalk(), CreatureAI::Talk(), and UNIT_FIELD_BYTES_1.
The documentation for this class was generated from the following file: