diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-18 21:58:47 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-19 14:19:55 -0700 |
commit | bae4b92e560c2694eaaf0e8b4d9e95e56204471b (patch) | |
tree | 4acc120f6a94cfbf9694bf344658493de5aaa67b /npc/026-1 | |
parent | 319f80526f8585ecadaec986e37c9bd326f4d363 (diff) | |
download | serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.gz serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.bz2 serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.xz serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.zip |
Move to a subdirectory
Diffstat (limited to 'npc/026-1')
-rw-r--r-- | npc/026-1/_import.txt | 6 | ||||
-rw-r--r-- | npc/026-1/_mobs.txt | 56 | ||||
-rw-r--r-- | npc/026-1/_warps.txt | 5 | ||||
-rw-r--r-- | npc/026-1/sign.txt | 7 |
4 files changed, 0 insertions, 74 deletions
diff --git a/npc/026-1/_import.txt b/npc/026-1/_import.txt deleted file mode 100644 index ae18387c..00000000 --- a/npc/026-1/_import.txt +++ /dev/null @@ -1,6 +0,0 @@ -// Map 026-1: Swamp -// This file is generated automatically. All manually changes will be removed when running the Converter. -map: 026-1.gat -npc: npc/026-1/_mobs.txt -npc: npc/026-1/_warps.txt -npc: npc/026-1/sign.txt diff --git a/npc/026-1/_mobs.txt b/npc/026-1/_mobs.txt deleted file mode 100644 index 89a32db8..00000000 --- a/npc/026-1/_mobs.txt +++ /dev/null @@ -1,56 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// Swamp mobs - -026-1.gat,70,58,111,83 monster Wisp 1040,34,120000,40000,Mob026-1::On1040 -026-1.gat,70,59,110,84 monster Spectre 1042,34,120000,40000,Mob026-1::On1042 -026-1.gat,69,59,109,85 monster Poltergeist 1047,34,120000,40000,Mob026-1::On1047 -026-1.gat,71,58,112,82 monster Silkworm 1035,10,300000,60000,Mob026-1::On1035 -026-1.gat,69,60,108,86 monster Scorpion 1003,15,300000,30000,Mob026-1::On1003 -026-1.gat,71,57,113,81 monster Skeleton 1043,5,900000,10000,Mob026-1::On1043 -026-1.gat,68,61,106,88 monster LadySkeleton 1044,5,900000,20000,Mob026-1::On1044 -026-1.gat,68,60,107,87 monster Log Head 1025,8,300000,40000,Mob026-1::On1025 - - -026-1.gat,0,0,0 script Mob026-1 -1,{ -On1003: - set @mobID, 1003; - callfunc "MobPoints"; - break; - -On1025: - set @mobID, 1025; - callfunc "MobPoints"; - break; - -On1035: - set @mobID, 1035; - callfunc "MobPoints"; - break; - -On1040: - set @mobID, 1040; - callfunc "MobPoints"; - break; - -On1042: - set @mobID, 1042; - callfunc "MobPoints"; - break; - -On1043: - set @mobID, 1043; - callfunc "MobPoints"; - break; - -On1044: - set @mobID, 1044; - callfunc "MobPoints"; - break; - -On1047: - set @mobID, 1047; - callfunc "MobPoints"; - break; - - end; -} diff --git a/npc/026-1/_warps.txt b/npc/026-1/_warps.txt deleted file mode 100644 index dc5c51fc..00000000 --- a/npc/026-1/_warps.txt +++ /dev/null @@ -1,5 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// Swamp warps - -026-1.gat,63,16 warp toGraveyard -1,-1,027-1.gat,63,105 -026-1.gat,129,66 warp toSwamp -1,-1,025-1.gat,20,66 diff --git a/npc/026-1/sign.txt b/npc/026-1/sign.txt deleted file mode 100644 index 44813c38..00000000 --- a/npc/026-1/sign.txt +++ /dev/null @@ -1,7 +0,0 @@ -// - -026-1.gat,64,16,0 script Sign 127,{ - mes "Hurnscald's Graveyard is north of here."; - mes "BEWARE!"; - close; -} |