summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/eugene.txt5
-rw-r--r--npc/003-1/lieutenantdausen.txt45
-rw-r--r--npc/003-1/wateranimation.txt5
3 files changed, 45 insertions, 10 deletions
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt
index cfb5e037a..8c6b6fc38 100644
--- a/npc/003-1/eugene.txt
+++ b/npc/003-1/eugene.txt
@@ -1,7 +1,8 @@
-// Evol scripts.
+// TMW2 scripts.
// Authors:
// Reid
// Travolta
+// Saulc
// Description:
// Fishman NPC
// Quest variable:
@@ -14,7 +15,7 @@
003-1,80,127,0 script Eugene NPC_EUGENE,{
.BaitID = SmallTentacles;
- .BaitCount = 10;
+ .BaitCount = 11;
narrator S_LAST_NEXT,
l("You see a raijin boy, sitting on the edge of the dock."),
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 9144aac2d..3d7c6dceb 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -1,7 +1,14 @@
-// Author:
+// TMW2 scripts.
+// Authors:
// Saulc
-
-
+// Description:
+// Help Tulimshar guards
+// Quest variable:
+// TulimsharQuests_Guards
+// Quest stages:
+// 0 - not started
+// 1 - Lieutenant Dausen asked for help Tulimshar guards
+// 2 - completed
003-1,111,84,0 script Lieutenant Dausen NPC_PLAYER,{
@@ -86,11 +93,37 @@ function script CheckGuard {
//CheckEnfant(); // FIXME and everywhere else: Missing Function
}
end;
+
+OnTimer1000:
+ domovestep;
+
OnInit:
- .sex = G_OTHER;
- .distance = 1;
- end;
+ initpath "move", 98, 104,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "move", 84, 100,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "move", 93, 110,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "move", 101, 106,
+ "dir", RIGHT, 0,
+ "wait", 1, 0,
+ "move", 98, 104,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "move", 93, 110,
+ "dir", DOWN, 0,
+ "wait", 1, 0,
+ "move", 111, 109,
+ "dir", DOWN, 0,
+ "wait", 1, 0;
+ initialmove;
+ initnpctimer;
+ .distance = 5;
}
+
003-1,98,121,0 script Guard Defou NPC_GUARD1,{
legiontalk;
end;
diff --git a/npc/003-1/wateranimation.txt b/npc/003-1/wateranimation.txt
index c495e71b8..f99753da9 100644
--- a/npc/003-1/wateranimation.txt
+++ b/npc/003-1/wateranimation.txt
@@ -1,7 +1,8 @@
-// Evol scripts.
+// TMW2 scripts.
// Author:
// gumi
// Reid
+// Saulc
// Description:
// Water animations, splash, fishes, etc...
@@ -12,7 +13,7 @@
OnInit:
.sex = G_OTHER;
- .distance = 5;
+ .distance = 4;
end;
}