diff options
author | Wushin <pasekei@gmail.com> | 2015-04-30 00:22:33 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-04-30 00:22:33 -0500 |
commit | dbf4de95bec3a15f3e7c636899f679c814af85a2 (patch) | |
tree | 79d6918845dcd529d03da814b426afe4786d9ea7 /world | |
parent | 575ab7156e5817fbce56551b3a7c4b7a37582280 (diff) | |
parent | ead5baeb6865b9179d001102c218979a712df566 (diff) | |
download | serverdata-dbf4de95bec3a15f3e7c636899f679c814af85a2.tar.gz serverdata-dbf4de95bec3a15f3e7c636899f679c814af85a2.tar.bz2 serverdata-dbf4de95bec3a15f3e7c636899f679c814af85a2.tar.xz serverdata-dbf4de95bec3a15f3e7c636899f679c814af85a2.zip |
Merge pull request #356 from mekolat/patch-3
Update heathin.txt
Diffstat (limited to 'world')
-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: |