diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-01 20:07:21 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-01 20:07:21 -0200 |
commit | bcaf48c44080c277fe2c80bd271766299bfdb8d1 (patch) | |
tree | 055c92dc24cf774575239866490ce579a582cb28 /npc/017-6/azwell.txt | |
parent | 50b0a8e427805b7b52f778b8e9bac817e7755a7b (diff) | |
download | serverdata-bcaf48c44080c277fe2c80bd271766299bfdb8d1.tar.gz serverdata-bcaf48c44080c277fe2c80bd271766299bfdb8d1.tar.bz2 serverdata-bcaf48c44080c277fe2c80bd271766299bfdb8d1.tar.xz serverdata-bcaf48c44080c277fe2c80bd271766299bfdb8d1.zip |
Mark on each status reset NPC, how much they charge on level 10 and 90
Zitoni price fixed (18 GP → 1.800 GP)
Diffstat (limited to 'npc/017-6/azwell.txt')
-rw-r--r-- | npc/017-6/azwell.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-6/azwell.txt b/npc/017-6/azwell.txt index f21284a72..79fa73dd7 100644 --- a/npc/017-6/azwell.txt +++ b/npc/017-6/azwell.txt @@ -11,7 +11,8 @@ L_Menu: .@plush_count = BaseLevel*190-(9*210); - // Lv 10: ?? + // Lv 10: 10 GP + // Lv 90: 1.690 GP if (BaseLevel > 10) .@plush_count = .@plush_count/(BaseLevel/10); |