diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-09 12:14:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-09 12:14:20 -0300 |
commit | 25d95911b6ceb6138502315a0e2dd95eafa45220 (patch) | |
tree | dbf762f9b6b5925c823c221dd532dfba7a5d36e4 /npc/items | |
parent | 7439bba31e9ce091e3f42ef011b5f9c2729af462 (diff) | |
download | serverdata-25d95911b6ceb6138502315a0e2dd95eafa45220.tar.gz serverdata-25d95911b6ceb6138502315a0e2dd95eafa45220.tar.bz2 serverdata-25d95911b6ceb6138502315a0e2dd95eafa45220.tar.xz serverdata-25d95911b6ceb6138502315a0e2dd95eafa45220.zip |
Update Grimorium with the data Mathias asked
Diffstat (limited to 'npc/items')
-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) { |