diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-12-24 10:15:56 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-12-24 10:15:56 +0000 |
commit | e896b785935c661319ade424f473f4442e1878eb (patch) | |
tree | 671677480a757728b73a98a0242d78c44878c2fb /npc/020-2_Nivalis | |
parent | f6da63ee431c417d9a885e87af3637f4aff4156b (diff) | |
download | serverdata-e896b785935c661319ade424f473f4442e1878eb.tar.gz serverdata-e896b785935c661319ade424f473f4442e1878eb.tar.bz2 serverdata-e896b785935c661319ade424f473f4442e1878eb.tar.xz serverdata-e896b785935c661319ade424f473f4442e1878eb.zip |
Remove unneeded inventory checks and add fix one
Diffstat (limited to 'npc/020-2_Nivalis')
-rw-r--r-- | npc/020-2_Nivalis/furquest.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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; |