From fbb81691726534020038e2e677c2d40d92d32fd9 Mon Sep 17 00:00:00 2001 From: DZeroX Date: Fri, 11 Apr 2008 17:26:55 +0000 Subject: [PATCH] - Fixed Rogue Job Quest not checking for all items correctly. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12567 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2/rogue.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/jobs/2-2/rogue.txt b/npc/jobs/2-2/rogue.txt index 62ebca1fc8..42f90f480c 100644 --- a/npc/jobs/2-2/rogue.txt +++ b/npc/jobs/2-2/rogue.txt @@ -928,7 +928,7 @@ S_Req: S_CheckItems: - if (Zeny > 99999 || countitem(getarg(0)) >= getarg(1) || countitem(getarg(2)) >= getarg(3) || countitem(getarg(4)) >= getarg(5) || countitem(getarg(6)) >= getarg(7)) { + if (Zeny > 99999 && countitem(getarg(0)) >= getarg(1) && countitem(getarg(2)) >= getarg(3) && countitem(getarg(4)) >= getarg(5) && countitem(getarg(6)) >= getarg(7)) { mes "[Mr. Smith]"; mes "Okay, we've got the application fee, ^FF000010,000 zeny^000000, "+getarg(1)+" "+getitemname(getarg(0))+", "+getarg(3)+" "+getitemname(getarg(2))+", "+getarg(5)+" "+getitemname(getarg(4))+" and "+getarg(7)+" "+getitemname(getarg(6))+"..."; set zeny,zeny-10000;