From d4b49c1ac093a9f530ba1b9e3353767fabc5d9d8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 Jan 2020 03:31:52 -0300 Subject: Double call and some bugfixing on Transmigration Skill --- db/re/skill_db.conf | 6 +++--- npc/functions/hub.txt | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index ab674c8e5..fc02e9a0e 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38681,7 +38681,7 @@ skill_db: ( Id: 20027 Name: "TMW2_TRANSMIGRATION" Description: "Transmutation" - MaxLevel: 20 + MaxLevel: 10 SkillType: { Self: true } @@ -38693,7 +38693,7 @@ skill_db: ( Id: 20028 Name: "TMW2_DEMURE" Description: "Full Rage" - MaxLevel: 15 + MaxLevel: 10 SkillType: { Self: true } @@ -38717,7 +38717,7 @@ skill_db: ( Id: 20030 Name: "TMW2_LIMERIZER" Description: "Limerizer" - MaxLevel: 14 + MaxLevel: 10 SkillType: { Self: true } diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index d42cd9b3e..bf342dfc9 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -229,6 +229,11 @@ function script HUB_SkillInvoke { case TMW2_KALSPIKE: SK_summon(PoisonSpikyMushroom, 4, any(2,3)); break; + + // Special exception + case TMW2_TRANSMIGRATION: + doevent("sk#mkpot::OnCall"); + break; } // Debug -- cgit v1.2.3-70-g09d2