summaryrefslogtreecommitdiff
path: root/world/map/npc/025-1
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-02 22:33:31 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-02 22:33:31 -0700
commita00579f57be4f02cd2a60ecd9468277ba6631e78 (patch)
treebc1117ddede14e61b030bfe7a337d323ddea75c2 /world/map/npc/025-1
parentc0ba38cd4b68491e28e467889804ebc09c9c002e (diff)
downloadserverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.gz
serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.bz2
serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.xz
serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.zip
Fix style (split for more readable diff)
Diffstat (limited to 'world/map/npc/025-1')
-rw-r--r--world/map/npc/025-1/barrier.txt5
-rw-r--r--world/map/npc/025-1/rossy.txt28
2 files changed, 15 insertions, 18 deletions
diff --git a/world/map/npc/025-1/barrier.txt b/world/map/npc/025-1/barrier.txt
index a4a0565b..f06ca610 100644
--- a/world/map/npc/025-1/barrier.txt
+++ b/world/map/npc/025-1/barrier.txt
@@ -9,10 +9,9 @@
L_Warp:
warp "025-3.gat", 112, 97;
-end;
+ end;
L_Block:
message strcharinfo(0), "You are too frightened by what you can hear coming out of the cave that you can't enter.";
-end;
-
+ end;
}
diff --git a/world/map/npc/025-1/rossy.txt b/world/map/npc/025-1/rossy.txt
index f0332f95..e9a58afa 100644
--- a/world/map/npc/025-1/rossy.txt
+++ b/world/map/npc/025-1/rossy.txt
@@ -78,12 +78,12 @@ L_No:
L_Mother:
mes "[Rossy]";
mes "\"Please, tell my mother we are fine. If you feel like helping, come back after you talk to my mother. Maybe you could help us find some fruits.\"";
-close;
+ close;
L_Get_Cherry:
mes "[Young Girl]";
mes "\"No, you don't have " + @Cherry_Amount + " cherries. I know how to count. I hope you get them soon.\"";
-close;
+ close;
L_Check:
mes "[Rossy]";
@@ -172,14 +172,14 @@ L_Check2:
mes "\"My teacher's name is David. He is a very young magician and lives near the magic school in the north of Tulimshar.\"";
next;
mes "\"Please, give it to him as soon as you can!\"";
-close;
+ close;
L_BT:
mes "[Rossy]";
mes "\"Great. Now if you could just give it to my teacher. His name is David. He is a very young magician and lives near the magic school in the north of Tulimshar.\"";
next;
mes "\"You should take the ferry, that'll be faster than swimming!\"";
-close;
+ close;
L_Donet:
if (Rossy_Quest == 10
@@ -191,7 +191,7 @@ L_Donet:
L_DavidPotion:
mes "[Rossy]";
mes "\"Yay! Phew... That was close, I almost forgot about my exam. Please, tell my mother about it. I am sure she will be proud of me.\"";
-close;
+ close;
L_RG:
if (countitem("RedRose") < @RedRose_Amount)
@@ -212,14 +212,14 @@ L_MotherFlowers:
L_LikeRoses:
mes "[Rossy]";
mes "\"I am allergic to roses, my mother should already know that!\"";
-close;
+ close;
L_Allergic:
mes "Rossy sneezes a lot.";
if (Rossy_Quest == 12
&& countitem("RedTulip") >= @RedTulip_Amount)
goto L_Sorry;
-close;
+ close;
L_Sorry:
menu
@@ -235,7 +235,7 @@ L_See:
next;
mes "\"Now I should really find my sister. Come back later.\"";
getexp @Flower_EXP, 0;
-close;
+ close;
L_Best:
mes "[Rossy]";
@@ -247,12 +247,12 @@ L_Best:
L_FindMySister:
mes "\"I think I have an idea where she might be. Come back in a few minutes, I will tell you if she is ok.\"";
set Rossy_Quest, 14;
-close;
+ close;
L_Julia:
mes "[Rossy]";
mes "\"I saw Julia! She was running away from something and entered a cave not far from here. I heard her scream. Please can you enter the cave and save her? I'm so scared!\"";
-close;
+ close;
L_End:
mes "[Rossy]";
@@ -274,19 +274,17 @@ L_Found:
set Zeny, Zeny + @Finish_Money;
if (Rossy_Quest == 19)
goto L_Clear;
-close;
+ close;
L_Clear:
set Rossy_Quest, 0;
set cavefights, 0;
set FLAGS, FLAGS | FLAG_ROSSI_COMPLETED;
-close;
-
+ close;
L_FinalEnd:
mes "[Rossy]";
mes "\"Julia and I are playing hide and seek right now. It is fun in the forest!\"";
mes "The young girl laughs quietly.";
-close;
-
+ close;
}