From 33d510fd5052e8df7c530abf313b6bc8391d1d5b Mon Sep 17 00:00:00 2001 From: DZeroX Date: Fri, 11 Apr 2008 17:26:55 +0000 Subject: - Fixed Rogue Job Quest not checking for all items correctly. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12567 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2/rogue.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/jobs/2-2') diff --git a/npc/jobs/2-2/rogue.txt b/npc/jobs/2-2/rogue.txt index 62ebca1fc..42f90f480 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; -- cgit v1.2.3-60-g2f50