|
| npc_karynaku () |
|
bool | OnQuestAccept (Player *player, Creature *creature, Quest const *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 CreatureAI * | GetAI (Creature *) const |
|
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_karynaku()
npc_karynaku::npc_karynaku |
( |
| ) |
|
|
inline |
Definition CreatureScript.h:25
◆ OnQuestAccept()
Reimplemented from CreatureScript.
794 {
797
800
801 return true;
802 }
@ TEMPSUMMON_TIMED_OR_DEAD_DESPAWN
Definition Object.h:46
bool ActivateTaxiPathTo(std::vector< uint32 > const &nodes, Creature *npc=nullptr, uint32 spellid=1)
Definition Player.cpp:10294
TempSummon * SummonCreature(uint32 id, const Position &pos, TempSummonType spwtype=TEMPSUMMON_MANUAL_DESPAWN, uint32 despwtime=0, uint32 vehId=0, SummonPropertiesEntry const *properties=nullptr, bool visibleBySummonerOnly=false) const
Definition Object.cpp:2368
@ QUEST_ALLY_OF_NETHER
Definition zone_shadowmoon_valley.cpp:780
@ TAXI_PATH_ID
Definition zone_shadowmoon_valley.cpp:785
@ QUEST_ZUHULED_THE_WACK
Definition zone_shadowmoon_valley.cpp:781
@ NPC_ZUHULED_THE_WACKED
Definition zone_shadowmoon_valley.cpp:783
References Player::ActivateTaxiPathTo(), Quest::GetQuestId(), NPC_ZUHULED_THE_WACKED, QUEST_ALLY_OF_NETHER, QUEST_ZUHULED_THE_WACK, WorldObject::SummonCreature(), TAXI_PATH_ID, and TEMPSUMMON_TIMED_OR_DEAD_DESPAWN.
The documentation for this class was generated from the following file: