diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-13 20:50:42 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-13 20:50:42 +0100 |
commit | 20df2abc1aca00d6aa5dc78347133890f36b32f3 (patch) | |
tree | 4ad4a8bb8b0605473a702e314799a4626347721a /npc/000-2-4 | |
download | serverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.tar.gz serverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.tar.bz2 serverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.tar.xz serverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.zip |
Initial commit
Diffstat (limited to 'npc/000-2-4')
-rw-r--r-- | npc/000-2-4/_import.txt | 6 | ||||
-rw-r--r-- | npc/000-2-4/_mobs.txt | 3 | ||||
-rw-r--r-- | npc/000-2-4/_warps.txt | 3 | ||||
-rw-r--r-- | npc/000-2-4/alige.txt | 39 | ||||
-rw-r--r-- | npc/000-2-4/mapflags.txt | 1 |
5 files changed, 52 insertions, 0 deletions
diff --git a/npc/000-2-4/_import.txt b/npc/000-2-4/_import.txt new file mode 100644 index 000000000..579e400ac --- /dev/null +++ b/npc/000-2-4/_import.txt @@ -0,0 +1,6 @@ +// Map 000-2-4: Alige's Hiding Place +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/000-2-4/_mobs.txt", +"npc/000-2-4/_warps.txt", +"npc/000-2-4/alige.txt", +"npc/000-2-4/mapflags.txt", diff --git a/npc/000-2-4/_mobs.txt b/npc/000-2-4/_mobs.txt new file mode 100644 index 000000000..56230670e --- /dev/null +++ b/npc/000-2-4/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 000-2-4: Alige's Hiding Place mobs +000-2-4,30,30,1,1 monster Cuco 1020,1,80000,90000 diff --git a/npc/000-2-4/_warps.txt b/npc/000-2-4/_warps.txt new file mode 100644 index 000000000..adfe94409 --- /dev/null +++ b/npc/000-2-4/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 000-2-4: Alige's Hiding Place warps +000-2-4,41,30,0 warp #000-2-4_41_30 0,0,000-2-2,25,31 diff --git a/npc/000-2-4/alige.txt b/npc/000-2-4/alige.txt new file mode 100644 index 000000000..fbfb79eeb --- /dev/null +++ b/npc/000-2-4/alige.txt @@ -0,0 +1,39 @@ +// Evol scripts. +// Authors: +// Reid +// Travolta + +000-2-4,38,22,0 script Alige#000-2-4 NPC_ALIGE_BARREL,2,2,{ + npctalk3 l("Protect me, please..."); + end; + +OnTouch: + .dir = LEFT; + stopnpctimer; + initnpctimer; + end; + +OnUnTouch: + .dir = UP; + stopnpctimer; + initnpctimer; + end; + +OnTimer190: + switch (.dir) + { + case UP: + .dir = DOWN; + break; + case LEFT: + .dir = RIGHT; + break; + } + stopnpctimer; + end; + +OnInit: + .sex = G_MALE; + .distance = 2; + end; +} diff --git a/npc/000-2-4/mapflags.txt b/npc/000-2-4/mapflags.txt new file mode 100644 index 000000000..9c0339379 --- /dev/null +++ b/npc/000-2-4/mapflags.txt @@ -0,0 +1 @@ +000-2-4 mapflag nosave 000-2-1,50,38 |