summaryrefslogtreecommitdiff
path: root/npc/jobs/2-1/assassin.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-14 08:53:30 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-14 08:53:30 +0000
commit90d223ca0c9123f96f728e4553ef82fab2d93124 (patch)
tree5b3bd3a432dfb77940cf47de60b9d04144b0e93e /npc/jobs/2-1/assassin.txt
parent5cdcd6c49aa88f9146698d2b03dcb48dada99e7f (diff)
downloadhercules-90d223ca0c9123f96f728e4553ef82fab2d93124.tar.gz
hercules-90d223ca0c9123f96f728e4553ef82fab2d93124.tar.bz2
hercules-90d223ca0c9123f96f728e4553ef82fab2d93124.tar.xz
hercules-90d223ca0c9123f96f728e4553ef82fab2d93124.zip
fixed nameless npc - assassin job quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8985 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1/assassin.txt')
-rw-r--r--npc/jobs/2-1/assassin.txt18
1 files changed, 5 insertions, 13 deletions
diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt
index 0af3aa114..7270ef617 100644
--- a/npc/jobs/2-1/assassin.txt
+++ b/npc/jobs/2-1/assassin.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88
//===== Current Version: =====================================
-//= 2.3t
+//= 2.4
//===== Compatible With: =====================================
//= eAthena RC4
//===== Description: =========================================
@@ -30,7 +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]
+//= 2.4 Fixed skipping of Nameless NPC [Lupus]
//============================================================
@@ -533,22 +533,14 @@ sF_Quiz:
// First Test
//****************************************************************************//
-// ----------------------------------------------------------------
-// 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;
-//}
-
// Namelss One ====================================================
in_moc_16.gat,19,150,1 script Nameless One 139,8,6,{
OnTouch:
if(ASSIN_Q > 1) end;
-//OnTimer700:
+ warp "in_moc_16.gat",19,142;
+ sleep2 700;
+
if(ASSIN_Q == 1) goto L_ReTest;
set @LISTEN, 0;