summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2022-09-11 22:19:52 +0200
committerHoraK-FDF <horak-fdf@web.de>2022-09-11 22:19:52 +0200
commitb82a52acf20c64489632c58526d81728d1c8492f (patch)
tree875b88e4bc05d2cd5fdce70be4eb97382fa4ecad
parent813b461d02239abcd376f3f0c94670c0f7ca5397 (diff)
downloadserverdata-b82a52acf20c64489632c58526d81728d1c8492f.tar.gz
serverdata-b82a52acf20c64489632c58526d81728d1c8492f.tar.bz2
serverdata-b82a52acf20c64489632c58526d81728d1c8492f.tar.xz
serverdata-b82a52acf20c64489632c58526d81728d1c8492f.zip
Kimarr dialog text improvement
-rw-r--r--world/map/npc/033-1/kimarr.txt23
1 files changed, 12 insertions, 11 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt
index 87cfff5b..652030b9 100644
--- a/world/map/npc/033-1/kimarr.txt
+++ b/world/map/npc/033-1/kimarr.txt
@@ -105,23 +105,24 @@ L_WithEvent:
"Yeah, let's start!",L_Game,
"Could you explain again?",L_ExplainGame,
"Can you tell me who were the most successful Fluffy hunters?",L_ShowRecord,
- "On the event, who were the most successful Fluffy hunters?",L_CRC_ShowRecord,
- "Can you bring me in shape for this event?",L_BringInShape,
+ "At the event, who are the most successful Fluffy hunters?",L_CRC_ShowRecord,
+ "Can you give me all focus and magic skills and reset my stats?",L_GetInShape,
"Maybe later.",L_Close;
L_WrongLevel:
mes "[Kimarr]";
mes "For this event you must be level 99!";
- mes "I can bring you on that level and give you all focus and magic skills if you want?";
- goto L_SureBringInShape;
+ mes "I can bring you to that level and give you all focus and magic skills, if you want";
+ mes "But you must set your stats again and maybe talk to Luca in Tulimshar for focusing.";
+ goto L_SureGetInShape;
-L_BringInShape:
+L_GetInShape:
mes "[Kimarr]";
- mes "I can give you all focus and magic skills if you want?";
- goto L_SureBringInShape;
+ mes "I can do that for you. But for focusing you must talk to Luca in Tulimshar.";
+ goto L_SureGetInShape;
-L_SureBringInShape:
- mes "But you must set your stats again and maybe focus somewhere.";
+L_SureGetInShape:
+ mes "";
mes "Are you sure?";
menu
"Yes, do it!",L_GiveAllAndReset,
@@ -224,8 +225,8 @@ L_AgainWithEvent:
menu
"Yeah!",L_Game,
"Can you tell me who were the most successful Fluffy hunters?",L_ShowRecord,
- "On the event, who were the most successful Fluffy hunters?",L_CRC_ShowRecord,
- "Can you bring me in shape for this event?",L_SureBringInShape,
+ "At the event, who are the most successful Fluffy hunters?",L_CRC_ShowRecord,
+ "Can you give me all focus and magic skills and reset my stats?",L_GetInShape,
"Not now.",L_Close;
L_AgainWithoutEvent: