![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "GameObjectAI.h"#include "Spell.h"#include "Player.h"#include "WorldSession.h"
Include dependency graph for go_scripts.cpp:Classes | |
| class | go_cat_figurine |
| class | go_barov_journal |
| class | go_gilded_brazier |
| class | go_orb_of_command |
| class | go_tablet_of_madness |
| class | go_tablet_of_the_seven |
| class | go_jump_a_tron |
| class | go_ethereum_prison |
| class | go_ethereum_stasis |
| class | go_resonite_cask |
| class | go_sacred_fire_of_life |
| class | go_shrine_of_the_birds |
| class | go_southfury_moonstone |
| class | go_tele_to_dalaran_crystal |
| class | go_tele_to_violet_stand |
| class | go_fel_crystalforge |
| class | go_bashir_crystalforge |
| class | go_matrix_punchograph |
| class | go_scourge_cage |
| class | go_arcane_prison |
| class | go_blood_filled_orb |
| class | go_jotunheim_cage |
| class | go_table_theka |
| class | go_inconspicuous_landmark |
| class | go_soulwell |
| struct | go_soulwell::go_soulwellAI |
| class | go_dragonflayer_cage |
| class | go_tadpole_cage |
| class | go_amberpine_outhouse |
| class | go_hive_pod |
| class | go_massive_seaforium_charge |
| class | go_veil_skith_cage |
| class | go_frostblade_shrine |
| class | go_midsummer_bonfire |
| class | go_toy_train_set |
| struct | go_toy_train_set::go_toy_train_setAI |
Macros | |
| #define | GO_TELE_TO_DALARAN_CRYSTAL_FAILED "This teleport crystal cannot be used until the teleport crystal in Dalaran has been used at least once." |
| #define | GOSSIP_FEL_CRYSTALFORGE_TEXT 31000 |
| #define | GOSSIP_FEL_CRYSTALFORGE_ITEM_TEXT_RETURN 31001 |
| #define | GOSSIP_FEL_CRYSTALFORGE_ITEM_1 "Purchase 1 Unstable Flask of the Beast for the cost of 10 Apexis Shards" |
| #define | GOSSIP_FEL_CRYSTALFORGE_ITEM_5 "Purchase 5 Unstable Flask of the Beast for the cost of 50 Apexis Shards" |
| #define | GOSSIP_FEL_CRYSTALFORGE_ITEM_RETURN "Use the fel crystalforge to make another purchase." |
| #define | GOSSIP_BASHIR_CRYSTALFORGE_TEXT 31100 |
| #define | GOSSIP_BASHIR_CRYSTALFORGE_ITEM_TEXT_RETURN 31101 |
| #define | GOSSIP_BASHIR_CRYSTALFORGE_ITEM_1 "Purchase 1 Unstable Flask of the Sorcerer for the cost of 10 Apexis Shards" |
| #define | GOSSIP_BASHIR_CRYSTALFORGE_ITEM_5 "Purchase 5 Unstable Flask of the Sorcerer for the cost of 50 Apexis Shards" |
| #define | GOSSIP_BASHIR_CRYSTALFORGE_ITEM_RETURN "Use the bashir crystalforge to make another purchase." |
| #define | GOSSIP_USE_OUTHOUSE "Use the outhouse." |
| #define | GO_ANDERHOLS_SLIDER_CIDER_NOT_FOUND "Quest item Anderhol's Slider Cider not found." |
Functions | |
| void | AddSC_go_scripts () |
Variables | |
| const uint32 | NpcPrisonEntry [] |
| const uint32 | NpcStasisEntry [] |
| #define GO_ANDERHOLS_SLIDER_CIDER_NOT_FOUND "Quest item Anderhol's Slider Cider not found." |
| #define GO_TELE_TO_DALARAN_CRYSTAL_FAILED "This teleport crystal cannot be used until the teleport crystal in Dalaran has been used at least once." |
| #define GOSSIP_BASHIR_CRYSTALFORGE_ITEM_1 "Purchase 1 Unstable Flask of the Sorcerer for the cost of 10 Apexis Shards" |
| #define GOSSIP_BASHIR_CRYSTALFORGE_ITEM_5 "Purchase 5 Unstable Flask of the Sorcerer for the cost of 50 Apexis Shards" |
| #define GOSSIP_BASHIR_CRYSTALFORGE_ITEM_RETURN "Use the bashir crystalforge to make another purchase." |
| #define GOSSIP_BASHIR_CRYSTALFORGE_ITEM_TEXT_RETURN 31101 |
| #define GOSSIP_BASHIR_CRYSTALFORGE_TEXT 31100 |
| #define GOSSIP_FEL_CRYSTALFORGE_ITEM_1 "Purchase 1 Unstable Flask of the Beast for the cost of 10 Apexis Shards" |
| #define GOSSIP_FEL_CRYSTALFORGE_ITEM_5 "Purchase 5 Unstable Flask of the Beast for the cost of 50 Apexis Shards" |
| #define GOSSIP_FEL_CRYSTALFORGE_ITEM_RETURN "Use the fel crystalforge to make another purchase." |
| #define GOSSIP_FEL_CRYSTALFORGE_ITEM_TEXT_RETURN 31001 |
| #define GOSSIP_FEL_CRYSTALFORGE_TEXT 31000 |
| #define GOSSIP_USE_OUTHOUSE "Use the outhouse." |
| enum AmberpineOuthouse |
| Enumerator | |
|---|---|
| ITEM_ANDERHOLS_SLIDER_CIDER | |
| NPC_OUTHOUSE_BUNNY | |
| QUEST_DOING_YOUR_DUTY | |
| SPELL_INDISPOSED | |
| SPELL_INDISPOSED_III | |
| SPELL_CREATE_AMBERSEEDS | |
| GOSSIP_OUTHOUSE_INUSE | |
| GOSSIP_OUTHOUSE_VACANT | |
| enum ArcanePrison |
| enum BashirCrystalforge |
| enum BloodFilledOrb |
| enum CatFigurine |
| enum DalaranCrystal |
| enum EthereumPrison |
| enum FelCrystalforge |
| enum GildedBrazier |
| enum Hives |
| enum JotunheimCage |
| enum MatrixPunchograph |
| enum MidsummerBonfire |
| enum MissingFriends |
| enum PrisonersOfWyrmskull |
| enum ResoniteCask |
| enum SacredFireOfLife |
| enum ScourgeCage |
| enum ShrineOfTheBirds |
| enum Southfury |
| enum TableTheka |
| enum Tadpoles |
| enum TheCleansing |
| enum ToyTrainSpells |
| void AddSC_go_scripts | ( | ) |
Here is the caller graph for this function:
1.8.8