![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "Player.h"#include "ScriptedCreature.h"#include "ScriptedEscortAI.h"#include "ScriptedGossip.h"#include "SpellScript.h"#include "SpellScriptLoader.h"Go to the source code of this file.
Classes | |
| class | npc_lakota_windsong |
| struct | npc_lakota_windsong::npc_lakota_windsongAI |
| class | npc_paoka_swiftmountain |
| struct | npc_paoka_swiftmountain::npc_paoka_swiftmountainAI |
| class | npc_plucky |
| struct | npc_plucky::npc_pluckyAI |
| class | spell_panther_cage_key |
Macros | |
| #define | GOSSIP_P "Please tell me the Phrase.." |
Enumerations | |
| enum | Lakota { SAY_LAKO_START = 0 , SAY_LAKO_LOOK_OUT = 1 , SAY_LAKO_HERE_COME = 2 , SAY_LAKO_MORE = 3 , SAY_LAKO_END = 4 , QUEST_FREE_AT_LAST = 4904 , NPC_GRIM_BANDIT = 10758 , ID_AMBUSH_1 = 0 , ID_AMBUSH_2 = 2 , ID_AMBUSH_3 = 4 } |
| enum | Packa { SAY_START = 0 , SAY_WYVERN = 1 , SAY_COMPLETE = 2 , QUEST_HOMEWARD = 4770 , NPC_WYVERN = 4107 } |
| enum | Plucky { QUEST_SCOOP = 1950 , SPELL_PLUCKY_HUMAN = 9192 , SPELL_PLUCKY_CHICKEN = 9220 } |
| enum | PantherCage { NPC_ENRAGED_PANTHER = 10992 , QUEST_HYPERCAPACITOR_GIZMO = 5151 } |
Functions | |
| void | AddSC_thousand_needles () |
Variables | |
| Position const | BanditLoc [6] |
| Position const | WyvernLoc [3] |
| #define GOSSIP_P "Please tell me the Phrase.." |
| enum Lakota |
| Enumerator | |
|---|---|
| SAY_LAKO_START | |
| SAY_LAKO_LOOK_OUT | |
| SAY_LAKO_HERE_COME | |
| SAY_LAKO_MORE | |
| SAY_LAKO_END | |
| QUEST_FREE_AT_LAST | |
| NPC_GRIM_BANDIT | |
| ID_AMBUSH_1 | |
| ID_AMBUSH_2 | |
| ID_AMBUSH_3 | |
| enum Packa |
| Enumerator | |
|---|---|
| SAY_START | |
| SAY_WYVERN | |
| SAY_COMPLETE | |
| QUEST_HOMEWARD | |
| NPC_WYVERN | |
| enum PantherCage |
| Enumerator | |
|---|---|
| NPC_ENRAGED_PANTHER | |
| QUEST_HYPERCAPACITOR_GIZMO | |
| enum Plucky |
| Enumerator | |
|---|---|
| QUEST_SCOOP | |
| SPELL_PLUCKY_HUMAN | |
| SPELL_PLUCKY_CHICKEN | |
| void AddSC_thousand_needles | ( | ) |
References RegisterSpellScript.
Referenced by AddKalimdorScripts().
| Position const BanditLoc[6] |
Referenced by npc_lakota_windsong::npc_lakota_windsongAI::DoSpawnBandits().
| Position const WyvernLoc[3] |
Referenced by npc_paoka_swiftmountain::npc_paoka_swiftmountainAI::DoSpawnWyvern().