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/041-1/_import.txt | 6 ++++++ world/map/npc/041-1/_mobs.txt | 39 +++++++++++++++++++++++++++++++++++++++ world/map/npc/041-1/_warps.txt | 4 ++++ world/map/npc/041-1/tutorial.txt | 9 +++++++++ 4 files changed, 58 insertions(+) create mode 100644 world/map/npc/041-1/_import.txt create mode 100644 world/map/npc/041-1/_mobs.txt create mode 100644 world/map/npc/041-1/_warps.txt create mode 100644 world/map/npc/041-1/tutorial.txt (limited to 'world/map/npc/041-1') diff --git a/world/map/npc/041-1/_import.txt b/world/map/npc/041-1/_import.txt new file mode 100644 index 00000000..54c7edd1 --- /dev/null +++ b/world/map/npc/041-1/_import.txt @@ -0,0 +1,6 @@ +// Map 041-1: +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 041-1.gat +npc: npc/041-1/_mobs.txt +npc: npc/041-1/_warps.txt +npc: npc/041-1/tutorial.txt diff --git a/world/map/npc/041-1/_mobs.txt b/world/map/npc/041-1/_mobs.txt new file mode 100644 index 00000000..227677aa --- /dev/null +++ b/world/map/npc/041-1/_mobs.txt @@ -0,0 +1,39 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// mobs + +041-1.gat,56,55,18,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003 +041-1.gat,76,67,18,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003 +041-1.gat,75,84,18,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003 +041-1.gat,36,34,13,20 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003 +041-1.gat,30,30,10,48 monster Sea Slime 1033,3,100000,30000,Mob041-1::On1033 +041-1.gat,34,13,10,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003 +041-1.gat,35,7,3,2 monster Black Scorpion 1009,1,100000,30000,Mob041-1::On1009 +041-1.gat,41,49,3,2 monster Black Scorpion 1009,1,100000,30000,Mob041-1::On1009 +041-1.gat,70,75,21,9 monster Black Scorpion 1009,1,100000,30000,Mob041-1::On1009 +041-1.gat,75,57,18,9 monster Red Scorpion 1004,3,100000,30000,Mob041-1::On1004 +041-1.gat,58,64,18,9 monster Red Scorpion 1004,3,100000,30000,Mob041-1::On1004 + + +041-1.gat,0,0,0 script Mob041-1 -1,{ +On1003: + set @mobID, 1003; + callfunc "MobPoints"; + break; + +On1004: + set @mobID, 1004; + callfunc "MobPoints"; + break; + +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + break; + +On1033: + set @mobID, 1033; + callfunc "MobPoints"; + break; + + end; +} diff --git a/world/map/npc/041-1/_warps.txt b/world/map/npc/041-1/_warps.txt new file mode 100644 index 00000000..a7e06dc7 --- /dev/null +++ b/world/map/npc/041-1/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// warps + +041-1.gat,76,95 warp to004-1 1,-1,004-1.gat,68,20 diff --git a/world/map/npc/041-1/tutorial.txt b/world/map/npc/041-1/tutorial.txt new file mode 100644 index 00000000..866bc145 --- /dev/null +++ b/world/map/npc/041-1/tutorial.txt @@ -0,0 +1,9 @@ +// This file is part of the Tutorial +// Author: Jenalya +// if you enter the tutorial area, it is set to be already done + +041-1.gat,33,5,0 script #tutorial 127,1,0{ + set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; + warp "042-1.gat", 17, 80; + end; +} -- cgit v1.2.3-60-g2f50