diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 09:49:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 09:49:13 -0300 |
commit | e00cc023edcc84f4ab43e6446333b7506cd1fb45 (patch) | |
tree | 0c512b6d5625c96c748ea142684531569270a63e /npc | |
parent | b332c67b4236411a93a01c54fa9e45f86c116dc8 (diff) | |
download | serverdata-e00cc023edcc84f4ab43e6446333b7506cd1fb45.tar.gz serverdata-e00cc023edcc84f4ab43e6446333b7506cd1fb45.tar.bz2 serverdata-e00cc023edcc84f4ab43e6446333b7506cd1fb45.tar.xz serverdata-e00cc023edcc84f4ab43e6446333b7506cd1fb45.zip |
Remove magic.txt (unused/not required anymore)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/magic.txt | 32 | ||||
-rw-r--r-- | npc/scripts.conf | 1 |
2 files changed, 0 insertions, 33 deletions
diff --git a/npc/commands/magic.txt b/npc/commands/magic.txt deleted file mode 100644 index d63bf70a7..000000000 --- a/npc/commands/magic.txt +++ /dev/null @@ -1,32 +0,0 @@ -function script MagicIsDead { - - setnpcdialogtitle l("We regret to inform..."); - mes l("Magic is dead!"); - next; - mes ""; - mes l("You are staff, so no complaining! Go do it yourself!"); - next; - return; -} - - - -- script @MagicIsDead 32767,{ - end; - -OnCall: - MagicIsDead; - closedialog; - end; - -OnInit: - bindatcmd "itenplz", "@MagicIsDead::OnCall", 100, 1, 0; - bindatcmd "lum", "@MagicIsDead::OnCall", 100, 1, 0; - bindatcmd "chiza", "@MagicIsDead::OnCall", 100, 1, 0; - bindatcmd "ingrav", "@MagicIsDead::OnCall", 100, 1, 0; - bindatcmd "frillyar", "@MagicIsDead::OnCall", 100, 1, 0; - bindatcmd "upmarmu", "@MagicIsDead::OnCall", 100, 1, 0; - bindatcmd "flar", "@MagicIsDead::OnCall", 100, 1, 0; - - -} diff --git a/npc/scripts.conf b/npc/scripts.conf index b0daa42ab..6222a4fed 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -69,7 +69,6 @@ "npc/commands/resync.txt", "npc/commands/scheduled-broadcasts.txt", "npc/commands/super-menu.txt", -"npc/commands/magic.txt", "npc/commands/warp.txt", "npc/commands/wgm.txt", |