summaryrefslogtreecommitdiff
path: root/npc/003-1/lieutenantdausen.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-18 16:08:46 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-18 16:08:46 -0300
commitcaaf72d2b6a1a3f0c74d2ed8c7b86fc91e6a1c99 (patch)
tree7fdb7104373b80a2706ce47994cfb6b219e898d3 /npc/003-1/lieutenantdausen.txt
parentecb256f894f1039ebe6e8232133c3fdbf67c462e (diff)
downloadserverdata-caaf72d2b6a1a3f0c74d2ed8c7b86fc91e6a1c99.tar.gz
serverdata-caaf72d2b6a1a3f0c74d2ed8c7b86fc91e6a1c99.tar.bz2
serverdata-caaf72d2b6a1a3f0c74d2ed8c7b86fc91e6a1c99.tar.xz
serverdata-caaf72d2b6a1a3f0c74d2ed8c7b86fc91e6a1c99.zip
Follow-up to Lieutenant Dausen
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r--npc/003-1/lieutenantdausen.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 85db28f65..26276baf2 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -61,12 +61,12 @@
L_InProgress:
mesn;
- mesq l("Pleace help my crew!");
+ mesq l("Please help my wards!");
return;
L_Reward:
mesn;
- mesq l("Thank you, there is your reward.");
+ mesq l("Thank you, here is your reward.");
inventoryplace Boots, 1, TulimsharGuardCard, 1;
getitem Boots, 1;
@@ -75,8 +75,8 @@
speech S_LAST_NEXT,
l("Wait a minute..."),
- l("Tulimshar guards needs an free-lance employee who would help us in our work. We are searching such people as you."),
- l("Take this badge and you can get access to the guards house. You would find more work there. Bye and good luck!");
+ l("The Tulimshar guards needs an freelance employee who would help us in our work. We are searching for people as you."),
+ l("Take this badge, so you can get access to the guard house. You will find more work there. Bye, and good luck!");
getitem TulimsharGuardCard, 1;
@@ -454,7 +454,7 @@ OnInit:
end;
OnInit:
.sex = G_OTHER;
- .distance = 1;
+ .distance = 3;
end;
}
003-1,102,121,0 script Guard Avou NPC_GUARD1,{
@@ -462,7 +462,7 @@ OnInit:
end;
OnInit:
.sex = G_OTHER;
- .distance = 1;
+ .distance = 3;
end;
}
003-1,58,158,0 script Guard Benji NPC_GUARD1,{
@@ -486,7 +486,7 @@ OnInit:
end;
OnInit:
.sex = G_OTHER;
- .distance = 1;
+ .distance = 3;
end;
}
003-1,58,128,0 script Guard Moustacha NPC_GUARD1,{
@@ -494,7 +494,7 @@ OnInit:
end;
OnInit:
.sex = G_OTHER;
- .distance = 1;
+ .distance = 3;
end;
}
003-1,58,100,0 script Guard Popaul NPC_GUARD1,{
@@ -530,15 +530,15 @@ OnInit:
end;
OnInit:
.sex = G_OTHER;
- .distance = 1;
+ .distance = 3;
end;
}
003-2,41,37,0 script Guard Yuna NPC_GUARD2,{
GuardHandler(9);
end;
OnInit:
- .sex = G_OTHER;
- .distance = 1;
+ .sex = G_FEMALE;
+ .distance = 3;
end;
}
003-1,54,52,0 script Guard Maxim NPC_GUARD1,{
@@ -661,7 +661,7 @@ OnInit:
end;
OnInit:
.sex = G_OTHER;
- .distance = 1;
+ .distance = 3;
end;
}
003-1,111,101,0 script Guard Froma NPC_GUARD1,{
@@ -669,7 +669,7 @@ OnInit:
end;
OnInit:
.sex = G_OTHER;
- .distance = 1;
+ .distance = 3;
end;
}
003-1,102,80,0 script Guard Tetric NPC_GUARD1,{
@@ -728,6 +728,6 @@ OnInit:
end;
OnInit:
.sex = G_OTHER;
- .distance = 1;
+ .distance = 3;
end;
}