summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-26 12:12:08 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-26 12:12:08 -0300
commitc2a807d831d19013a791fd80d440ae4bcf16123c (patch)
tree55201b8218057c984412e3edcb50e4eef4fcecf0 /npc/items
parentc1dad2e6c965fb4c8ff76cefe29bd2ceb6f6ba78 (diff)
downloadserverdata-c2a807d831d19013a791fd80d440ae4bcf16123c.tar.gz
serverdata-c2a807d831d19013a791fd80d440ae4bcf16123c.tar.bz2
serverdata-c2a807d831d19013a791fd80d440ae4bcf16123c.tar.xz
serverdata-c2a807d831d19013a791fd80d440ae4bcf16123c.zip
Add the new features to Jesusaves' Grimorium
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/books.txt6
1 files changed, 5 insertions, 1 deletions
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;