From d3ef7ded193c3185d86e5b01b393e4507bdd3150 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 Dec 2021 12:48:46 -0300 Subject: Add some missing information to the Grimorium --- npc/items/books.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/items') diff --git a/npc/items/books.txt b/npc/items/books.txt index 3532d962b..abfca89c0 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -164,7 +164,6 @@ OnInit: function myself { mes ".:: " + strcharinfo(0) + " ::."; - mesc l("Char Name: @@", strcharinfo(0)); if (getcharid(1)) mesc l("Party Name: @@", strcharinfo(1)); if (getcharid(2)) @@ -175,6 +174,8 @@ function myself { mesc l("Civil status: Married"); else mesc l("Civil status: Single"); + if (islegendary()) + mesc l("You are a legendary hero."); mesc l("Born %s ago", FuzzyTime(#REG_DATE)); dnext; @@ -227,6 +228,7 @@ function myself { mesc l("Candor Bloodbath Score: %s", FuzzyTime(gettimetick(2)+SCANDORPTS)); mesc l("Times won Capture the Flag: %s", fnum(CAPTURE_FLAG)); mesc l("Mercenary Quests completed: %s", fnum(MERCENARY_DAILYQUEST)); + mesc l("Doppelganger Waves Won: %s", fnum(UDTRANK)); mesc l("Easter Eggs found: %d", getq3(General_EasterEggs)); // TODO: Total players invited to ML // TODO: Most used skill -- cgit v1.2.3-70-g09d2