summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/skill_db.conf6
-rw-r--r--npc/functions/hub.txt5
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