From bae4b92e560c2694eaaf0e8b4d9e95e56204471b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 18 Jun 2011 21:58:47 -0700 Subject: Move to a subdirectory --- world/map/npc/026-1/_import.txt | 6 +++++ world/map/npc/026-1/_mobs.txt | 56 +++++++++++++++++++++++++++++++++++++++++ world/map/npc/026-1/_warps.txt | 5 ++++ world/map/npc/026-1/sign.txt | 7 ++++++ 4 files changed, 74 insertions(+) create mode 100644 world/map/npc/026-1/_import.txt create mode 100644 world/map/npc/026-1/_mobs.txt create mode 100644 world/map/npc/026-1/_warps.txt create mode 100644 world/map/npc/026-1/sign.txt (limited to 'world/map/npc/026-1') diff --git a/world/map/npc/026-1/_import.txt b/world/map/npc/026-1/_import.txt new file mode 100644 index 00000000..ae18387c --- /dev/null +++ b/world/map/npc/026-1/_import.txt @@ -0,0 +1,6 @@ +// 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/world/map/npc/026-1/_mobs.txt b/world/map/npc/026-1/_mobs.txt new file mode 100644 index 00000000..89a32db8 --- /dev/null +++ b/world/map/npc/026-1/_mobs.txt @@ -0,0 +1,56 @@ +// 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/world/map/npc/026-1/_warps.txt b/world/map/npc/026-1/_warps.txt new file mode 100644 index 00000000..dc5c51fc --- /dev/null +++ b/world/map/npc/026-1/_warps.txt @@ -0,0 +1,5 @@ +// 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/world/map/npc/026-1/sign.txt b/world/map/npc/026-1/sign.txt new file mode 100644 index 00000000..44813c38 --- /dev/null +++ b/world/map/npc/026-1/sign.txt @@ -0,0 +1,7 @@ +// + +026-1.gat,64,16,0 script Sign 127,{ + mes "Hurnscald's Graveyard is north of here."; + mes "BEWARE!"; + close; +} -- cgit v1.2.3-60-g2f50