diff options
author | RelaxMore <RelaxMore@users.noreply.github.com> | 2015-04-29 01:05:41 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-04-29 01:09:52 -0400 |
commit | ead5baeb6865b9179d001102c218979a712df566 (patch) | |
tree | 6ccafdc8be744f329a7e79d5486c329d82ca6d39 /world/map/npc/001-2/heathin.txt | |
parent | e8a1900fc0651a3ee74ce4cbe181fce2851f6420 (diff) | |
download | serverdata-ead5baeb6865b9179d001102c218979a712df566.tar.gz serverdata-ead5baeb6865b9179d001102c218979a712df566.tar.bz2 serverdata-ead5baeb6865b9179d001102c218979a712df566.tar.xz serverdata-ead5baeb6865b9179d001102c218979a712df566.zip |
Update heathin.txt
closes #355
Diffstat (limited to 'world/map/npc/001-2/heathin.txt')
-rw-r--r-- | world/map/npc/001-2/heathin.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/world/map/npc/001-2/heathin.txt b/world/map/npc/001-2/heathin.txt index 0bcb0294..2aa5f26c 100644 --- a/world/map/npc/001-2/heathin.txt +++ b/world/map/npc/001-2/heathin.txt @@ -313,9 +313,12 @@ L_Arrows_Trade_Yes: delitem "TerraniteOre", @TARROW_REQ_TERRA_ORE; set Zeny, Zeny - @TARROW_REQ_GP; set @lucky, 5 * rand(readparam(bLuk)); + set @lucky$, ""; getitem "TerraniteArrow", 1000 + @lucky; mes "[Heathin]"; - mes "\"Here you go! You are lucky, I could forge "+@lucky+" more arrows than expected. Come back again if you want more Terranite Arrows.\""; + if(@lucky>0) + set @lucky$, " You are lucky, I could forge "+@lucky+" more arrows than expected."; + mes "Here you go!" + @lucky$ + " Come back again if you want more Terranite Arrows.\""; close; L_Arrows_Trade_Wait: |