diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:23:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:23:28 -0300 |
commit | f06d8a6c7dd16c651c5beb0a15874c304704e4dd (patch) | |
tree | 2abac949a2b103dc71429eb4f5e40e6c1eed9ee1 /npc/012-2 | |
parent | 6bfb587ef5a3076e41df6c494d1fc7b444e7dcb0 (diff) | |
download | serverdata-f06d8a6c7dd16c651c5beb0a15874c304704e4dd.tar.gz serverdata-f06d8a6c7dd16c651c5beb0a15874c304704e4dd.tar.bz2 serverdata-f06d8a6c7dd16c651c5beb0a15874c304704e4dd.tar.xz serverdata-f06d8a6c7dd16c651c5beb0a15874c304704e4dd.zip |
Ah... My bad. As promised, Helena aids you in making the Leather Quiver.
Diffstat (limited to 'npc/012-2')
-rw-r--r-- | npc/012-2/helena.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index 5f81bfcd9..c9807445d 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -191,15 +191,19 @@ L_Hood: mes ""; if (@menu != 1) close; + inventoryplace LeatherPatch, 1; delitem BanditHood, 10; Zeny=Zeny+2000; getexp 1599,0; // 20% from needed exp + getitem LeatherPatch, 1; setq HurnscaldQuest_Bandits, 4; mesn; mesq l("Hey hey... Good job! I was worried you would ruin their hoods before being able to take them."); next; mesn; mesq l("Here is 2000 GP for your efforts. Thanks for making Hurnscald a better place to live."); + next; + mes col(l("You also gained a @@. Bows are very slow, so you should talk to the Blacksmith to make a Quiver.", getitemlink(LeatherPatch)), 9); close; |