summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/jobs/2-1/assassin.txt6
2 files changed, 6 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index f3abf8e8f..c45709b73 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -32,6 +32,8 @@ Playtester
Date Added
======
+08/25
+ * Little correction on Assassin Job Quest [Toms]
08/24
* Various fixes on Headgear 2006 quests [Playtester]
* Updated Treasure Chests Numver formula to the Aegis one: Economic/5+4 [Lupus]
diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt
index ed95468e8..3031d0545 100644
--- a/npc/jobs/2-1/assassin.txt
+++ b/npc/jobs/2-1/assassin.txt
@@ -28,6 +28,8 @@
//= 2.0 Changed numbers to constants. [Vicious]
//= 2.1 Removed Duplicates [Silent]
//= 2.2 Merged back JFunc. Fixed missing dialogue [Lupus]
+//= 2.3 Fixed typo and change Nameless addtimer to 100 (with 700ms I
+//= was still able to bypass it) [Toms]
//============================================================
@@ -536,7 +538,7 @@ sF_Quiz:
in_moc_16.gat,19,144,1 script getbacker 139,8,0,{
if(ASSIN_Q > 1) end;
warp "in_moc_16.gat",19,142;
- addtimer 700, "Nameless One::OnTimer700";
+ addtimer 100, "Nameless One::OnTimer700";
end;
}
@@ -549,7 +551,7 @@ OnTimer700:
mes "[Nameless One]";
mes "Welcome, my guest. Muhahaha!!!...... There is no use in trying to find me for I am perfectly hidden!";
- mes "The ability to beome totaly hidden is the TRADEMARK of a GREAT Assassin!!";
+ mes "The ability to become totaly hidden is the TRADEMARK of a GREAT Assassin!!";
next;
mes "[Nameless One]";
mes "Huh? Why don't I have a name? Muhahahahaha!!!... The better question to ask is why am I hidden.....";