diff options
author | shennetsind <ind@henn.et> | 2013-02-14 18:37:11 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-14 18:37:11 -0200 |
commit | ef503ce5ad834d4601d6420bddf85655b6428c24 (patch) | |
tree | 60880cdb77521bc7783454dcecdcf1a01316ad95 /npc/cities/alberta.txt | |
parent | 49831814d6a462104e5a4b61bdff405a3bb69fb1 (diff) | |
parent | 1dd0349429f1456b886e50af7397922b525ef920 (diff) | |
download | hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.tar.gz hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.tar.bz2 hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.tar.xz hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
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"; |