diff options
author | wushin <pasekei@gmail.com> | 2016-10-12 12:01:49 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-11-24 21:28:52 -0600 |
commit | e7ed1047703ea1eca35d0821e3491a66d79f24a6 (patch) | |
tree | 60a43b0bd42027afb426bd3043dc6392f818baf3 /npc/001-2-1 | |
parent | 01b3347b3ddde80d53380691cb8ba811597be5ea (diff) | |
download | serverdata-e7ed1047703ea1eca35d0821e3491a66d79f24a6.tar.gz serverdata-e7ed1047703ea1eca35d0821e3491a66d79f24a6.tar.bz2 serverdata-e7ed1047703ea1eca35d0821e3491a66d79f24a6.tar.xz serverdata-e7ed1047703ea1eca35d0821e3491a66d79f24a6.zip |
Add auto-gen files in
Diffstat (limited to 'npc/001-2-1')
-rw-r--r-- | npc/001-2-1/_import.txt | 6 | ||||
-rw-r--r-- | npc/001-2-1/_savepoints.txt | 11 | ||||
-rw-r--r-- | npc/001-2-1/_warps.txt | 5 |
3 files changed, 18 insertions, 4 deletions
diff --git a/npc/001-2-1/_import.txt b/npc/001-2-1/_import.txt index 874a15cc..85933242 100644 --- a/npc/001-2-1/_import.txt +++ b/npc/001-2-1/_import.txt @@ -1,3 +1,5 @@ -// Map 001-2-1: Artis, Noble House -"npc/001-2-1/mapflags.txt", +// Map 001-2-1: Noble House +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/001-2-1/_savepoints.txt", "npc/001-2-1/_warps.txt", +"npc/001-2-1/mapflags.txt", diff --git a/npc/001-2-1/_savepoints.txt b/npc/001-2-1/_savepoints.txt new file mode 100644 index 00000000..4b3f1497 --- /dev/null +++ b/npc/001-2-1/_savepoints.txt @@ -0,0 +1,11 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 001-2-1: Noble House saves +001-2-1,27,30,0 script #save_001-2-1_27_30 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} diff --git a/npc/001-2-1/_warps.txt b/npc/001-2-1/_warps.txt index 210d4bff..1189adc7 100644 --- a/npc/001-2-1/_warps.txt +++ b/npc/001-2-1/_warps.txt @@ -1,2 +1,3 @@ -// Map 001-2-1: Artis, Noble House -001-2-1,37,41,0 warp To Artis#001-2-1 0,0,001-1,128,31 +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 001-2-1: Noble House warps +001-2-1,37,41,0 warp #001-2-1_37_41 0,0,001-1,128,31 |