diff options
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | npc/018-6-1/main.txt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index a5628a22e..7d37753a0 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4072,6 +4072,8 @@ constants_db: { NPC_CINDY_UNCAGE: 251 NPC_CINDY: 252 NPC_ICE_CAGE: 253 + NPC_INJURIED_GIRL: 254 + NPC_BARBARA_CRY: 255 // TMW-BR Non Animated NPCs NPC_SHOPPAKEP: 301 diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index 6f867089b..68702c548 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -203,12 +203,14 @@ OnInit: } ///////////////////////////// Minievents -018-6-1,89,70,0 script Barbara#01861 NPC_GUARD_DEAD,{ +018-6-1,89,70,0 script Barbara#01861 NPC_INJURIED_GIRL,{ //npctalk3 l("Please find her and don't worry with me! And be careful!"); npctalk3 l("*scream in pain*"); close; OnMain: + showavatar NPC_INJURIED_GIRL; // this is handled by avatars.xml + .@q=getq(LoFQuest_Barbara); .@q2=getq2(LoFQuest_Barbara); .@q3=getq3(LoFQuest_Barbara); |