diff options
author | Streusel <m.me1@live.de> | 2013-02-13 17:14:07 -0800 |
---|---|---|
committer | Streusel <m.me1@live.de> | 2013-02-13 17:14:07 -0800 |
commit | 1dd0349429f1456b886e50af7397922b525ef920 (patch) | |
tree | bfbb5b19bc6da54791753388343940708c6166a0 /npc/cities/alberta.txt | |
parent | f825d79768962820f17289ce11342e06c86f7d65 (diff) | |
parent | 24ffcb5e44e16bf423d22b146502fef835aab725 (diff) | |
download | hercules-1dd0349429f1456b886e50af7397922b525ef920.tar.gz hercules-1dd0349429f1456b886e50af7397922b525ef920.tar.bz2 hercules-1dd0349429f1456b886e50af7397922b525ef920.tar.xz hercules-1dd0349429f1456b886e50af7397922b525ef920.zip |
Merge pull request #14 from Streusel/master
Update 1-1 Job Change
Diffstat (limited to 'npc/cities/alberta.txt')
-rw-r--r-- | npc/cities/alberta.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/npc/cities/alberta.txt b/npc/cities/alberta.txt index 7f9bbe01d..3909d63b2 100644 --- a/npc/cities/alberta.txt +++ b/npc/cities/alberta.txt @@ -67,11 +67,11 @@ alberta,131,139,2 script Drunken Old Man 54,{ mes "Wh-what are you"; mes "staring at? Get lost!!"; next; - if(select("Say nothing.","Leave him alone.") ==1) { + if(select("Say nothing.","Leave him alone.") == 1) { mes "[Deagle]"; mes "Hahahaha ^666666*hiccup*^000000... You've got some nerve. I may look worthless now, but I used to be a sailor on the 'Going Mary.'"; next; - if(select("Never heard of it.","Really? No kidding!") ==1) { + if(select("Never heard of it.","Really? No kidding!") == 1) { mes "[Deagle]"; mes "Never heard of it?! Everybody knows th'notorious pirate ship 'Going Mary!' ^666666*Hiccup~*^000000"; next; @@ -228,7 +228,7 @@ alb2trea,39,50,6 script Fisk#a2t 100,{ mes "[Fisk]"; mes "So you wanna head back to the mainland in Alberta, eh?"; next; - if(select("Yes please.","I changed my mind.")==1) + if(select("Yes please.","I changed my mind.") == 1) warp "alberta",192,169; close; } @@ -251,7 +251,7 @@ alberta,195,151,2 script Paul 86,{ mes "fee is only"; mes "200 Zeny."; next; - if(select("Sign me up!","Uh, no thanks.") ==1) { + if(select("Sign me up!","Uh, no thanks.") == 1) { if (Zeny < 200) { mes "[Paul]"; mes "It seems you don't have the money, my friend. But please come back when you're able to pay."; @@ -295,8 +295,7 @@ alberta,190,173,4 script Phelix 85,{ } mes "Hmm.. you want to exchange jellopies for Red Potions or some Carrots eh? Well.. which one?"; next; - if(select("Red Potions please.","Carrots please.") ==1) { - case 1: + if(select("Red Potions please.","Carrots please.") == 1) { mes "[Phelix]"; mes "Alright..."; mes "Let's see"; |