diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-09-05 07:30:30 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-09-05 07:30:30 +0000 |
commit | c5b4a8858a9cab1e11ec1e2a5d490172fc7d0afa (patch) | |
tree | 9d96c25fa65eddfca2b985db3eb840ffb8c1b547 /npc/merchants/hair_style.txt | |
parent | 0a4dce9f566ae2a992625acd0f75b565fc37f3b5 (diff) | |
download | hercules-c5b4a8858a9cab1e11ec1e2a5d490172fc7d0afa.tar.gz hercules-c5b4a8858a9cab1e11ec1e2a5d490172fc7d0afa.tar.bz2 hercules-c5b4a8858a9cab1e11ec1e2a5d490172fc7d0afa.tar.xz hercules-c5b4a8858a9cab1e11ec1e2a5d490172fc7d0afa.zip |
- Added some missing quests to quest_db.
- Fixed an issue on some 1-1 job quest log commands.
- Fixed some issues with hair_style. (bugreport:3558)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14041 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/hair_style.txt')
-rw-r--r-- | npc/merchants/hair_style.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/merchants/hair_style.txt b/npc/merchants/hair_style.txt index 94ffc2a8b..9a62b3d74 100644 --- a/npc/merchants/hair_style.txt +++ b/npc/merchants/hair_style.txt @@ -231,7 +231,7 @@ alberta_in,55,142,7 script Hair Dresser 91,{ mes "care how I look at all.'"; close2; cutin "",255; end; } - mes "Oh, that's 'Intimidate' style!""; + mes "Oh, that's 'Intimidate' style!"; mes "The Rogue women seem to like"; mes "this style...although I imagine"; mes "that more of them would prefer"; @@ -353,6 +353,7 @@ alberta_in,55,142,7 script Hair Dresser 91,{ mes "casting those windy spells."; close2; cutin "",255; end; } + } case 2: if(BaseLevel < 60) { mes "[Veronica]"; @@ -410,7 +411,7 @@ alberta_in,55,142,7 script Hair Dresser 91,{ } callsub L_cutin,.@style; mes "[Veronica]"; - mes "You have chosen style no. (" + input + ")."; + mes "You have chosen style no. (" + .@style + ")."; mes "I shall proceed with your request."; mes "Would you mind?"; next; @@ -484,7 +485,7 @@ alberta_in,55,142,7 script Hair Dresser 91,{ mes "[Veronica]"; mes "Alright, it's done~"; mes "I hope you like"; - mes "this style no.(" + input + ")."; + mes "this style no.(" + .@style + ")."; mes "Feel free to come back anytime"; mes "when you want a new hairstyle. Hohohohohoho~"; setlook 1,.@style; |