diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-07 18:00:13 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-07 18:00:13 +0000 |
commit | 1a348ede4934a1ba78f337ee1dffe11a699f4bef (patch) | |
tree | 883d4c1ae282fb67e1720f81c20f564499298ff4 /npc/cities/alberta.txt | |
parent | 7cb0d361f1b4260b47ab1da99224332947320553 (diff) | |
parent | a6cd6538e4271ea08dc86803e8b7e8c8f235960b (diff) | |
download | hercules-1a348ede4934a1ba78f337ee1dffe11a699f4bef.tar.gz hercules-1a348ede4934a1ba78f337ee1dffe11a699f4bef.tar.bz2 hercules-1a348ede4934a1ba78f337ee1dffe11a699f4bef.tar.xz hercules-1a348ede4934a1ba78f337ee1dffe11a699f4bef.zip |
branch for major stability breakage
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@1440 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/alberta.txt')
-rw-r--r-- | npc/cities/alberta.txt | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/npc/cities/alberta.txt b/npc/cities/alberta.txt index bc1ac9be5..4d2be5730 100644 --- a/npc/cities/alberta.txt +++ b/npc/cities/alberta.txt @@ -202,8 +202,7 @@ alberta.gat,131,139,4 script Drunken old man 709,{ } // Soda Man ---------------------------------------------------- -alberta.gat,90,71,3 script Soda Man 89, -{ +alberta.gat,90,71,3 script Soda Man 89,{ mes "[Soda Man]"; mes "Ummm.... delicious...."; emotion 33; @@ -362,8 +361,7 @@ alb2trea.gat,39,50,5 script Sailor 100,{ //<====================================================== Turtle Island ========================================================>\\ // Gotanblue -------------------------------------------------------------------------- -alberta.gat,247,123,5 script Gotanblue 709, -{ +alberta.gat,247,123,5 script Gotanblue 709,{ if(TURTLE == 1) goto L_Turtle; mes "[Gotanblue]"; mes "Ha ha! The sea seems endless!! We cannot begin to grasp it's size merely by gazing at it from land...."; @@ -533,8 +531,7 @@ M_Menu: } // Turtle Grandpa ------------------------------------------------------------------- -alberta_in.gat,23,104,2 script Turtle Grandpa 120, -{ +alberta_in.gat,23,104,2 script Turtle Grandpa 120,{ mes "[Turtle Grandpa]"; mes "~Buuurrrpp!!!~ Oops..."; emotion 4; @@ -646,8 +643,7 @@ alberta_in.gat,23,104,2 script Turtle Grandpa 120, } // Letter of an explorer (on Turtle Grandpa's desk)------------------------------------------------------------------ -alberta_in.gat,17,101,1 script Letter of an explorer 111, -{ +alberta_in.gat,17,101,1 script Letter of an explorer 111,{ mes "~ The letter reads... ~"; mes "- O/X/XOVX -"; mes "If you find this letter, it means that our expidition to Turtle Island has failed. Please inform the others..."; @@ -670,8 +666,7 @@ alberta_in.gat,17,101,1 script Letter of an explorer 111, } // Jornadan Niliria ------------------------------------------------------------------------ -alberta.gat,248,90,1 script Jornadan Niliria 121, -{ +alberta.gat,248,90,1 script Jornadan Niliria 121,{ mes "[Jornadan Niliria]"; mes "Sometimes I think that the world around me is ever changing."; mes "When I view the land it seems different, when I look up at the sky it too seems different...."; @@ -729,8 +724,7 @@ alberta.gat,248,90,1 script Jornadan Niliria 121, } // Jornadan's Voyage Log ------------------------------------------------- -alberta.gat,247,93,1 script A Voyage Log 111, -{ +alberta.gat,247,93,1 script A Voyage Log 111,{ if(JORNADAN == 1) goto L_Treasure; mes "[A Voyage Log]"; mes "= 03:20 am ="; @@ -852,8 +846,7 @@ L_Treasure: } // Burried treasure -------------------------------------------------------------------- -turn_dun01,160,80,1 script Skull Stone 111, -{ +turn_dun01,160,80,1 script Skull Stone 111,{ if(SKULLKEY == 1) goto L_OpenBox; mes "^5555FF(It's a frightening stone tomb with horrible skull on it.)^000000"; close; |