diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-10 14:36:05 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-10 14:36:05 -0200 |
commit | b7092ca6487df2b1104a21123f545af0e8dd2bad (patch) | |
tree | 06678f8592cf2412003235a751e984ac1afb621f | |
parent | 4777b06b4d0073b43e7011457f2a993e8a4cd1d6 (diff) | |
download | serverdata-b7092ca6487df2b1104a21123f545af0e8dd2bad.tar.gz serverdata-b7092ca6487df2b1104a21123f545af0e8dd2bad.tar.bz2 serverdata-b7092ca6487df2b1104a21123f545af0e8dd2bad.tar.xz serverdata-b7092ca6487df2b1104a21123f545af0e8dd2bad.zip |
Raise logs for woodensword: 24 -> 25
-rw-r--r-- | npc/003-10/officer.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-10/officer.txt b/npc/003-10/officer.txt index a6e8bb125..c0457fc08 100644 --- a/npc/003-10/officer.txt +++ b/npc/003-10/officer.txt @@ -15,22 +15,22 @@ mesq l("Hey. If you want to kill monsters, you need a good sword. I think, a @@ would be the perfect fit for you.", getitemlink(WoodenSword)); next; mesn; - mesq l("I think, for just 30 @@, I could arrange one for you. Eh... Just don't think that you have an amazing weapon, alright?", getitemlink(RawLog)); + mesq l("I think, for just 25 @@, I could arrange one for you. Eh... Just don't think that you have an amazing weapon, alright?", getitemlink(RawLog)); next; mesn; mesq l("You can kill @@ on the desert. It's a dangerous area though, so take care.", getmonsterlink(DesertLogHead)); setq TulimsharQuest_WoodenSword, 1; } else { mesn; - mesq l("I think, for just 24 @@, I could arrange a @@ for you.", getitemlink(RawLog), getitemlink(WoodenSword)); + mesq l("I think, for just 25 @@, I could arrange a @@ for you.", getitemlink(RawLog), getitemlink(WoodenSword)); } mes ""; select - rif(countitem(RawLog) >= 24, l("Here they are!")), + rif(countitem(RawLog) >= 25, l("Here they are!")), l("Maybe later."); mes ""; if (@menu == 1) { - delitem RawLog, 24; + delitem RawLog, 25; getitem WoodenSword, 1; setq TulimsharQuest_WoodenSword, 2; getexp 580, 20; |