summaryrefslogtreecommitdiff
path: root/world/map/npc/033-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/033-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/033-1')
-rw-r--r--world/map/npc/033-1/birrod.txt18
-rw-r--r--world/map/npc/033-1/kimarr.txt6
2 files changed, 21 insertions, 3 deletions
diff --git a/world/map/npc/033-1/birrod.txt b/world/map/npc/033-1/birrod.txt
index de0eecdd..2437101a 100644
--- a/world/map/npc/033-1/birrod.txt
+++ b/world/map/npc/033-1/birrod.txt
@@ -98,16 +98,19 @@ L_Next:
"Strength!",L_Fail11,
"A good weapon.",L_Fail12,
"Bravery.",L_Success11;
+
L_Fail11:
mes "[Birrod]";
mes "\"Strength is indeed important for a warrior. But before you can show strength, you need to have something else.\"";
next;
goto L_No_Member;
+
L_Fail12:
mes "[Birrod]";
mes "\"Are you kidding?\"";
next;
goto L_No_Member;
+
L_Success11:
mes "[Birrod]";
mes "\"Wise words.\"";
@@ -117,16 +120,19 @@ L_Success11:
"Run as fast as I can.",L_Fail21,
"Fight no matter what.",L_Fail22,
"Try to hold them back until everyone is safe, then retreat.",L_Success21;
+
L_Fail21:
mes "[Birrod]";
mes "\"You will never become an accepted member of our tribe with that attitude.\"";
next;
goto L_No_Member;
+
L_Fail22:
mes "[Birrod]";
mes "\"Honorable, but stupid.\"";
next;
goto L_No_Member;
+
L_Success21:
mes "[Birrod]";
mes "\"Right.\"";
@@ -136,63 +142,75 @@ L_Success21:
"Take care of everyone who got wounded.",L_Success31,
"Pitch the tent and make a fire.",L_Success32,
"Lay down and rest.",L_Fail31;
+
L_Success31:
mes "[Birrod]";
mes "\"You're a caring person. Good.\"";
next;
goto L_Success3;
+
L_Success32:
mes "[Birrod]";
mes "\"You're diligent, good.\"";
next;
goto L_Success3;
+
L_Fail31:
mes "[Birrod]";
mes "\"You wouldn't make friends that way.\"";
next;
goto L_No_Member;
+
L_Success3:
mes "\"What is your goal in life?\"";
menu
"Learn new things and see the world.",L_Success41,
"Become as powerful as I can.",L_Fail41,
"Protect the ones I love.",L_Success42;
+
L_Success41:
mes "[Birrod]";
mes "\"You're curious. An attribute we appreciate.\"";
next;
goto L_Success4;
+
L_Fail41:
mes "[Birrod]";
mes "\"You're seeking power? For what?\"";
next;
goto L_No_Member;
+
L_Success42:
mes "[Birrod]";
mes "\"An honorable goal.\"";
next;
goto L_Success4;
+
L_Success4:
mes "\"What do you think is a good reason to fight and kill?\"";
menu
"Because I want it.",L_Fail51,
"To survive.",L_Success51,
"To protect someone in need.",L_Success52;
+
L_Fail51:
mes "[Birrod]";
mes "\"You think so?\"";
next;
goto L_No_Member;
+
L_Success51:
mes "[Birrod]";
mes "\"Right.\"";
next;
goto L_Success5;
+
L_Success52:
mes "[Birrod]";
mes "\"Yes, that's the most honorable reason.\"";
next;
goto L_Success5;
+
L_Success5:
getexp @minigame_exp, 0;
setskill SKILL_RAGING, 1;
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt
index 183d3651..26993614 100644
--- a/world/map/npc/033-1/kimarr.txt
+++ b/world/map/npc/033-1/kimarr.txt
@@ -69,9 +69,9 @@ L_Continue:
next;
set @state, 1;
callsub S_Update_Mask;
- goto L_Explain_Game;
+ goto L_ExplainGame;
-L_Explain_Game:
+L_ExplainGame:
mes "[Kimarr]";
mes "\"In that cave there are living Fluffies. They like to eat apples.\"";
next;
@@ -93,7 +93,7 @@ L_Ask:
mes "\"So, are you going to try?\"";
menu
"Yeah, let's start!",L_Game,
- "Could you explain again?",L_Explain_Game,
+ "Could you explain again?",L_ExplainGame,
"Can you tell me who were the most successful Fluffy hunters?",L_ShowRecord,
"Maybe later.",L_Close;