diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-06 20:36:06 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-06 20:36:06 +0100 |
commit | b3bf92fd561ef1a9514841817c94b1060dc7063b (patch) | |
tree | 04f609931e6b0759933b7f2dbe07deeb4d7aa933 /npc/002-1 | |
parent | 1560b9cf44b6611de6853f5f4d0bafe9d70be948 (diff) | |
download | serverdata-b3bf92fd561ef1a9514841817c94b1060dc7063b.tar.gz serverdata-b3bf92fd561ef1a9514841817c94b1060dc7063b.tar.bz2 serverdata-b3bf92fd561ef1a9514841817c94b1060dc7063b.tar.xz serverdata-b3bf92fd561ef1a9514841817c94b1060dc7063b.zip |
add map 002-1
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/_import.txt | 5 | ||||
-rw-r--r-- | npc/002-1/_mobs.txt | 4 | ||||
-rw-r--r-- | npc/002-1/_savepoints.txt | 56 | ||||
-rw-r--r-- | npc/002-1/_warps.txt | 3 |
4 files changed, 67 insertions, 1 deletions
diff --git a/npc/002-1/_import.txt b/npc/002-1/_import.txt index 1719d4e56..7812ced5f 100644 --- a/npc/002-1/_import.txt +++ b/npc/002-1/_import.txt @@ -1,2 +1,5 @@ -// Map 002-1: Tulimshar South +// Map 002-1: Second Deck // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/002-1/_mobs.txt", +"npc/002-1/_savepoints.txt", +"npc/002-1/_warps.txt", diff --git a/npc/002-1/_mobs.txt b/npc/002-1/_mobs.txt new file mode 100644 index 000000000..d61678b25 --- /dev/null +++ b/npc/002-1/_mobs.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 002-1: Second Deck mobs +002-1,52,32,21,9 monster Piou 1002,3,30000,20000 +002-1,27,31,1,3 monster Maggot 1030,1,30000,20000 diff --git a/npc/002-1/_savepoints.txt b/npc/002-1/_savepoints.txt new file mode 100644 index 000000000..f7c5ae4f3 --- /dev/null +++ b/npc/002-1/_savepoints.txt @@ -0,0 +1,56 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 002-1: Second Deck saves +002-1,40,37,0 script #save_002-1_40_37 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +002-1,46,37,0 script #save_002-1_46_37 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +002-1,55,40,0 script #save_002-1_55_40 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +002-1,46,25,0 script #save_002-1_46_25 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +002-1,40,25,0 script #save_002-1_40_25 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +002-1,40,27,0 script #save_002-1_40_27 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} diff --git a/npc/002-1/_warps.txt b/npc/002-1/_warps.txt new file mode 100644 index 000000000..76473f7bf --- /dev/null +++ b/npc/002-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 002-1: Second Deck warps +002-1,72,30,0 warp #002-1_72_30 0,0,005-2,31,26 |