From c11aeda076093cee5baa9600d609246c6c4c707b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 4 Apr 2018 22:59:10 -0300 Subject: Remove 009-2 --- npc/003-1-3/_import.txt | 1 - npc/003-1-3/thief.txt | 44 -------------------------------------------- 2 files changed, 45 deletions(-) delete mode 100644 npc/003-1-3/thief.txt (limited to 'npc/003-1-3') diff --git a/npc/003-1-3/_import.txt b/npc/003-1-3/_import.txt index 1f128d46a..90753ead4 100644 --- a/npc/003-1-3/_import.txt +++ b/npc/003-1-3/_import.txt @@ -2,4 +2,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/003-1-3/_mobs.txt", "npc/003-1-3/_warps.txt", -"npc/003-1-3/thief.txt", diff --git a/npc/003-1-3/thief.txt b/npc/003-1-3/thief.txt deleted file mode 100644 index bdcfc2253..000000000 --- a/npc/003-1-3/thief.txt +++ /dev/null @@ -1,44 +0,0 @@ -// TMW2 Scripts. -// Author: -// Jesusalva -// Description: -// Temporary NPC to block path to Halinarzo, later a controlled warp. May be removed soon. - -003-1-3,45,35,0 script Thief#temp003 NPC_PLAYER,0,0,{ - - mesn; - mesq l("I am from the Thief's Guild of Hurnscald."); - next; - mesq l("At the moment no one is being allowed past this point."); - next; - mesq l("Call the High Council, if you may. I won't free this path any time soon!"); - close; - -OnTouch: - if (is_admin()) goto L_Warp; // if (BaseLevel >= 15) and this NPC must be invisible - warp "003-1-3", 45, 36; - percentheal -10,0; - mesn; - mesq l("Stop there! No one is allowed past this point! Stand back!!"); - mes ""; - mes col("The thief pushes you with so much strength, that you get hurt.",9); - close; - -L_Warp: - warp "009-2", 70, 179; - close; - -OnInit: - .@npcId = getnpcid(0, .name$); - setunitdata(.@npcId, UDT_HEADTOP, ForestArmor); // Dress - setunitdata(.@npcId, UDT_HEADMIDDLE, JeansChaps); // 2214 FIXME - setunitdata(.@npcId, UDT_HEADBOTTOM, LousyMoccasins); // Shoes - setunitdata(.@npcId, UDT_WEAPON, 3501); // We should use a hood instead - setunitdata(.@npcId, UDT_HAIRSTYLE, 8); - setunitdata(.@npcId, UDT_HAIRCOLOR, 5); - - .sex = G_MALE; - .distance = 4; - end; - -} -- cgit v1.2.3-70-g09d2