diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-09 18:11:45 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-09 18:11:45 -0200 |
commit | 0c2b40f1005603a0bd91f033da947a1cc60e3b03 (patch) | |
tree | 6d147874e42b3b122521c6433287b9ea49dd27d9 /npc | |
parent | bbdf24ed7d5ca2dccfa8f67d4ae7893d990c5f9b (diff) | |
download | serverdata-0c2b40f1005603a0bd91f033da947a1cc60e3b03.tar.gz serverdata-0c2b40f1005603a0bd91f033da947a1cc60e3b03.tar.bz2 serverdata-0c2b40f1005603a0bd91f033da947a1cc60e3b03.tar.xz serverdata-0c2b40f1005603a0bd91f033da947a1cc60e3b03.zip |
Fix Cynric. Make stat reset cost only 1 simbolic plushroom when level is < 10.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-5/cynric.txt | 6 | ||||
-rw-r--r-- | 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?"), |