From a8020cd4c5c60db1ff70b980977b44d735ef0c8a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Jun 2019 00:41:44 -0300 Subject: Add the two hand weapons and update JSaves Grimorium --- npc/items/books.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/items/books.txt') diff --git a/npc/items/books.txt b/npc/items/books.txt index 07bdf5cd8..ce8ed1441 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -212,6 +212,15 @@ OnInit: mesc l("Summon Yetis - @sk-frozenheart"); if (getskilllv(TMW2_STONEHEART)) mesc l("Summon Terranites - @sk-stoneheart"); + if (getskilllv(TMW2_KALBOO)) + mesc l("Summon Mouboo - @sk-kalboo"); + if (getskilllv(TMW2_KALSPIKE)) + mesc l("Summon P. Spiky Mushroom - @sk-kalspike"); + if (getskilllv(TMW2_CUTEHEART)) + mesc l("Summon Fluffies - @sk-cuteheart"); + if (getskilllv(TMW2_PLANTKINGDOM)) + mesc l("Summon Plants - @sk-plantkingdom"); + next; mesn l("Current Magic Control"); .@val=MAGIC_EXP+rand(-MAGIC_LVL*5, MAGIC_LVL*5); -- cgit v1.2.3-60-g2f50