summaryrefslogtreecommitdiff
path: root/npc/magic
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-25 05:43:30 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-25 05:43:30 -0300
commit35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab (patch)
tree8ffb1856a9bf9bd96d4ec02d7b3946360c141632 /npc/magic
parentd16c6ac5483976be78a37b06da7a061f790a374f (diff)
downloadserverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.tar.gz
serverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.tar.bz2
serverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.tar.xz
serverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.zip
Remove unused magic files
Diffstat (limited to 'npc/magic')
-rw-r--r--npc/magic/cuteheart.txt16
-rw-r--r--npc/magic/fairykingdom.txt18
-rw-r--r--npc/magic/frozenheart.txt18
-rw-r--r--npc/magic/halhiss.txt18
-rw-r--r--npc/magic/kalboo.txt18
-rw-r--r--npc/magic/kalmurk.txt25
-rw-r--r--npc/magic/kalspike.txt18
-rw-r--r--npc/magic/kalwulf.txt18
-rw-r--r--npc/magic/limerizer.txt18
-rw-r--r--npc/magic/nilfheim.txt9
-rw-r--r--npc/magic/stoneheart.txt18
-rw-r--r--npc/magic/zarkor.txt26
12 files changed, 0 insertions, 220 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;
-}