|
| | npc_maxx_a_million_escort () |
| |
| CreatureAI * | GetAI (Creature *creature) const override |
| |
| bool | OnQuestAccept (Player *player, Creature *creature, const Quest *quest) 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_maxx_a_million_escort()
| npc_maxx_a_million_escort::npc_maxx_a_million_escort |
( |
| ) |
|
|
inline |
Definition CreatureScript.h:25
◆ GetAI()
Reimplemented from CreatureScript.
695 {
696 return new npc_maxx_a_million_escortAI(creature);
697 }
◆ OnQuestAccept()
| bool npc_maxx_a_million_escort::OnQuestAccept |
( |
Player * |
player, |
|
|
Creature * |
creature, |
|
|
const Quest * |
quest |
|
) |
| |
|
inlineoverridevirtual |
Reimplemented from CreatureScript.
769 {
771 {
773 {
776 pEscortAI->Start(
false, player->
GetGUID());
777 }
778 }
779 return true;
780 }
@ FACTION_ESCORTEE_N_NEUTRAL_PASSIVE
Definition SharedDefines.h:222
#define CAST_AI(a, b)
Definition UnitAI.h:26
bool SetWalk(bool enable) override
Enable or disable the creature's walk mode by removing: MOVEMENTFLAG_WALKING. Infom also the client.
Definition Creature.cpp:3222
CreatureAI * AI() const
Definition Creature.h:145
static ObjectGuid GetGUID(Object const *o)
Definition Object.h:113
uint32 GetQuestId() const
Definition QuestDef.h:228
void SetFaction(uint32 faction)
Definition Unit.cpp:10107
Definition zone_netherstorm.cpp:700
@ QUEST_MARK_V_IS_ALIVE
Definition zone_netherstorm.cpp:685
References Creature::AI(), CAST_AI, FACTION_ESCORTEE_N_NEUTRAL_PASSIVE, Object::GetGUID(), Quest::GetQuestId(), QUEST_MARK_V_IS_ALIVE, Unit::SetFaction(), and Creature::SetWalk().
The documentation for this class was generated from the following file: