diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-17 15:02:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-17 15:02:17 -0300 |
commit | 52a3bf142ee0dfbe47dc9222d19086948f7c47bb (patch) | |
tree | e917885186bc8be0b612af1503432198f79ceb10 | |
parent | 6ff4077c3813389270f2d3862136c001d9eafbf8 (diff) | |
download | serverdata-52a3bf142ee0dfbe47dc9222d19086948f7c47bb.tar.gz serverdata-52a3bf142ee0dfbe47dc9222d19086948f7c47bb.tar.bz2 serverdata-52a3bf142ee0dfbe47dc9222d19086948f7c47bb.tar.xz serverdata-52a3bf142ee0dfbe47dc9222d19086948f7c47bb.zip |
Reduce some clutter
-rw-r--r-- | npc/001-1/portal.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/001-1/portal.txt b/npc/001-1/portal.txt index 3dbcc32de..16b674db7 100644 --- a/npc/001-1/portal.txt +++ b/npc/001-1/portal.txt @@ -107,6 +107,12 @@ L_TranslationFix: mesc l("%s, you did your best to entertain me. It is my wish that you continue protecting this world. Therefore, I bestow upon you, the legendary %s. Please use its powers to protect your friend and the world peace!", "", getitemlink(Acorn)), 2; mesc l("%s, you proved your worth today. It is my wish that you continue protecting this world. Therefore, I bestow upon you, the legendary %s. Please use its powers to protect your friend and the world peace!", "", getitemlink(Acorn)), 2; mesc l("%s, your dedication is touching. It is my wish that you continue protecting this world. Therefore, I bestow upon you, the legendary %s. Please use its powers to protect your friend and the world peace!", "", getitemlink(Acorn)), 2; + // Commands + mes l("Homunculus stats:"); + mes l("HP: %d/%d - SP: %d/%d", 0, 0, 0, 0); + mes l("ATK: %d - MATK: %d~%d", 0, 0, 0); + mes l("Hungry: %d - Intimacy: %u", 0, 0); + mes l("Stats: Str %d / Agi %d / Vit %d / Int %d / Dex %d / Luk %d", 0, 0, 0, 0, 0, 0); // Internal mesc b(l(" 0 This file is automatically generated. Editing it will have no effect.")), 1; // ;- TRANSLATORS: Do not translate |