From f88e2b477a754dda052d77a6d9de4f778493cd03 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 10 May 2019 21:22:16 -0300 Subject: Register missing mana skills on Grimorium --- npc/items/books.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'npc/items') diff --git a/npc/items/books.txt b/npc/items/books.txt index bc8003db0..07bdf5cd8 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -196,6 +196,22 @@ OnInit: mesc l("Wood Manipulation - @sk-parum"); if (getskilllv(TMW2_MKPOT)) mesc l("Make Potion - @sk-mkpot"); + if (getskilllv(TMW2_DEMURE)) + mesc l("Divine Rage - @sk-demure"); + if (getskilllv(TMW2_DRAGOKIN)) + mesc l("Summon Dragons - @sk-dragokin"); + if (getskilllv(TMW2_LIMERIZER)) + mesc l("Summon Slimes - @sk-limerizer"); + if (getskilllv(TMW2_HALHISS)) + mesc l("Summon Snakes - @sk-halhiss"); + if (getskilllv(TMW2_KALWULF)) + mesc l("Summon Wolverns - @sk-kalwulf"); + if (getskilllv(TMW2_FAIRYKINGDOM)) + mesc l("Summon Fairies - @sk-fairykingdom"); + if (getskilllv(TMW2_FROZENHEART)) + mesc l("Summon Yetis - @sk-frozenheart"); + if (getskilllv(TMW2_STONEHEART)) + mesc l("Summon Terranites - @sk-stoneheart"); next; mesn l("Current Magic Control"); .@val=MAGIC_EXP+rand(-MAGIC_LVL*5, MAGIC_LVL*5); -- cgit v1.2.3-60-g2f50