diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-10 21:59:47 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-10 21:59:47 +0100 |
commit | 1c317a4bdb9e834b19661b7a2c5a000e3f9c57c4 (patch) | |
tree | 8ff56f88167717b5fea509102c13b68a21707ac0 /npc | |
parent | 6eb3add1aad3d61e8e3ec0ffccb2d309ddb5e388 (diff) | |
download | serverdata-1c317a4bdb9e834b19661b7a2c5a000e3f9c57c4.tar.gz serverdata-1c317a4bdb9e834b19661b7a2c5a000e3f9c57c4.tar.bz2 serverdata-1c317a4bdb9e834b19661b7a2c5a000e3f9c57c4.tar.xz serverdata-1c317a4bdb9e834b19661b7a2c5a000e3f9c57c4.zip |
add 004-1
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 54 | ||||
-rw-r--r-- | npc/004-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
3 files changed, 53 insertions, 4 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index cbd463543..397c1abf3 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -264,12 +264,58 @@ OnInit: end;
}
003-1,102,80,0 script Guard Tetric NPC_GUARD1,{
- legiontalk;
+ if (getq(CandorQuest_HAS) == 1)
+ {
+ //CheckEnfant(); // FIXME and everywhere else: Missing Function
+ }
end;
+
+OnTimer1000:
+ domovestep;
+
OnInit:
- .sex = G_OTHER;
- .distance = 1;
- end;
+ initpath "move", 110, 84,
+ "dir", RIGHT, 0,
+ "wait", 1, 0,
+ "move", 110, 101,
+ "dir", RIGHT, 0,
+ "wait", 0, 0,
+ "move", 99, 121,
+ "dir", LEFT, 0,
+ "wait", 1, 0,
+ "move", 89, 136,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "move", 65, 152,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "move", 71, 139,
+ "dir", RIGHT, 0,
+ "wait", 1, 0,
+ "move", 59, 128,
+ "dir", LEFT, 0,
+ "wait", 1, 0,
+ "move", 47, 79,
+ "dir", LEFT, 0,
+ "wait", 1, 0,
+ "move", 80, 73,
+ "dir", RIGHT, 0,
+ "wait", 1, 0,
+ "move", 53, 52,
+ "dir", RIGHT, 0,
+ "wait", 1, 0,
+ "move", 52, 37,
+ "dir", RIGHT, 0,
+ "wait", 1, 0,
+ "move", 35, 35,
+ "dir", RIGHT, 0,
+ "wait", 1, 0,
+ "move", 62, 105,
+ "dir", DOWN, 0,
+ "wait", 1, 0;
+ initialmove;
+ initnpctimer;
+ .distance = 5;
}
003-1,107,80,0 script Guard Biscop NPC_GUARD1,{
legiontalk;
diff --git a/npc/004-1/_import.txt b/npc/004-1/_import.txt new file mode 100644 index 000000000..5faddb3c5 --- /dev/null +++ b/npc/004-1/_import.txt @@ -0,0 +1,2 @@ +// Map 004-1: Tulimshar South +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/_import.txt b/npc/_import.txt index 2e960517e..098e7b4b0 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -74,6 +74,7 @@ @include "npc/003-6/_import.txt" @include "npc/003-7/_import.txt" @include "npc/003-8/_import.txt" +@include "npc/004-1/_import.txt" @include "npc/005-1/_import.txt" @include "npc/005-2/_import.txt" @include "npc/005-3/_import.txt" |