Go to the source code of this file.
|
| enum | NPCs {
NPC_DARK_RUNE_PROTECTOR = 27983
,
NPC_DARK_RUNE_STORMCALLER = 27984
,
NPC_IRON_GOLEM_CUSTODIAN = 27985
,
NPC_DARK_MATTER = 28235
,
NPC_DARK_MATTER_TARGET = 28237
,
NPC_SEARING_GAZE_TRIGGER = 28265
} |
| |
| enum | Misc {
SPELL_GLARE_OF_THE_TRIBUNAL = 50988
,
SPELL_DARK_MATTER_VISUAL = 51000
,
SPELL_DARK_MATTER_VISUAL_CHANNEL = 51001
,
SPELL_DARK_MATTER = 51012
,
SPELL_SEARING_GAZE = 51136
,
SPELL_TRIBUNAL_CREDIT_MARKER = 59046
,
QUEST_HALLS_OF_STONE = 13207
} |
| |
| enum | events {
EVENT_ABEDNEUM_VISUAL = 1
,
EVENT_KADDRAK_VISUAL = 2
,
EVENT_MARNAK_VISUAL = 3
,
EVENT_ABEDNEUM_HEAD = 4
,
EVENT_KADDRAK_HEAD = 5
,
EVENT_MARNAK_HEAD = 6
,
EVENT_KADDRAK_SWITCH_EYE = 7
,
EVENT_SUMMON_MONSTERS = 8
,
EVENT_SUMMON_STORMCALLER = 9
,
EVENT_SUMMON_CUSTODIAN = 10
,
EVENT_DARK_MATTER_START = 11
,
EVENT_DARK_MATTER_END = 12
,
EVENT_TRIBUNAL_END = 13
,
EVENT_BREEN_WAITING = 14
,
EVENT_TALK_FACE_CHANGE = 15
,
EVENT_SKY_ROOM_FLOOR_CHANGE = 16
,
EVENT_GO_TO_SJONNIR = 17
,
EVENT_DOOR_OPEN = 18
,
EVENT_RESUME_ESCORT = 19
,
EVENT_SJONNIR_END_BRANN_YELL = 20
,
EVENT_SJONNIR_END_BRANN_LAST_YELL = 21
} |
| |
◆ GOSSIP_ITEM_1
| #define GOSSIP_ITEM_1 "Brann, it would be our honor!" |
◆ GOSSIP_ITEM_2
| #define GOSSIP_ITEM_2 "Let's move Brann, enough of the history lessons!" |
◆ GOSSIP_ITEM_3
| #define GOSSIP_ITEM_3 "There will be plenty of time for this later Brann, we need to get moving!" |
◆ GOSSIP_ITEM_4
| #define GOSSIP_ITEM_4 "We're with you Brann! Open it!" |
◆ TEXT_ID_SJONNIR_DOOR
| #define TEXT_ID_SJONNIR_DOOR 13883 |
◆ TEXT_ID_SJONNIR_END
| #define TEXT_ID_SJONNIR_END 13308 |
◆ TEXT_ID_START
| #define TEXT_ID_START 13100 |
◆ TEXT_ID_TRIBUNAL_END
| #define TEXT_ID_TRIBUNAL_END 14176 |
◆ TEXT_ID_TRIBUNAL_START
| #define TEXT_ID_TRIBUNAL_START 13101 |
◆ events
| Enumerator |
|---|
| EVENT_ABEDNEUM_VISUAL | |
| EVENT_KADDRAK_VISUAL | |
| EVENT_MARNAK_VISUAL | |
| EVENT_ABEDNEUM_HEAD | |
| EVENT_KADDRAK_HEAD | |
| EVENT_MARNAK_HEAD | |
| EVENT_KADDRAK_SWITCH_EYE | |
| EVENT_SUMMON_MONSTERS | |
| EVENT_SUMMON_STORMCALLER | |
| EVENT_SUMMON_CUSTODIAN | |
| EVENT_DARK_MATTER_START | |
| EVENT_DARK_MATTER_END | |
| EVENT_TRIBUNAL_END | |
| EVENT_BREEN_WAITING | |
| EVENT_TALK_FACE_CHANGE | |
| EVENT_SKY_ROOM_FLOOR_CHANGE | |
| EVENT_GO_TO_SJONNIR | |
| EVENT_DOOR_OPEN | |
| EVENT_RESUME_ESCORT | |
| EVENT_SJONNIR_END_BRANN_YELL | |
| EVENT_SJONNIR_END_BRANN_LAST_YELL | |
64{
65
78
83
84
90};
@ EVENT_MARNAK_VISUAL
Definition brann_bronzebeard.cpp:68
@ EVENT_ABEDNEUM_VISUAL
Definition brann_bronzebeard.cpp:66
@ EVENT_ABEDNEUM_HEAD
Definition brann_bronzebeard.cpp:69
@ EVENT_SUMMON_STORMCALLER
Definition brann_bronzebeard.cpp:74
@ EVENT_BREEN_WAITING
Definition brann_bronzebeard.cpp:80
@ EVENT_DARK_MATTER_START
Definition brann_bronzebeard.cpp:76
@ EVENT_SKY_ROOM_FLOOR_CHANGE
Definition brann_bronzebeard.cpp:82
@ EVENT_TALK_FACE_CHANGE
Definition brann_bronzebeard.cpp:81
@ EVENT_TRIBUNAL_END
Definition brann_bronzebeard.cpp:79
@ EVENT_SUMMON_MONSTERS
Definition brann_bronzebeard.cpp:73
@ EVENT_KADDRAK_SWITCH_EYE
Definition brann_bronzebeard.cpp:72
@ EVENT_GO_TO_SJONNIR
Definition brann_bronzebeard.cpp:85
@ EVENT_SJONNIR_END_BRANN_YELL
Definition brann_bronzebeard.cpp:88
@ EVENT_DARK_MATTER_END
Definition brann_bronzebeard.cpp:77
@ EVENT_RESUME_ESCORT
Definition brann_bronzebeard.cpp:87
@ EVENT_DOOR_OPEN
Definition brann_bronzebeard.cpp:86
@ EVENT_KADDRAK_VISUAL
Definition brann_bronzebeard.cpp:67
@ EVENT_MARNAK_HEAD
Definition brann_bronzebeard.cpp:71
@ EVENT_KADDRAK_HEAD
Definition brann_bronzebeard.cpp:70
@ EVENT_SUMMON_CUSTODIAN
Definition brann_bronzebeard.cpp:75
@ EVENT_SJONNIR_END_BRANN_LAST_YELL
Definition brann_bronzebeard.cpp:89
◆ Misc
| Enumerator |
|---|
| SPELL_GLARE_OF_THE_TRIBUNAL | |
| SPELL_DARK_MATTER_VISUAL | |
| SPELL_DARK_MATTER_VISUAL_CHANNEL | |
| SPELL_DARK_MATTER | |
| SPELL_SEARING_GAZE | |
| SPELL_TRIBUNAL_CREDIT_MARKER | |
| QUEST_HALLS_OF_STONE | |
48{
49
55
56
58
59
61};
@ SPELL_SEARING_GAZE
Definition brann_bronzebeard.cpp:54
@ QUEST_HALLS_OF_STONE
Definition brann_bronzebeard.cpp:60
@ SPELL_DARK_MATTER
Definition brann_bronzebeard.cpp:53
@ SPELL_DARK_MATTER_VISUAL_CHANNEL
Definition brann_bronzebeard.cpp:52
@ SPELL_GLARE_OF_THE_TRIBUNAL
Definition brann_bronzebeard.cpp:50
@ SPELL_TRIBUNAL_CREDIT_MARKER
Definition brann_bronzebeard.cpp:57
@ SPELL_DARK_MATTER_VISUAL
Definition brann_bronzebeard.cpp:51
◆ NPCs
| Enumerator |
|---|
| NPC_DARK_RUNE_PROTECTOR | |
| NPC_DARK_RUNE_STORMCALLER | |
| NPC_IRON_GOLEM_CUSTODIAN | |
| NPC_DARK_MATTER | |
| NPC_DARK_MATTER_TARGET | |
| NPC_SEARING_GAZE_TRIGGER | |
38{
45};
@ NPC_DARK_RUNE_STORMCALLER
Definition brann_bronzebeard.cpp:40
@ NPC_SEARING_GAZE_TRIGGER
Definition brann_bronzebeard.cpp:44
@ NPC_DARK_MATTER_TARGET
Definition brann_bronzebeard.cpp:43
@ NPC_DARK_MATTER
Definition brann_bronzebeard.cpp:42
@ NPC_IRON_GOLEM_CUSTODIAN
Definition brann_bronzebeard.cpp:41
@ NPC_DARK_RUNE_PROTECTOR
Definition brann_bronzebeard.cpp:39
◆ AddSC_brann_bronzebeard()
| void AddSC_brann_bronzebeard |
( |
| ) |
|
◆ Conversation
100{
101 {14248,
"Now keep an eye out! I'll have this licked in two shakes of a--",
NPC_BRANN, 8000},
102 {13765,
"Warning: life form pattern not recognized. Archival processing terminated. Continued interference will result in targeted response.",
NPC_ABEDNEUM, 13000},
103 {14249,
"Oh, that doesn't sound good. We might have a complication or two...",
NPC_BRANN, 24000},
104 {13756,
"Security breach in progress. Analysis of historical archives transferred to lower-priority queue. Countermeasures engaged.",
NPC_KADDRAK, 30500},
105 {14250,
"Ah, you want to play hardball, eh? That's just my game!",
NPC_BRANN, 42000},
106 {14251,
"Couple more minutes and I'll--",
NPC_BRANN, 102000},
107 {13761,
"Threat index threshold exceeded. Celestial archive aborted. Security level heightened.",
NPC_MARNAK, 105000},
108 {14252,
"Heightened? What's the good news?",
NPC_BRANN, 113000},
109 {14253,
"So that was the problem? Now I'm makin' progress...",
NPC_BRANN, 201000},
110 {13767,
"Critical threat index. Void analysis diverted. Initiating sanitization protocol.",
NPC_ABEDNEUM, 207500 },
111 {14254,
"Hang on! Nobody's gonna' be sanitized as long as I have a say in it!",
NPC_BRANN, 214000},
112 {14255,
"Ha! The old magic fingers finally won through! Now let's get down to--",
NPC_BRANN, 305000},
113 {13768,
"Alert: security fail-safes deactivated. Beginning memory purge and... ",
NPC_ABEDNEUM, 310000},
114
115 {14256,
"Purge? No no no no no.. where did I-- Aha, this should do the trick...",
NPC_BRANN, 316000},
116 {13769,
"System online. Life form pattern recognized. Welcome, Branbronzan. Query?",
NPC_ABEDNEUM, 322000},
117 {14263,
"Query? What do you think I'm here for, tea and biscuits? Spill the beans already!",
NPC_BRANN, 330000},
118 {14264,
"Tell me how the dwarves came to be, and start at the beginning!",
NPC_BRANN, 336000},
119 {13770,
"Accessing prehistoric data... retrieved. In the beginning the earthen were created to--",
NPC_ABEDNEUM, 341000},
120 {14265,
"Right, right... I know the earthen were made from stone to shape the deep regions o' the world. But what about the anomalies? Matrix non-stabilizin' and what-not?",
NPC_BRANN, 348000},
121 {13771,
"Accessing... In the early stages of it's development cycle, Azeroth suffered infection by parasitic necrophotic symbiotes.",
NPC_ABEDNEUM, 360000},
122 {14266,
"Necrowhatinthe-- Speak bloody Common, will ye?",
NPC_BRANN, 372000},
123 {13772,
"Designation: Old Gods. Old Gods rendered all systems, including earthen, defenseless in order to facilitate assimilation. This matrix destabilization has been termed the Curse of Flesh. Effects of destabilization increased over time.",
NPC_ABEDNEUM, 377000},
124 {14267,
"Old Gods, huh? So they zapped the earthen with this Curse of Flesh... and then what?",
NPC_BRANN, 400000},
125 {13757,
"Accessing... Creators arrived to extirpate symbiotic infection. Assessment revealed that Old God infestation had grown malignant. Excising parasites would result in loss of host--",
NPC_KADDRAK, 407500},
126 {14268,
"If they killed the Old Gods, Azeroth would've been destroyed...",
NPC_BRANN, 424000},
127 {13758,
"Correct. Creators neutralized parasitic threat and contained it within the host. Forge of Wills and other systems were instituted to create new earthen. Safeguards were implemented, and protectors were appointed.",
NPC_KADDRAK, 431000},
128 {14269,
"What protectors?",
NPC_BRANN, 450000},
129 {13759,
"Designations: Aesir and Vanir. Or in the common nomenclature, storm and earth giants. Sentinel Loken designated supreme. Dragon Aspects appointed to monitor evolution on Azeroth.",
NPC_KADDRAK, 453000},
130 {14270,
"Aesir and Vanir... Okay, so the Forge o' Wills started makin' new earthen... but what happened to the old ones?",
NPC_BRANN, 472000},
131 {13762,
"Additional background is relevant to your query: following global combat between Aesir and Vanir--",
NPC_MARNAK, 483000},
132 {14271,
"Hold everything! The Aesir and Vanir went to war? Why?",
NPC_BRANN, 489000},
133 {13763,
"Unknown. Data suggests that impetus for global combat originated with prime designate Loken, who neutralized all remaining Aesir and Vanir, affecting termination of conflict. Prime designate Loken then initiated stasis of several seed races, including earthen, giants and vrykul, at designated holding facilities.",
NPC_MARNAK, 495000},
134 {14272,
"This Loken sounds like a nasty character. Glad we don't have to worry about the likes o' him anymore. So... if I'm understandin' ye right, the original earthen eventually woke up from this stasis, and by that time the destabili-whatever had turned 'em into proper dwarves. Or at least... dwarf ancestors.",
NPC_BRANN, 519000},
135 {13764,
"Essentially that is correct.",
NPC_MARNAK, 543000},
136 {14273,
"Well, now... that's a lot to digest. I'm gonna need some time to take all this in. Thank ye.",
NPC_BRANN, 546000},
137 {13773,
"Acknowledged, Branbronzan. Session terminated.",
NPC_ABEDNEUM, 554000},
138
139 {0,
"I think it's time to see what's behind the door near the entrance. I'm going to sneak over there, nice and quiet. Meet me at the door and I'll get us in.",
NPC_BRANN, 561000},
140};
@ NPC_KADDRAK
Definition halls_of_stone.h:76
@ NPC_BRANN
Definition halls_of_stone.h:80
@ NPC_MARNAK
Definition halls_of_stone.h:77
@ NPC_ABEDNEUM
Definition halls_of_stone.h:78
Referenced by brann_bronzebeard::brann_bronzebeardAI::UpdateEscortAI().