From 90f8941def4b977e65bd0f441aab526333736a11 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 11:59:43 -0300 Subject: Add required skill: Resurrection. Continue the code for the showdown. --- npc/config/magic.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/config') diff --git a/npc/config/magic.txt b/npc/config/magic.txt index ff3785147..f9caa7bcc 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -353,6 +353,10 @@ OnInit: RegisterMagic(2, CR_TRUST, 3, SpellBookPage, 1, CLASS_SCHOLARSHIP, 30); + // Resurrection + RegisterMagic(3, TMW2_RESURRECT, 10, SpellBookPage, 1, + CLASS_SCHOLARSHIP, 125); + /* Skillchain */ // First Aid RegisterMagic(1, TMW2_FIRSTAID, 10, SpellBookPage, 1, @@ -364,6 +368,7 @@ OnInit: RegisterMagic(3, TMW2_MAGNUSHEAL, 10, SpellBookPage, 1, CLASS_SCHOLARSHIP, 125, TMW2_HEALING, false); + /* Skillchain */ // Provoke RegisterMagic(1, SM_PROVOKE, 1, SpellBookPage, 1, -- cgit v1.2.3-70-g09d2