summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-23 03:18:48 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-23 03:18:48 -0300
commitf3b9ad8cf747089e600e2c15f34be2df03e22c43 (patch)
tree17081b21e2938a93462fd48f7169adcd74cad8e8 /npc
parent075b4c140f59daf7ac3df2e68f6d452571a71957 (diff)
downloadserverdata-f3b9ad8cf747089e600e2c15f34be2df03e22c43.tar.gz
serverdata-f3b9ad8cf747089e600e2c15f34be2df03e22c43.tar.bz2
serverdata-f3b9ad8cf747089e600e2c15f34be2df03e22c43.tar.xz
serverdata-f3b9ad8cf747089e600e2c15f34be2df03e22c43.zip
Allow female guards, and change guard Youn to Yuna (it was a little too machist)
Diffstat (limited to 'npc')
-rw-r--r--npc/003-1/lieutenantdausen.txt35
1 files changed, 1 insertions, 34 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 945272462..2005aee9d 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -71,15 +71,6 @@ OnInit:
}
-function script CheckGuard {
- .questCheck = .questCheck + 1;
- l("Oh Welcome then.");
- speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("Oh! You found me well played !.");
- narrator("You receive 5 exp.");
- getexp 5,0;
- close;
-}
003-1,98,100,0 script Guard Philip NPC_GUARD1,{
legiontalk;
if (getq(TulimsharQuest_WaterForGuard) == 1)
@@ -178,10 +169,6 @@ OnInit:
}
003-1,58,100,0 script Guard Popaul NPC_GUARD1,{
legiontalk;
- if (getq(TulimsharQuest_WaterForGuard) == 1)
- {
- //CheckGuard(); // TODO: TBD
- }
end;
OnTimer1000:
@@ -216,7 +203,7 @@ OnInit:
.distance = 1;
end;
}
-003-2,41,37,0 script Guard Youn NPC_GUARD1,{
+003-2,41,37,0 script Guard Yuna NPC_GUARD2,{
legiontalk;
end;
OnInit:
@@ -226,10 +213,6 @@ OnInit:
}
003-1,54,52,0 script Guard Maxim NPC_GUARD1,{
legiontalk;
- if (getq(TulimsharQuest_WaterForGuard) == 1)
- {
- //CheckGuard(); // TODO: TBD
- }
end;
OnTimer1000:
@@ -264,10 +247,6 @@ OnInit:
}
003-1,50,36,0 script Guard Totor NPC_GUARD1,{
legiontalk;
- if (getq(TulimsharQuest_WaterForGuard) == 1)
- {
- //CheckGuard(); // TODO: TBD
- }
end;
OnTimer1000:
@@ -292,10 +271,6 @@ OnInit:
}
003-1,53,36,0 script Guard Roukin NPC_GUARD1,{
legiontalk;
- if (getq(TulimsharQuest_WaterForGuard) == 1)
- {
- //CheckGuard(); // TODO: TBD
- }
end;
OnTimer1000:
@@ -335,10 +310,6 @@ OnInit:
}
003-1,35,34,0 script Guard Falko NPC_GUARD1,{
legiontalk;
- if (getq(TulimsharQuest_WaterForGuard) == 1)
- {
- //CheckGuard(); // TODO: TBD
- }
end;
OnTimer1000:
@@ -373,10 +344,6 @@ OnInit:
}
003-1,102,80,0 script Guard Tetric NPC_GUARD1,{
legiontalk;
- if (getq(TulimsharQuest_WaterForGuard) == 1)
- {
- //CheckGuard(); // FIXME and everywhere else: Missing Function
- }
end;
OnTimer1000: