diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-25 05:43:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-25 05:43:30 -0300 |
commit | 35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab (patch) | |
tree | 8ffb1856a9bf9bd96d4ec02d7b3946360c141632 | |
parent | d16c6ac5483976be78a37b06da7a061f790a374f (diff) | |
download | serverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.tar.gz serverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.tar.bz2 serverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.tar.xz serverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.zip |
Remove unused magic files
-rw-r--r-- | npc/magic/cuteheart.txt | 16 | ||||
-rw-r--r-- | npc/magic/fairykingdom.txt | 18 | ||||
-rw-r--r-- | npc/magic/frozenheart.txt | 18 | ||||
-rw-r--r-- | npc/magic/halhiss.txt | 18 | ||||
-rw-r--r-- | npc/magic/kalboo.txt | 18 | ||||
-rw-r--r-- | npc/magic/kalmurk.txt | 25 | ||||
-rw-r--r-- | npc/magic/kalspike.txt | 18 | ||||
-rw-r--r-- | npc/magic/kalwulf.txt | 18 | ||||
-rw-r--r-- | npc/magic/limerizer.txt | 18 | ||||
-rw-r--r-- | npc/magic/nilfheim.txt | 9 | ||||
-rw-r--r-- | npc/magic/stoneheart.txt | 18 | ||||
-rw-r--r-- | npc/magic/zarkor.txt | 26 | ||||
-rw-r--r-- | npc/scripts.conf | 12 |
13 files changed, 0 insertions, 232 deletions
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 <admin@tmw2.org> -// -// 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 <admin@tmw2.org> -// -// 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 <admin@tmw2.org> -// -// 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 <admin@tmw2.org> -// -// 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 <admin@tmw2.org> -// -// 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 <admin@tmw2.org> -// -// 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 <admin@tmw2.org> -// -// 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 <admin@tmw2.org> -// -// 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 <admin@tmw2.org> -// -// 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 <admin@tmw2.org> -// -// 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 <admin@tmw2.org> -// -// 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 <admin@tmw2.org> -// -// 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", |