diff options
-rw-r--r-- | db/constants.conf | 5 | ||||
-rw-r--r-- | npc/021-1/yeti.txt | 4 | ||||
-rw-r--r-- | npc/021-4/main.txt | 1 |
3 files changed, 8 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index d53f597b2..46a542fa5 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3984,6 +3984,11 @@ constants_db: { NPC_DIMOND: 240 NPC_BARD_HARPS: 241 + NPC_CINDY_CAGE: 250 + NPC_CINDY_UNCAGE: 251 + NPC_CINDY: 252 + NPC_ICE_CAGE: 253 + // TMW-BR Non Animated NPCs NPC_SHOPPAKEP: 301 NPC_BRGUARD_SWORD: 306 diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index bf9d2c26d..c67568b7b 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -79,7 +79,7 @@ L_Assigned: mesq l("I am his right-hand Yeti, so I could grant you passage to his Throne Room to slay the rogue Yetis..."); next; mesn; - mesq l("...But saving me won't be enough, so build trust by the kind gift of 100 @@. I'll be waiting.", getitemlink(MoubooSteak)); // A normal Steak could do, but... + mesq l("...But saving me won't be enough, so build trust by the kind gift of 80 @@. I'll be waiting.", getitemlink(MoubooSteak)); // A normal Steak could do, but... setq NivalisQuest_Cindy, 2; } close; @@ -95,7 +95,7 @@ L_Assigned: L_Report: mesn; - mesq l("Did you brought us a kind gift of good will, on the worth of 100 @@, to offer to our King?"); + mesq l("Did you brought us a kind gift of good will, on the worth of 80 @@, to offer to our King?"); next; select rif(countitem(MoubooSteak) >= 80, l("Yes, here they are.")), // Demure was here diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 8494d5393..e4ccd158c 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -33,4 +33,5 @@ function script CindySwitch_Check_214 { 021-4,23,13,0 duplicate(#CindySwitch_01) #CindySwitch_09 NPC_SWITCH_OFFLINE 021-4,56,41,0 duplicate(#CindySwitch_01) #CindySwitch_10 NPC_SWITCH_OFFLINE +// Cindy |