|
| npc_drake_dealer_hurlunk () |
|
bool | OnGossipSelect (Player *player, Creature *creature, uint32, uint32 action) override |
|
bool | OnGossipHello (Player *player, Creature *creature) override |
|
bool | IsDatabaseBound () const override |
|
virtual bool | OnGossipSelectCode (Player *, Creature *, uint32, uint32, const char *) |
|
virtual bool | OnQuestAccept (Player *, Creature *, Quest const *) |
|
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_drake_dealer_hurlunk()
npc_drake_dealer_hurlunk::npc_drake_dealer_hurlunk |
( |
| ) |
|
|
inline |
Definition CreatureScript.h:25
◆ OnGossipHello()
bool npc_drake_dealer_hurlunk::OnGossipHello |
( |
Player * |
player, |
|
|
Creature * |
creature |
|
) |
| |
|
inlineoverridevirtual |
Reimplemented from CreatureScript.
701 {
704
706
707 return true;
708 }
@ GOSSIP_ICON_VENDOR
Definition GossipDef.h:62
void SendGossipMenuFor(Player *player, uint32 npcTextID, ObjectGuid const guid)
Definition ScriptedGossip.cpp:45
void AddGossipItemFor(Player *player, uint32 icon, std::string const &text, uint32 sender, uint32 action)
Definition ScriptedGossip.cpp:28
#define GOSSIP_TEXT_BROWSE_GOODS
Definition ScriptedGossip.h:25
@ GOSSIP_SENDER_MAIN
Definition ScriptedGossip.h:70
@ GOSSIP_ACTION_TRADE
Definition ScriptedGossip.h:56
@ REP_EXALTED
Definition SharedDefines.h:187
static ObjectGuid GetGUID(Object const *o)
Definition Object.h:112
ReputationRank GetReputationRank(uint32 faction_id) const
Definition Player.cpp:5903
uint32 GetGossipTextId(uint32 menuId, WorldObject *source)
Definition PlayerGossip.cpp:404
bool IsVendor() const
Definition Unit.h:769
References AddGossipItemFor(), Player::GetGossipTextId(), Object::GetGUID(), Player::GetReputationRank(), GOSSIP_ACTION_TRADE, GOSSIP_ICON_VENDOR, GOSSIP_SENDER_MAIN, GOSSIP_TEXT_BROWSE_GOODS, Unit::IsVendor(), REP_EXALTED, and SendGossipMenuFor().
◆ OnGossipSelect()
The documentation for this class was generated from the following file: