diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-08-19 17:04:17 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-08-21 22:26:55 +0200 |
commit | 37c4899e82166059e55796f8da9a3e94a6cd4642 (patch) | |
tree | ccc880c50cafe2d82526afdb2a334bd89987eab4 /world/map/npc/042-1 | |
parent | b46fcfd936c108b75a88ef5b9f09cbdbbb1a2edc (diff) | |
download | serverdata-37c4899e82166059e55796f8da9a3e94a6cd4642.tar.gz serverdata-37c4899e82166059e55796f8da9a3e94a6cd4642.tar.bz2 serverdata-37c4899e82166059e55796f8da9a3e94a6cd4642.tar.xz serverdata-37c4899e82166059e55796f8da9a3e94a6cd4642.zip |
removing some commented out debug npcs
Diffstat (limited to 'world/map/npc/042-1')
-rw-r--r-- | world/map/npc/042-1/_import.txt | 3 | ||||
-rw-r--r-- | world/map/npc/042-1/malik.txt | 23 |
2 files changed, 1 insertions, 25 deletions
diff --git a/world/map/npc/042-1/_import.txt b/world/map/npc/042-1/_import.txt index 844b13b9..c843ceef 100644 --- a/world/map/npc/042-1/_import.txt +++ b/world/map/npc/042-1/_import.txt @@ -1,10 +1,9 @@ -// Map 042-1: +// Map 042-1: // This file is generated automatically. All manually changes will be removed when running the Converter. map: 042-1.gat npc: npc/042-1/_mobs.txt npc: npc/042-1/_warps.txt npc: npc/042-1/hasan.txt npc: npc/042-1/kaan.txt -npc: npc/042-1/malik.txt npc: npc/042-1/npcs.txt npc: npc/042-1/valon.txt diff --git a/world/map/npc/042-1/malik.txt b/world/map/npc/042-1/malik.txt deleted file mode 100644 index 7ebfe289..00000000 --- a/world/map/npc/042-1/malik.txt +++ /dev/null @@ -1,23 +0,0 @@ -//To enable: sed 's_^// __' -i npc/042-1/malik.txt - -// 042-1.gat,105,60,0 script Malik 162,{ - -// menu -// "Reset",-, -// "Test Scorpion Fight", L_Scorp, -// "close",L_Close; -// set hasan, 0; -// set kaan, 0; -// set sorfina, 0; -// set tanisha, 0; -// set maggot, 0; -// set FLAGS, FLAGS & ~FLAG_TUTORIAL_DONE; -// L_Close: -// close; - -// L_Scorp: -// set sorfina, 4; -// set kaan, 4; -// set hasan, 3; -// close; -// } |