From c2a807d831d19013a791fd80d440ae4bcf16123c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 Dec 2021 12:12:08 -0300 Subject: Add the new features to Jesusaves' Grimorium --- npc/items/books.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/items/books.txt b/npc/items/books.txt index 78a598835..6bca65edf 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -272,7 +272,11 @@ OnInit: } mesc l("Total time AFK'ed in Tulimshar: %d hours and %d minutes", AFKING/1200, AFKING%1200/60*3); - mesc l("Candor Battle Score: %d", CRAZYPOINTS); + mes ""; + mesc l("Candor Battle Score: %s", fnum(CRAZYPOINTS)); + 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)); // TODO: Total players invited to ML // TODO: Most used skill break; -- cgit v1.2.3-70-g09d2