diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-25 11:42:57 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-25 11:42:57 +0000 |
commit | 95f12980263078a51a09fbe9bc76447d9cd7a1fb (patch) | |
tree | cebc0f6a41fb4dda5bf53778398680fdf818c604 /npc | |
parent | 5bf1ac604fd1cf6e8e20930180b8ef23907c9ba0 (diff) | |
download | hercules-95f12980263078a51a09fbe9bc76447d9cd7a1fb.tar.gz hercules-95f12980263078a51a09fbe9bc76447d9cd7a1fb.tar.bz2 hercules-95f12980263078a51a09fbe9bc76447d9cd7a1fb.tar.xz hercules-95f12980263078a51a09fbe9bc76447d9cd7a1fb.zip |
Little correction on Assassin Job Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8479 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1/assassin.txt | 6 |
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.....";
|