Bläddra i källkod

Little correction on Assassin Job Quest

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8479 54d463be-8e91-2dee-dedb-b68131a5f0ec
toms 19 år sedan
förälder
incheckning
87ef9cb9a4
2 ändrade filer med 6 tillägg och 2 borttagningar
  1. 2 0
      npc/Changelog.txt
  2. 4 2
      npc/jobs/2-1/assassin.txt

+ 2 - 0
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]

+ 4 - 2
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.....";