From b7092ca6487df2b1104a21123f545af0e8dd2bad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Jan 2019 14:36:05 -0200 Subject: Raise logs for woodensword: 24 -> 25 --- npc/003-10/officer.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/003-10') 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; -- cgit v1.2.3-70-g09d2