diff options
author | Micksha <ms-shaman@gmx.de> | 2020-04-09 07:44:46 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2020-04-09 07:44:46 +0000 |
commit | 1136be2fb8138c7bb10f60aff0b5005892a15754 (patch) | |
tree | 8b01b9d28a151afe0aa6e5531a596eb98e3f440d /npc/012-2-7 | |
parent | 0e353fea5c8f81496ec733ee05e6fee5d78c70da (diff) | |
download | serverdata-1136be2fb8138c7bb10f60aff0b5005892a15754.tar.gz serverdata-1136be2fb8138c7bb10f60aff0b5005892a15754.tar.bz2 serverdata-1136be2fb8138c7bb10f60aff0b5005892a15754.tar.xz serverdata-1136be2fb8138c7bb10f60aff0b5005892a15754.zip |
initial commit for Candor: outdoor map, indoor maps, placeholder NPCs (many placeholder scripts still missing, existing ones corrupt)
Diffstat (limited to 'npc/012-2-7')
-rw-r--r-- | npc/012-2-7/_import.txt | 4 | ||||
-rw-r--r-- | npc/012-2-7/_savepoints.txt | 15 | ||||
-rw-r--r-- | npc/012-2-7/_warps.txt | 3 |
3 files changed, 22 insertions, 0 deletions
diff --git a/npc/012-2-7/_import.txt b/npc/012-2-7/_import.txt new file mode 100644 index 00000000..fe642729 --- /dev/null +++ b/npc/012-2-7/_import.txt @@ -0,0 +1,4 @@ +// Map 012-2-7: Small House +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/012-2-7/_savepoints.txt", +"npc/012-2-7/_warps.txt", diff --git a/npc/012-2-7/_savepoints.txt b/npc/012-2-7/_savepoints.txt new file mode 100644 index 00000000..0230a227 --- /dev/null +++ b/npc/012-2-7/_savepoints.txt @@ -0,0 +1,15 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 012-2-7: Small House saves +012-2-7,26,31,0 script #save_012-2-7_26_31 NPC_SAVE_POINT,0,0,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; + +OnTouch: + bedTouch(); + end; +} diff --git a/npc/012-2-7/_warps.txt b/npc/012-2-7/_warps.txt new file mode 100644 index 00000000..29b5aab2 --- /dev/null +++ b/npc/012-2-7/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 012-2-7: Small House warps +012-2-7,30,35,0 warp #012-2-7_30_35 0,0,012-1,51,94 |