diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/books.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt index a2fc7acec..19d45f6f9 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -251,9 +251,14 @@ OnInit: if (THIEF_EXP > (THIEF_RANK*2)**5) mesc l("An upgrade is available."), 2; next; + mes ".:: " + l("Crafting Status") + " ::."; + mesc l("Skill Level: %d", getskilllv(TMW2_CRAFT)); + mesc l("Crafting Score: %d.%02d", CRAFTING_SCORE_COMPLETE%40, CRAFTING_SCORE_COMPLETE/40*100); + next; mes ".:: " + l("Miscellaneous Status") + " ::."; mesc l("Monster Points: %s", fnum(Mobpt)); mesc l("Times died: %s", fnum(PC_DIE_COUNTER)); + mesc l("Times reborn: %d", REBIRTH); mesc l("Total Gold: %s", fnum((Zeny+BankVault))); mesc l("Honor Points: %s", fnum(HONOR)); if (getcharid(2) > 0) { |