diff options
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/books.txt | 6 |
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; |