summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-05 16:52:08 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-05 16:52:08 -0300
commitad99f6b5841401f273519c53dc98e673b6940add (patch)
treeb0264dabd8da1d7757760e55b63da6b4eb86b788
parent626db3f11c05a361e809b0b602ae68c98005388b (diff)
downloadserverdata-ad99f6b5841401f273519c53dc98e673b6940add.tar.gz
serverdata-ad99f6b5841401f273519c53dc98e673b6940add.tar.bz2
serverdata-ad99f6b5841401f273519c53dc98e673b6940add.tar.xz
serverdata-ad99f6b5841401f273519c53dc98e673b6940add.zip
Honor System manual entry
-rw-r--r--npc/005-7/trainer.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt
index 38232f4d0..3dfa9a999 100644
--- a/npc/005-7/trainer.txt
+++ b/npc/005-7/trainer.txt
@@ -59,6 +59,7 @@ L_Menu:
l("Rules."), L_Regras,
l("Weather & Seasons."), L_Temporada,
l("Experience."), L_Experiencia,
+ l("Honor System."), L_Honra,
l("No, thanks!"), L_Fechar;
@@ -521,6 +522,21 @@ L_Experiencia:
next;
goto L_PreMenu;
+L_Honra:
+ mesn;
+ mes l("Honor only applies to PvP fights. It can be seen on \"%s\" and rewards are given monthly for it.", b("@scoreboards"));
+ next;
+ mesn ".:: "+l("About Scoreboards and Honor Points")+" ::.";
+ mes l("If you kill an opponent stronger than you, you will gain honor points. But if the oponent is 15 levels weaker than you, it will be NEGATIVE!");
+ next;
+ mesn ".:: "+l("About Scoreboards and Honor Points")+" ::.";
+ mes l("You will also LOSE honor if the opponent is below level 30. If you are a bandit (negative honor), all fights versus you will be honorable.");
+ next;
+ mesn ".:: "+l("About Scoreboards and Honor Points")+" ::.";
+ mes l("If you kill the same person within 30 minutes, honor will not fluctuate. The whole honor system is very experimental.");
+ next;
+ goto L_PreMenu;
+
L_Regras:
mes "";
callfunc "GameRules";