|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "SpellScript.h"#include "SpellAuraEffects.h"#include "Vehicle.h"#include "CombatAI.h"#include "oculus.h"#include "Player.h"Go to the source code of this file.
Macros | |
| #define | GOSSIP_ITEM_BELGARISTRASZ1 "I want to fly on the wings of the Red Flight" |
| #define | GOSSIP_ITEM_BELGARISTRASZ2 "What abilities do Ruby Drakes have?" |
| #define | GOSSIP_ITEM_DRAKES "So where do we go from here?" |
| #define | GOSSIP_ITEM_ETERNOS1 "I want to fly on the wings of the Bronze Flight" |
| #define | GOSSIP_ITEM_ETERNOS2 "What abilities do Amber Drakes have?" |
| #define | GOSSIP_ITEM_VERDISA1 "I want to fly on the wings of the Green Flight" |
| #define | GOSSIP_ITEM_VERDISA2 "What abilities do Emerald Drakes have?" |
| #define | HAS_ESSENCE(a) |
Functions | |
| void | AddSC_oculus () |
| #define GOSSIP_ITEM_BELGARISTRASZ1 "I want to fly on the wings of the Red Flight" |
Definition at line 17 of file oculus.cpp.
Referenced by npc_verdisa_beglaristrasz_eternos::OnGossipSelect().
| #define GOSSIP_ITEM_BELGARISTRASZ2 "What abilities do Ruby Drakes have?" |
Definition at line 18 of file oculus.cpp.
Referenced by npc_verdisa_beglaristrasz_eternos::OnGossipSelect().
| #define GOSSIP_ITEM_DRAKES "So where do we go from here?" |
Definition at line 16 of file oculus.cpp.
Referenced by npc_verdisa_beglaristrasz_eternos::OnGossipHello().
| #define GOSSIP_ITEM_ETERNOS1 "I want to fly on the wings of the Bronze Flight" |
Definition at line 21 of file oculus.cpp.
Referenced by npc_verdisa_beglaristrasz_eternos::OnGossipSelect().
| #define GOSSIP_ITEM_ETERNOS2 "What abilities do Amber Drakes have?" |
Definition at line 22 of file oculus.cpp.
Referenced by npc_verdisa_beglaristrasz_eternos::OnGossipSelect().
| #define GOSSIP_ITEM_VERDISA1 "I want to fly on the wings of the Green Flight" |
Definition at line 19 of file oculus.cpp.
Referenced by npc_verdisa_beglaristrasz_eternos::OnGossipSelect().
| #define GOSSIP_ITEM_VERDISA2 "What abilities do Emerald Drakes have?" |
Definition at line 20 of file oculus.cpp.
Referenced by npc_verdisa_beglaristrasz_eternos::OnGossipSelect().
| #define HAS_ESSENCE | ( | a | ) |
Definition at line 24 of file oculus.cpp.
Referenced by npc_verdisa_beglaristrasz_eternos::OnGossipSelect().
| enum Drakes |
Definition at line 46 of file oculus.cpp.
| enum GossipNPCs |
Definition at line 26 of file oculus.cpp.
| enum Says |
| Enumerator | |
|---|---|
| SAY_VAROS | |
| SAY_UROM | |
| SAY_BELGARISTRASZ | |
| SAY_DRAKES_TAKEOFF | |
| WHISPER_DRAKES_WELCOME | |
| WHISPER_DRAKES_ABILITIES | |
| WHISPER_DRAKES_SPECIAL | |
| WHISPER_DRAKES_LOWHEALTH | |
Definition at line 84 of file oculus.cpp.
| void AddSC_oculus | ( | ) |
Definition at line 568 of file oculus.cpp.
Referenced by AddNorthrendScripts().