From c646985ccd6bc91c912533ddc682c1bb0c551ca7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 11 Mar 2019 02:49:02 -0300 Subject: Add Experience info to Candor Trainer as we have just surpassed TMW EXP rules. --- npc/005-7/trainer.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'npc/005-7/trainer.txt') diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 426f7329e..1e5d420ab 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -53,6 +53,7 @@ L_Menu: l("Magic."), L_Magica, l("Rules."), L_Regras, l("Weather & Seasons."), L_Temporada, + l("Experience."), L_Experiencia, l("No, thanks!"), L_Fechar; @@ -486,6 +487,24 @@ L_Temporada: next; goto L_PreMenu; +L_Experiencia: + mes ""; + mesn; + mes l("Experience can be gained by completing quests and killing monsters. When you accumulate enough experience, you'll level up!"); + next; + mesn; + mes l("Each level up will buff your base stats, and give you stats points to allocate. However, there is Job Level."); + next; + mesn; + mes l("There's also a job level, which produces green sparkles when you level it."); + mes l("Job Level and certain equips can affect your status. You'll see the modifiers with a + sign."); + next; + mesn; + mes l("Also, you'll get more experience by killing monsters stronger than you, and less experience by killing monsters weaker than you."); + mes l("You can find out the monster strength by using \"@monsterinfo \". Check the level in it!"); + next; + goto L_PreMenu; + L_Regras: mes ""; callfunc "GameRules"; -- cgit v1.2.3-60-g2f50