diff options
-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; |