From 7b1152648f62bc917333f8abd6f49e20ea8022ee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Feb 2021 13:28:33 -0300 Subject: Configure properly earth magic --- npc/config/magic.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 42fcdd63b..5d08a1047 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -441,6 +441,17 @@ OnInit: RegisterMagic(3, TMW2_TEMPEST, 5, Quill, 3, CLASS_DESTRUCTION, 180, TMW2_LIGHTNINGBOLT, false); + /* Skillchain */ + // Meteor Strike + RegisterMagic(1, TMW2_METEORSTRIKE, 10, Quill, 1, + CLASS_DESTRUCTION, 100, false, TMW2_METEORSHOWER); + // Meteor Shower + RegisterMagic(2, TMW2_METEORSHOWER, 10, Quill, 2, + CLASS_DESTRUCTION, 150, TMW2_METEORSTRIKE, TMW2_GAIABREAK); + // Gaia Break + RegisterMagic(3, TMW2_GAIABREAK, 5, Quill, 3, + CLASS_DESTRUCTION, 200, TMW2_METEORSHOWER, false); + -- cgit v1.2.3-60-g2f50