diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-09 11:00:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-09 11:00:49 -0300 |
commit | 8a4bf716002a017de77fe7df301ef8e4aaf00a2e (patch) | |
tree | 4947d0b015baad639fa07133369e9a09c8a468bc /npc/008-2-22 | |
download | serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.gz serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.bz2 serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.xz serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.zip |
Initial commit
Diffstat (limited to 'npc/008-2-22')
-rw-r--r-- | npc/008-2-22/_import.txt | 4 | ||||
-rw-r--r-- | npc/008-2-22/_savepoints.txt | 15 | ||||
-rw-r--r-- | npc/008-2-22/_warps.txt | 3 |
3 files changed, 22 insertions, 0 deletions
diff --git a/npc/008-2-22/_import.txt b/npc/008-2-22/_import.txt new file mode 100644 index 00000000..3be6edbd --- /dev/null +++ b/npc/008-2-22/_import.txt @@ -0,0 +1,4 @@ +// Map 008-2-22: Mages Hut +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/008-2-22/_savepoints.txt", +"npc/008-2-22/_warps.txt", diff --git a/npc/008-2-22/_savepoints.txt b/npc/008-2-22/_savepoints.txt new file mode 100644 index 00000000..1cc5c220 --- /dev/null +++ b/npc/008-2-22/_savepoints.txt @@ -0,0 +1,15 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 008-2-22: Mages Hut saves +008-2-22,26,31,0 script #save_008-2-22_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/008-2-22/_warps.txt b/npc/008-2-22/_warps.txt new file mode 100644 index 00000000..c45099dc --- /dev/null +++ b/npc/008-2-22/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 008-2-22: Mages Hut warps +008-2-22,30,35,0 warp #008-2-22_30_35 0,0,008-1,122,115 |