|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| npc_wg_quest_giver () | |
| bool | OnGossipHello (Player *player, Creature *creature) 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 | OnGossipSelect (Player *, Creature *, uint32, uint32) |
| 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 319 of file zone_wintergrasp.cpp.
|
inline |
Definition at line 322 of file zone_wintergrasp.cpp.
References CreatureScript::CreatureScript().
Reimplemented from CreatureScript.
Definition at line 324 of file zone_wintergrasp.cpp.
References QuestMenu::AddMenuItem(), BATTLEFIELD_BATTLEID_WG, QuestMenu::ClearMenu(), Battlefield::GetAttackerTeam(), Player::GetDefaultGossipMenuForSource(), Battlefield::GetDefenderTeam(), GOSSIP_OPTION_VENDOR, GOSSIP_SENDER_MAIN, Quest::IsAutoComplete(), OVERRIDE, QUEST_A_RARE_HERB_ALLIANCE_ATT, QUEST_A_RARE_HERB_ALLIANCE_DEF, QUEST_BONES_AND_ARROWS_ALLIANCE_ATT, QUEST_BONES_AND_ARROWS_ALLIANCE_DEF, QUEST_BONES_AND_ARROWS_HORDE_ATT, QUEST_BONES_AND_ARROWS_HORDE_DEF, QUEST_DEFEND_THE_SIEGE_ALLIANCE_ATT, QUEST_DEFEND_THE_SIEGE_HORDE_ATT, QUEST_FUELING_THE_DEMOLISHERS_HORDE_ATT, QUEST_FUELING_THE_DEMOLISHERS_HORDE_DEF, QUEST_HEALING_WITH_ROSES_HORDE_ATT, QUEST_HEALING_WITH_ROSES_HORDE_DEF, QUEST_JINXING_THE_WALLS_HORDE_ATT, QUEST_NO_MERCY_FOR_THE_MERCILESS_ALLIANCE_ATT, QUEST_NO_MERCY_FOR_THE_MERCILESS_ALLIANCE_DEF, QUEST_SHOUTHERN_SABOTAGE_ALLIANCE_DEF, QUEST_SLAY_THEM_ALL_HORDE_ATT, QUEST_SLAY_THEM_ALL_HORDE_DEF, QUEST_STATUS_COMPLETE, QUEST_STATUS_INCOMPLETE, QUEST_STATUS_NONE, QUEST_STOP_THE_SIEGE_ALLIANCE_DEF, QUEST_STOP_THE_SIEGE_HORDE_DEF, QUEST_TOPPLING_THE_TOWERS_HORDE_DEF, QUEST_WARDING_THE_WALLS_HORDE_DEF, QUEST_WARDING_THE_WARRIORS_ALLIANCE_ATT, QUEST_WARDING_THE_WARRIORS_ALLIANCE_DEF, sBattlefieldMgr, sObjectMgr, TEAM_ALLIANCE, and TEAM_HORDE.