From e00cc023edcc84f4ab43e6446333b7506cd1fb45 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 09:49:13 -0300 Subject: Remove magic.txt (unused/not required anymore) --- npc/commands/magic.txt | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 npc/commands/magic.txt (limited to 'npc/commands') 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; - - -} -- cgit v1.2.3-60-g2f50