|
| npc_lakota_windsong () |
|
bool | OnQuestAccept (Player *player, Creature *creature, const Quest *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_lakota_windsong()
npc_lakota_windsong::npc_lakota_windsong |
( |
| ) |
|
|
inline |
Definition CreatureScript.h:25
◆ GetAI()
Reimplemented from CreatureScript.
89 {
90 return new npc_lakota_windsongAI(creature);
91 }
◆ OnQuestAccept()
bool npc_lakota_windsong::OnQuestAccept |
( |
Player * |
player, |
|
|
Creature * |
creature, |
|
|
const Quest * |
quest |
|
) |
| |
|
inlineoverridevirtual |
Reimplemented from CreatureScript.
76 {
78 {
81
83 pEscortAI->Start(
false,
false, player->
GetGUID(), quest);
84 }
85 return true;
86 }
@ FACTION_ESCORTEE_H_NEUTRAL_ACTIVE
Definition SharedDefines.h:215
#define CAST_AI(a, b)
Definition UnitAI.h:26
void Talk(uint8 id, WorldObject const *whisperTarget=nullptr, Milliseconds delay=0s)
Causes the creature to talk/say the text assigned to their entry in the creature_text database table.
Definition CreatureAI.cpp:50
CreatureAI * AI() const
Definition Creature.h:141
static ObjectGuid GetGUID(Object const *o)
Definition Object.h:112
uint32 GetQuestId() const
Definition QuestDef.h:228
void SetFaction(uint32 faction)
Definition Unit.cpp:10097
Definition zone_thousand_needles.cpp:94
@ QUEST_FREE_AT_LAST
Definition zone_thousand_needles.cpp:52
@ SAY_LAKO_START
Definition zone_thousand_needles.cpp:46
References Creature::AI(), CAST_AI, FACTION_ESCORTEE_H_NEUTRAL_ACTIVE, Object::GetGUID(), Quest::GetQuestId(), QUEST_FREE_AT_LAST, SAY_LAKO_START, Unit::SetFaction(), and CreatureAI::Talk().
The documentation for this class was generated from the following file: