From 85e0094d38ca6f77da86fa5582bdb30a864f4aed Mon Sep 17 00:00:00 2001 From: Joseph Botosh Date: Tue, 27 Oct 2015 20:05:48 +0200 Subject: Remove teleporting back when Crafty is killed --- npc/001-2-14/_import.txt | 1 - npc/001-2-14/_mobs.txt | 2 +- npc/001-2-14/teleport.txt | 19 ------------------- 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 npc/001-2-14/teleport.txt diff --git a/npc/001-2-14/_import.txt b/npc/001-2-14/_import.txt index 88d6e67c..9177d66c 100644 --- a/npc/001-2-14/_import.txt +++ b/npc/001-2-14/_import.txt @@ -1,5 +1,4 @@ npc: npc/001-2-14/mapflags.txt npc: npc/001-2-14/_warps.txt npc: npc/001-2-14/_mobs.txt -npc: npc/001-2-14/teleport.txt npc: npc/001-2-14/bacchus.txt diff --git a/npc/001-2-14/_mobs.txt b/npc/001-2-14/_mobs.txt index 76ab85c4..a183ab99 100644 --- a/npc/001-2-14/_mobs.txt +++ b/npc/001-2-14/_mobs.txt @@ -1,4 +1,4 @@ // 001-2-14 mobs // Crafty -001-2-14.gat,32,32,7,4 monster Crafty 1018,6,30000,15000,"Teleporter::OnCraftyDeath" +001-2-14.gat,32,32,7,4 monster Crafty 1018,6,30000,15000 diff --git a/npc/001-2-14/teleport.txt b/npc/001-2-14/teleport.txt deleted file mode 100644 index be3e12a5..00000000 --- a/npc/001-2-14/teleport.txt +++ /dev/null @@ -1,19 +0,0 @@ -// Evol scripts. -// Author: -// Travolta -// Description: -// Invisible NPC to teleport player back to the Ship. - - -- script Teleporter -1,{ - -OnCraftyDeath: - if (playerattached()) - { - warp "000-2-1",50,38; - clientcommand "turndown"; - message strcharinfo(0), l("What a strange dream."); - } - end; - -} -- cgit v1.2.3-60-g2f50