From e896b785935c661319ade424f473f4442e1878eb Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 24 Dec 2008 10:15:56 +0000 Subject: Remove unneeded inventory checks and add fix one --- npc/020-2_Nivalis/furquest.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/020-2_Nivalis/furquest.txt') diff --git a/npc/020-2_Nivalis/furquest.txt b/npc/020-2_Nivalis/furquest.txt index 31538371..67a6eb10 100644 --- a/npc/020-2_Nivalis/furquest.txt +++ b/npc/020-2_Nivalis/furquest.txt @@ -309,8 +309,7 @@ L_State_12: L_State_12_pay: if (zeny < 15000) goto L_State_12_missing; if (countitem(528) < 1) goto L_State_12_missing; - getinventorylist; - if (@inventorylist_count == 100) goto L_TooMany; + // No inventory check needed, as boots are removed, opening a slot set zeny, zeny-15000; delitem 528, 1; getitem 655, 1; -- cgit v1.2.3-70-g09d2