|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| npc_locksmith () | |
| bool | OnGossipHello (Player *player, Creature *creature) OVERRIDE |
| bool | OnGossipSelect (Player *player, Creature *, uint32, uint32 action) OVERRIDE |
| Public Member Functions inherited from CreatureScript | |
| virtual CreatureAI * | GetAI (Creature *) const |
| virtual uint32 | GetDialogStatus (Player *, Creature *) |
| bool | IsDatabaseBound () const FINAL |
| virtual bool | OnDummyEffect (Unit *, uint32, SpellEffIndex, Creature *) |
| virtual bool | OnGossipSelectCode (Player *, Creature *, uint32, uint32, const char *) |
| virtual bool | OnQuestAccept (Player *, Creature *, Quest const *) |
| virtual bool | OnQuestComplete (Player *, Creature *, Quest const *) |
| virtual bool | OnQuestReward (Player *, Creature *, Quest const *, uint32) |
| virtual bool | OnQuestSelect (Player *, Creature *, Quest const *) |
| Public Member Functions inherited from UnitScript | |
| virtual void | ModifyMeleeDamage (Unit *, Unit *, uint32 &) |
| virtual void | ModifyPeriodicDamageAurasTick (Unit *, Unit *, uint32 &) |
| virtual void | ModifySpellDamageTaken (Unit *, Unit *, int32 &) |
| virtual void | OnDamage (Unit *, Unit *, uint32 &) |
| virtual void | OnHeal (Unit *, Unit *, uint32 &) |
| Public Member Functions inherited from ScriptObject | |
| const std::string & | GetName () const |
| Public Member Functions inherited from UpdatableScript< Creature > | |
| virtual void | OnUpdate (Creature *, uint32) |
Additional Inherited Members | |
| Protected Member Functions inherited from CreatureScript | |
| CreatureScript (const char *name) | |
| Protected Member Functions inherited from UnitScript | |
| UnitScript (const char *name, bool addToScripts=true) | |
| Protected Member Functions inherited from ScriptObject | |
| ScriptObject (const char *name) | |
| virtual | ~ScriptObject () |
| Protected Member Functions inherited from UpdatableScript< Creature > | |
| UpdatableScript () | |
| virtual | ~UpdatableScript () |
Definition at line 1902 of file npcs_special.cpp.
|
inline |
Definition at line 1905 of file npcs_special.cpp.
References CreatureScript::CreatureScript().
Reimplemented from CreatureScript.
Definition at line 1907 of file npcs_special.cpp.
References GOSSIP_ACTION_INFO_DEF, GOSSIP_ICON_CHAT, GOSSIP_LOST_ARCATRAZ_KEY, GOSSIP_LOST_ESSENCE_INFUSED_MOONSTONE, GOSSIP_LOST_HC_KEY_TO_THE_FOCUSING_IRIS, GOSSIP_LOST_KEY_TO_THE_FOCUSING_IRIS, GOSSIP_LOST_SHADOWFORGE_KEY, GOSSIP_LOST_SHATTERED_HALLS_KEY, GOSSIP_LOST_SKELETON_KEY, GOSSIP_LOST_THE_MASTERS_KEY, GOSSIP_LOST_VIOLET_HOLD_KEY, GOSSIP_SENDER_MAIN, ITEM_ARCATRAZ_KEY, ITEM_ESSENCE_INFUSED_MOONSTONE, ITEM_HC_KEY_TO_THE_FOCUSING_IRIS, ITEM_KEY_TO_THE_FOCUSING_IRIS, ITEM_SHADOWFORGE_KEY, ITEM_SHATTERED_HALLS_KEY, ITEM_SKELETON_KEY, ITEM_THE_MASTERS_KEY, ITEM_VIOLET_HOLD_KEY, OVERRIDE, QUEST_CONTAINMENT, QUEST_DARK_IRON_LEGACY, QUEST_ETERNAL_VIGILANCE, QUEST_HC_KEY_TO_THE_FOCUSING_IRIS, QUEST_HOTTER_THAN_HELL_A, QUEST_HOTTER_THAN_HELL_H, QUEST_HOW_TO_BRAKE_IN_TO_THE_ARCATRAZ, QUEST_KEY_TO_THE_FOCUSING_IRIS, QUEST_RETURN_TO_KHAGDAR, QUEST_THE_KEY_TO_SCHOLOMANCE_A, and QUEST_THE_KEY_TO_SCHOLOMANCE_H.
|
inlinevirtual |
Reimplemented from CreatureScript.
Definition at line 1952 of file npcs_special.cpp.
References GOSSIP_ACTION_INFO_DEF, ITEM_HC_KEY_TO_THE_FOCUSING_IRIS, ITEM_KEY_TO_THE_FOCUSING_IRIS, OVERRIDE, SPELL_ARCATRAZ_KEY, SPELL_ESSENCE_INFUSED_MOONSTONE, SPELL_SHADOWFORGE_KEY, SPELL_SHATTERED_HALLS_KEY, SPELL_SKELETON_KEY, SPELL_THE_MASTERS_KEY, and SPELL_VIOLET_HOLD_KEY.