diff options
author | wushin <pasekei@gmail.com> | 2014-10-31 11:21:14 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-01 12:43:57 -0500 |
commit | f8824adb305b804542a2ef4ebcdafa12dec9dcd3 (patch) | |
tree | 8e2f71b11b6a197b1a3c15890ae0600d5c047c00 /world/map/npc | |
parent | 63bfab3fb80e1b7d319aa724c87d7a1bd36a62e5 (diff) | |
download | serverdata-f8824adb305b804542a2ef4ebcdafa12dec9dcd3.tar.gz serverdata-f8824adb305b804542a2ef4ebcdafa12dec9dcd3.tar.bz2 serverdata-f8824adb305b804542a2ef4ebcdafa12dec9dcd3.tar.xz serverdata-f8824adb305b804542a2ef4ebcdafa12dec9dcd3.zip |
Removed unused variable
Correct minor typo
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/068-2/hetchel.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/world/map/npc/068-2/hetchel.txt b/world/map/npc/068-2/hetchel.txt index 4bcf4cb4..a14b64bd 100644 --- a/world/map/npc/068-2/hetchel.txt +++ b/world/map/npc/068-2/hetchel.txt @@ -27,7 +27,6 @@ setarray @spants_req_hmn$, "Silk Cocoons", "Pieces of Cotton Cloth", "Silk Headbands"; setarray @spants_req$, "SilkCocoon", "CottonCloth", "SilkHeadband"; setarray @spants_req_amt, 154, 14, 2; - set @spants_req_zeny, BaseLevel * BaseLevel * BaseLevel * 100; set @spants_reward, 45000; set @spants_job_reward, 10000; set @SheetCount, 0; @@ -127,7 +126,7 @@ L_Spants_Wipe_Tears: if (@spants_wipe_thingy$ == "RedHitchhikersTowel") goto L_Spants_Wipe_Tears_Towel; mes "Hetchel looks at you, then looks at the" + @spants_wipe_thingy$ + "."; mes "She hangs her head and weeps more"; - mes "Red is the only color i have ever loved, bring me something red to dry my tears"; + mes "Red is the only color I have ever loved, bring me something red to dry my tears"; goto L_Close; L_Spants_Wipe_Tears_Towel: @@ -195,7 +194,7 @@ L_Spants_Cry_Cont_4: mes "Maybe you can find a way to get those plans on a different way?"; mes "I think there are some people in Hurnscald who have their means of getting you every possible item there is\""; next; - mes "[Hetchel the weaver]"; + mes "[Hetchel the weaver]"; mes ""; mes "Please please please - I need those plans"; goto L_Close; |