From 76b00a6d3b5d601338e2db3885e84ac29862babb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 9 May 2022 12:57:29 -0300 Subject: Add constants for the new NPCs --- db/constants.conf | 11 +++++++++++ npc/032-1/episode.txt | 7 +++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/db/constants.conf b/db/constants.conf index 48bbf9b49..0023a537c 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1806,8 +1806,12 @@ constants_db: { NPC_PURPLE_WIZARD_F: 212 NPC_BARD_TRUMP: 213 NPC_INJURIED_MOUBOO: 215 + NPC_KATZE: 216 + NPC_LEGACY_GUARD_B: 217 + NPC_LEGACY_GUARD_C: 218 NPC_SITTED_NINJA: 219 NPC_CRUSADER: 221 + NPC_LEGACY_GUARD_A: 222 NPC_LOF_RICH: 223 NPC_BARD_DRUMS: 227 NPC_LOF_DOCTOR: 228 @@ -1826,6 +1830,7 @@ constants_db: { NPC_INDIGENOUS_CHIEF: 246 NPC_INDIGENOUS_WIFE: 247 NPC_INDIGENOUS_ANY: 248 + NPC_LEGACY_GUARD_D: 249 NPC_CINDY_CAGE: 250 NPC_CINDY_UNCAGE: 251 @@ -1855,6 +1860,11 @@ constants_db: { NPC_TRAP_ONLINE_B: 275 NPC_HENRY: 276 NPC_ELLI: 277 + NPC_LEGACY_LIEUTENANT: 278 + NPC_OMAR: 279 + NPC_JOANA: 280 + NPC_KADIYA: 281 + NPC_SASHA: 282 // TMW-BR Non Animated NPCs NPC_SHOPPAKEP: 301 @@ -1951,6 +1961,7 @@ constants_db: { NPC_GUARD_DEAD: 459 NPC_LEGACY_CHEST: 416 NPC_BEEKEEPER: 461 + NPC_EURNI: 462 NPC_MONSTERKING: 500 NPC_AIRSHIP: 501 diff --git a/npc/032-1/episode.txt b/npc/032-1/episode.txt index 1fa9e008e..e0d322287 100644 --- a/npc/032-1/episode.txt +++ b/npc/032-1/episode.txt @@ -70,7 +70,7 @@ OnInit: end; } -032-1,151,201,0 script Eurni NPC_MOUBOOTAUR,{ +032-1,151,201,0 script Eurni NPC_EURNI,{ npctalk3 l("Hi. I have questionable items of questionable origins for you."); end; @@ -79,7 +79,7 @@ OnInit: end; } -032-1,140,213,0 script Weellos NPC_MOUBOOTAUR,{ +032-1,140,213,0 script Weellos NPC_LEGACY_GUARD_B,{ npctalk3 l("Hi. This is a very historic building - the former residence of the red queen no less!"); end; @@ -88,3 +88,6 @@ OnInit: end; } +// NPC_LEGACY_GUARD_A NPC_LEGACY_GUARD_C NPC_LEGACY_GUARD_D NPC_LEGACY_LIEUTENANT +// NPC_OMAR NPC_KADIYA NPC_JOANA&BANU NPC_SASHA + -- cgit v1.2.3-70-g09d2