summaryrefslogtreecommitdiff
path: root/npc/jobs/2-1/assassin.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-03 07:38:23 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-03 07:38:23 +0000
commit6529cd23af59110bef70f26dc9f1a1b9eb11e488 (patch)
tree3ecfd92cfeb4b778b7b98ada9d960e08e9b0d38c /npc/jobs/2-1/assassin.txt
parent3286a16fe958ce6aa85ddb07958aca9e2467efac (diff)
downloadhercules-6529cd23af59110bef70f26dc9f1a1b9eb11e488.tar.gz
hercules-6529cd23af59110bef70f26dc9f1a1b9eb11e488.tar.bz2
hercules-6529cd23af59110bef70f26dc9f1a1b9eb11e488.tar.xz
hercules-6529cd23af59110bef70f26dc9f1a1b9eb11e488.zip
fixed Job Assassin Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8922 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1/assassin.txt')
-rw-r--r--npc/jobs/2-1/assassin.txt21
1 files changed, 12 insertions, 9 deletions
diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt
index 3031d0545..0af3aa114 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.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;