diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-11 02:49:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-11 02:49:02 -0300 |
commit | c646985ccd6bc91c912533ddc682c1bb0c551ca7 (patch) | |
tree | ae69e907733d0955957e846199ba31eee6009588 /npc | |
parent | 9002444a41e8cf9a9b1a6026dd381384fc1ac2e5 (diff) | |
download | serverdata-c646985ccd6bc91c912533ddc682c1bb0c551ca7.tar.gz serverdata-c646985ccd6bc91c912533ddc682c1bb0c551ca7.tar.bz2 serverdata-c646985ccd6bc91c912533ddc682c1bb0c551ca7.tar.xz serverdata-c646985ccd6bc91c912533ddc682c1bb0c551ca7.zip |
Add Experience info to Candor Trainer as we have just surpassed TMW EXP rules.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-7/trainer.txt | 19 |
1 files changed, 19 insertions, 0 deletions
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 <English Monster Name>\". Check the level in it!"); + next; + goto L_PreMenu; + L_Regras: mes ""; callfunc "GameRules"; |