From 0c2b40f1005603a0bd91f033da947a1cc60e3b03 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 9 Feb 2018 18:11:45 -0200 Subject: Fix Cynric. Make stat reset cost only 1 simbolic plushroom when level is < 10. --- npc/005-5/cynric.txt | 6 ++++-- npc/005-6/zitoni.txt | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/npc/005-5/cynric.txt b/npc/005-5/cynric.txt index f5bdc2951..2d23c6aa7 100644 --- a/npc/005-5/cynric.txt +++ b/npc/005-5/cynric.txt @@ -1,5 +1,7 @@ +// TMW-2 Script. // Author: // Saulc +// Jesusalva 005-5,30,37,0 script Cynric NPC_LLOYD,{ @@ -73,7 +75,7 @@ function first_visit { speech S_LAST_NEXT, l("Welcome!"), - l("My name is Lloyd, I am a representative of the Merchant Guild of Artis."); + l("My name is Cynric, I am a representative of the Merchant Guild."); selectd(l("My name is @@...", strcharinfo(0))); @@ -177,7 +179,7 @@ } speech S_LAST_NEXT, - l("Welcome to the Merchant Guild of Artis!"), + l("Welcome to the Merchant Guild!"), l("What do you want today?"); do diff --git a/npc/005-6/zitoni.txt b/npc/005-6/zitoni.txt index ad5086de4..d51227a20 100644 --- a/npc/005-6/zitoni.txt +++ b/npc/005-6/zitoni.txt @@ -26,6 +26,8 @@ L_Menu: .@visited = getq(General_Rumly); .@plush_count = lognbaselvl(1, 10); + if (BaseLevel < 10) + .@plush_count = 1; select l("Plushrooms you say?"), -- cgit v1.2.3-60-g2f50