|
| npc_experience () |
|
bool | OnGossipHello (Player *player, Creature *creature) override |
|
bool | OnGossipSelect (Player *player, Creature *, uint32, uint32 action) 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_experience()
npc_experience::npc_experience |
( |
| ) |
|
|
inline |
Definition CreatureScript.h:25
◆ OnGossipHello()
bool npc_experience::OnGossipHello |
( |
Player * |
player, |
|
|
Creature * |
creature |
|
) |
| |
|
inlineoverridevirtual |
Reimplemented from CreatureScript.
2011 {
2013
2015 {
2017 }
2018 else
2019 {
2021 }
2022
2024 return true;
2025 }
@ CONFIG_TOGGLE_XP_COST
Definition IWorld.h:414
@ PLAYER_FLAGS_NO_XP_GAIN
Definition Player.h:504
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
@ GOSSIP_SENDER_MAIN
Definition ScriptedGossip.h:70
@ GOSSIP_ACTION_INFO_DEF
Definition ScriptedGossip.h:68
bool HasPlayerFlag(PlayerFlags flags) const
Definition Player.h:1125
uint32 GetGossipTextId(uint32 menuId, WorldObject *source)
Definition PlayerGossip.cpp:404
#define sWorld
Definition World.h:363
@ GOSSIP_MENU_EXP_NPC
Definition npcs_special.cpp:2002
References AddGossipItemFor(), CONFIG_TOGGLE_XP_COST, Player::GetGossipTextId(), GOSSIP_ACTION_INFO_DEF, GOSSIP_MENU_EXP_NPC, GOSSIP_SENDER_MAIN, Player::HasPlayerFlag(), PLAYER_FLAGS_NO_XP_GAIN, SendGossipMenuFor(), and sWorld.
◆ OnGossipSelect()
Reimplemented from CreatureScript.
2028 {
2030
2032
2034 {
2037 return true;
2038 }
2039
2041
2042 switch (action)
2043 {
2046 break;
2049 break;
2050 }
2051
2053 return true;
2054 }
@ BUY_ERR_NOT_ENOUGHT_MONEY
Definition Item.h:143
void ClearGossipMenuFor(Player *player)
Definition ScriptedGossip.cpp:22
void SetPlayerFlag(PlayerFlags flags)
Definition Player.h:1126
void RemovePlayerFlag(PlayerFlags flags)
Definition Player.h:1127
bool ModifyMoney(int32 amount, bool sendError=true)
Definition Player.cpp:11576
bool HasEnoughMoney(uint32 amount) const
Definition Player.h:1618
void SendBuyError(BuyResult msg, Creature *creature, uint32 item, uint32 param)
Definition PlayerStorage.cpp:4064
PlayerMenu * PlayerTalkClass
Definition Player.h:2247
References BUY_ERR_NOT_ENOUGHT_MONEY, ClearGossipMenuFor(), CONFIG_TOGGLE_XP_COST, GOSSIP_ACTION_INFO_DEF, Player::HasEnoughMoney(), Player::ModifyMoney(), PLAYER_FLAGS_NO_XP_GAIN, Player::PlayerTalkClass, Player::RemovePlayerFlag(), Player::SendBuyError(), PlayerMenu::SendCloseGossip(), Player::SetPlayerFlag(), and sWorld.
The documentation for this class was generated from the following file: