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/029-1/_import.txt | 7 +++++++ world/map/npc/029-1/_mobs.txt | 44 +++++++++++++++++++++++++++++++++++++++++ world/map/npc/029-1/_warps.txt | 3 +++ world/map/npc/029-1/barrier.txt | 8 ++++++++ world/map/npc/029-1/dock.txt | 6 ++++++ 5 files changed, 68 insertions(+) create mode 100644 world/map/npc/029-1/_import.txt create mode 100644 world/map/npc/029-1/_mobs.txt create mode 100644 world/map/npc/029-1/_warps.txt create mode 100644 world/map/npc/029-1/barrier.txt create mode 100644 world/map/npc/029-1/dock.txt (limited to 'world/map/npc/029-1') diff --git a/world/map/npc/029-1/_import.txt b/world/map/npc/029-1/_import.txt new file mode 100644 index 00000000..5c1410b0 --- /dev/null +++ b/world/map/npc/029-1/_import.txt @@ -0,0 +1,7 @@ +// Map 029-1: Candor +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 029-1.gat +npc: npc/029-1/_mobs.txt +npc: npc/029-1/_warps.txt +npc: npc/029-1/barrier.txt +npc: npc/029-1/dock.txt diff --git a/world/map/npc/029-1/_mobs.txt b/world/map/npc/029-1/_mobs.txt new file mode 100644 index 00000000..7fdf044c --- /dev/null +++ b/world/map/npc/029-1/_mobs.txt @@ -0,0 +1,44 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Candor mobs + +029-1.gat,68,64,11,13 monster Evil Mushrooms 1013,4,20000,60000,Mob029-1::On1013 +029-1.gat,31,32,12,13 monster Squirrel 1038,3,30000,60000,Mob029-1::On1038 +029-1.gat,46,48,4,1 monster Clover Patch 1037,1,10000,120000,Mob029-1::On1037 +029-1.gat,36,59,22,20 monster Spiky Mushroom 1019,5,10000,30000,Mob029-1::On1019 +029-1.gat,53,35,17,17 monster Bats 1017,4,25000,30000,Mob029-1::On1017 +029-1.gat,59,51,13,9 monster Log heads 1025,2,25000,30000,Mob029-1::On1025 + + +029-1.gat,0,0,0 script Mob029-1 -1,{ +On1013: + set @mobID, 1013; + callfunc "MobPoints"; + break; + +On1017: + set @mobID, 1017; + callfunc "MobPoints"; + break; + +On1019: + set @mobID, 1019; + callfunc "MobPoints"; + break; + +On1025: + set @mobID, 1025; + callfunc "MobPoints"; + break; + +On1037: + set @mobID, 1037; + callfunc "MobPoints"; + break; + +On1038: + set @mobID, 1038; + callfunc "MobPoints"; + break; + + end; +} diff --git a/world/map/npc/029-1/_warps.txt b/world/map/npc/029-1/_warps.txt new file mode 100644 index 00000000..ffe9c2d6 --- /dev/null +++ b/world/map/npc/029-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Candor warps + diff --git a/world/map/npc/029-1/barrier.txt b/world/map/npc/029-1/barrier.txt new file mode 100644 index 00000000..fe51dadc --- /dev/null +++ b/world/map/npc/029-1/barrier.txt @@ -0,0 +1,8 @@ +029-1.gat,53,36,0 script #CandorBarrier 127,1,1,{ + if ($@FIGHT_CAVE_STATUS == 1) goto L_Block; + warp "029-3.gat", 46, 23; + end; + + L_Block: + message strcharinfo(0), "Some force seems to be blocking you from entering."; +} diff --git a/world/map/npc/029-1/dock.txt b/world/map/npc/029-1/dock.txt new file mode 100644 index 00000000..76cc8a16 --- /dev/null +++ b/world/map/npc/029-1/dock.txt @@ -0,0 +1,6 @@ +// The ferry dock + +029-1.gat,22,37,0 script #candordock 127,2,1,{ + set @loc, DOCK_candor; + callfunc "Ferry"; +} -- cgit v1.2.3-70-g09d2