From 35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Jun 2020 05:43:30 -0300 Subject: Remove unused magic files --- npc/magic/cuteheart.txt | 16 ---------------- npc/magic/fairykingdom.txt | 18 ------------------ npc/magic/frozenheart.txt | 18 ------------------ npc/magic/halhiss.txt | 18 ------------------ npc/magic/kalboo.txt | 18 ------------------ npc/magic/kalmurk.txt | 25 ------------------------- npc/magic/kalspike.txt | 18 ------------------ npc/magic/kalwulf.txt | 18 ------------------ npc/magic/limerizer.txt | 18 ------------------ npc/magic/nilfheim.txt | 9 --------- npc/magic/stoneheart.txt | 18 ------------------ npc/magic/zarkor.txt | 26 -------------------------- npc/scripts.conf | 12 ------------ 13 files changed, 232 deletions(-) delete mode 100644 npc/magic/cuteheart.txt delete mode 100644 npc/magic/fairykingdom.txt delete mode 100644 npc/magic/frozenheart.txt delete mode 100644 npc/magic/halhiss.txt delete mode 100644 npc/magic/kalboo.txt delete mode 100644 npc/magic/kalmurk.txt delete mode 100644 npc/magic/kalspike.txt delete mode 100644 npc/magic/kalwulf.txt delete mode 100644 npc/magic/limerizer.txt delete mode 100644 npc/magic/nilfheim.txt delete mode 100644 npc/magic/stoneheart.txt delete mode 100644 npc/magic/zarkor.txt (limited to 'npc') diff --git a/npc/magic/cuteheart.txt b/npc/magic/cuteheart.txt deleted file mode 100644 index 4bef762eb..000000000 --- a/npc/magic/cuteheart.txt +++ /dev/null @@ -1,16 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_CUTEHEART -// -// Summons mouboo - -- script sk#cuteheart 32767,{ - end; - -OnCall: - end; - -OnInit: - end; -} diff --git a/npc/magic/fairykingdom.txt b/npc/magic/fairykingdom.txt deleted file mode 100644 index 647025a52..000000000 --- a/npc/magic/fairykingdom.txt +++ /dev/null @@ -1,18 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_FAIRYKINGDOM -// -// Summons fairies (or pixies TBA) - -- script sk#fairykingdom 32767,{ - end; - -OnCall: - // Deprecated - dispbottom l("The usage of @sk-commands was deprecated"); - end; - -OnInit: - end; -} diff --git a/npc/magic/frozenheart.txt b/npc/magic/frozenheart.txt deleted file mode 100644 index c56628b8b..000000000 --- a/npc/magic/frozenheart.txt +++ /dev/null @@ -1,18 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_FROZENHEART -// -// Summons yetis - -- script sk#frozenheart 32767,{ - end; - -OnCall: - // Deprecated - dispbottom l("The usage of @sk-commands was deprecated"); - end; - -OnInit: - end; -} diff --git a/npc/magic/halhiss.txt b/npc/magic/halhiss.txt deleted file mode 100644 index cbbac0943..000000000 --- a/npc/magic/halhiss.txt +++ /dev/null @@ -1,18 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_HALHISS -// -// Summons snakes (mountain snakes if GHQ was completed and enough skill) - -- script sk#halhiss 32767,{ - end; - -OnCall: - // Deprecated - dispbottom l("The usage of @sk-commands was deprecated"); - end; - -OnInit: - end; -} diff --git a/npc/magic/kalboo.txt b/npc/magic/kalboo.txt deleted file mode 100644 index cb39713b8..000000000 --- a/npc/magic/kalboo.txt +++ /dev/null @@ -1,18 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_KALBOO -// -// Summons mouboo - -- script sk#kalboo 32767,{ - end; - -OnCall: - // Deprecated - dispbottom l("The usage of @sk-commands was deprecated"); - end; - -OnInit: - end; -} diff --git a/npc/magic/kalmurk.txt b/npc/magic/kalmurk.txt deleted file mode 100644 index 00f45d08e..000000000 --- a/npc/magic/kalmurk.txt +++ /dev/null @@ -1,25 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_KALMURK -// -// Spawns Maggots. - - -- script sk#kalmurk 32767,{ - end; - -/* -OnFriendlyDeath: - emote 4; - end; -*/ - -OnCall: - // Deprecated - dispbottom l("The usage of @sk-commands was deprecated"); - end; - -OnInit: - end; -} diff --git a/npc/magic/kalspike.txt b/npc/magic/kalspike.txt deleted file mode 100644 index 2c28b1859..000000000 --- a/npc/magic/kalspike.txt +++ /dev/null @@ -1,18 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_KALSPIKE -// -// Summons mouboo - -- script sk#kalspike 32767,{ - end; - -OnCall: - // Deprecated - dispbottom l("The usage of @sk-commands was deprecated"); - end; - -OnInit: - end; -} diff --git a/npc/magic/kalwulf.txt b/npc/magic/kalwulf.txt deleted file mode 100644 index 2e5bb4833..000000000 --- a/npc/magic/kalwulf.txt +++ /dev/null @@ -1,18 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_KALWURF -// -// Summons snakes (mountain snakes if GHQ was completed and enough skill) - -- script sk#kalwurf 32767,{ - end; - -OnCall: - // Deprecated - dispbottom l("The usage of @sk-commands was deprecated"); - end; - -OnInit: - end; -} diff --git a/npc/magic/limerizer.txt b/npc/magic/limerizer.txt deleted file mode 100644 index f4a3f8e74..000000000 --- a/npc/magic/limerizer.txt +++ /dev/null @@ -1,18 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_LIMERIZER -// -// Summons slimes, be careful with acid - -- script sk#limerizer 32767,{ - end; - -OnCall: - // Deprecated - dispbottom l("The usage of @sk-commands was deprecated"); - end; - -OnInit: - end; -} diff --git a/npc/magic/nilfheim.txt b/npc/magic/nilfheim.txt deleted file mode 100644 index 817c3a17f..000000000 --- a/npc/magic/nilfheim.txt +++ /dev/null @@ -1,9 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_NILFHEIM -// -// FREEZES IN A 18X18 SQUARE (Max Range) (Incl. boss) -// Made for Kolchak - -// File removed diff --git a/npc/magic/stoneheart.txt b/npc/magic/stoneheart.txt deleted file mode 100644 index 6d35f7cf7..000000000 --- a/npc/magic/stoneheart.txt +++ /dev/null @@ -1,18 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_STONEHEART -// -// Summons terranite - -- script sk#stoneheart 32767,{ - end; - -OnCall: - // Deprecated - dispbottom l("The usage of @sk-commands was deprecated"); - end; - -OnInit: - end; -} diff --git a/npc/magic/zarkor.txt b/npc/magic/zarkor.txt deleted file mode 100644 index 2e0c3b116..000000000 --- a/npc/magic/zarkor.txt +++ /dev/null @@ -1,26 +0,0 @@ -// TMW2 script -// Author: Jesusalva -// -// Magic Script: TMW2_ZARKOR -// -// Spawns a Cave Maggot. -// This is to test stuff, more than to create anything really. - - -- script sk#zarkor 32767,{ - end; - -/* -OnFriendlyDeath: - emote 4; - end; -*/ - -OnCall: - // Deprecated - dispbottom l("The usage of @sk-commands was deprecated"); - end; - -OnInit: - end; -} diff --git a/npc/scripts.conf b/npc/scripts.conf index 764e7eed7..493e9c31a 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -119,26 +119,14 @@ // Magic Commands "npc/magic/abizit.txt", -"npc/magic/cuteheart.txt", "npc/magic/demure.txt", "npc/magic/dragokin.txt", -"npc/magic/fairykingdom.txt", -"npc/magic/frozenheart.txt", "npc/magic/guild.txt", -"npc/magic/halhiss.txt", -"npc/magic/kalboo.txt", -"npc/magic/kalmurk.txt", -"npc/magic/kalspike.txt", -"npc/magic/kalwulf.txt", -"npc/magic/limerizer.txt", "npc/magic/mpregen.txt", -"npc/magic/nilfheim.txt", "npc/magic/transmigration.txt", "npc/magic/parum.txt", "npc/magic/plantkingdom.txt", -"npc/magic/stoneheart.txt", "npc/magic/study.txt", -"npc/magic/zarkor.txt", // These are to be proccessed later "npc/functions/estate2.txt", -- cgit v1.2.3-60-g2f50