From b82a52acf20c64489632c58526d81728d1c8492f Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Sun, 11 Sep 2022 22:19:52 +0200 Subject: Kimarr dialog text improvement --- world/map/npc/033-1/kimarr.txt | 23 ++++++++++++----------- 1 file 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: -- cgit v1.2.3-60-g2f50