ソースを参照

fixed Job Assassin Quest

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8922 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 18 年 前
コミット
a46f95df67
2 ファイル変更14 行追加9 行削除
  1. 2 0
      npc/Changelog.txt
  2. 12 9
      npc/jobs/2-1/assassin.txt

+ 2 - 0
npc/Changelog.txt

@@ -29,6 +29,8 @@ Playtester
 
 Date		Added
 ======
+10/03
+	* Fixed Assassin Job Quest: Timer bug / NPC bypass exploit [Lupus]
 10/01
 	* Removed some duplicate Rachel warps [Playtester]
 09/28	

+ 12 - 9
npc/jobs/2-1/assassin.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= kobra_k88
 //===== Current Version: ===================================== 
-//= 2.2
+//= 2.3t
 //===== Compatible With: ===================================== 
 //= eAthena RC4
 //===== Description: ========================================= 
@@ -30,6 +30,7 @@
 //= 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]
+//= 2.3t Temp fix of: bypassing NPC and timer bug [Lupus]
 //============================================================ 
 
 
@@ -535,17 +536,19 @@ sF_Quiz:
 // ----------------------------------------------------------------
 // Keeps the player from moving to far into the room.
 // This is to avoid cheaters who might try to take Bakardi's test first.
-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 100, "Nameless One::OnTimer700";
-	end;
-}
+//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 100, "Nameless One::OnTimer700";
+//	end;
+//}
 
 // Namelss One ====================================================
-in_moc_16.gat,19,150,1	script	Nameless One	139,{
+in_moc_16.gat,19,150,1	script	Nameless One	139,8,6,{
+OnTouch:
+	if(ASSIN_Q > 1) end;
 
-OnTimer700:
+//OnTimer700:
 	if(ASSIN_Q == 1) goto L_ReTest;
 	set @LISTEN, 0;