summaryrefslogtreecommitdiff
path: root/world/map/npc/xmas/2012/helpersSaddleRug.txt
diff options
context:
space:
mode:
authoro11c <b.r.longbons@gmail.com>2013-10-01 11:59:36 -0700
committero11c <b.r.longbons@gmail.com>2013-10-01 11:59:36 -0700
commitcace5caccdd3a4cdf245adeb6f20145db2ad7707 (patch)
tree5df022f73d43e3efdf738f1ab0d5c76dcec36aa7 /world/map/npc/xmas/2012/helpersSaddleRug.txt
parent410fa54908f4a4de6800a12de370a46ebb35629a (diff)
parent43e8ac00eb23c62a5f97b7a45c94831426b5ba06 (diff)
downloadserverdata-cace5caccdd3a4cdf245adeb6f20145db2ad7707.tar.gz
serverdata-cace5caccdd3a4cdf245adeb6f20145db2ad7707.tar.bz2
serverdata-cace5caccdd3a4cdf245adeb6f20145db2ad7707.tar.xz
serverdata-cace5caccdd3a4cdf245adeb6f20145db2ad7707.zip
Merge pull request #35 from tux9th/master
Fixing issues in NPC Scripts:
Diffstat (limited to 'world/map/npc/xmas/2012/helpersSaddleRug.txt')
-rw-r--r--world/map/npc/xmas/2012/helpersSaddleRug.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/world/map/npc/xmas/2012/helpersSaddleRug.txt b/world/map/npc/xmas/2012/helpersSaddleRug.txt
index 1673e136..fb3db9d4 100644
--- a/world/map/npc/xmas/2012/helpersSaddleRug.txt
+++ b/world/map/npc/xmas/2012/helpersSaddleRug.txt
@@ -34,6 +34,7 @@
if (countitem("CottonCloth") < $@xmas2012_cotton_cloth_amount)
goto L_NoItem;
+ getinventorylist;
if ((checkweight("WhiteBlanket", 1) == 0) || (@inventorylist_count == 100))
goto L_Inventory;
delitem "CottonCloth", $@xmas2012_cotton_cloth_amount;
@@ -122,6 +123,7 @@ L_Close:
if ((countitem("WhiteBlanket") < 1) || (countitem("WhiteFur") < $@xmas2012_fluffy_fur_amount))
goto L_NoItem;
+ getinventorylist;
if ((checkweight("WhiteSaddleRug", 1) == 0) || (@inventorylist_count == 100))
goto L_Inventory;
delitem "WhiteFur", $@xmas2012_fluffy_fur_amount;
@@ -221,6 +223,7 @@ L_Close:
if ((countitem("RedDye") < $@xmas2012_red_dye_amount) || (countitem("WhiteSaddleRug") < 1))
goto L_NoItem;
+ getinventorylist;
if ((checkweight("RedSaddleRug", 1) == 0) || (@inventorylist_count == 100))
goto L_Inventory;
delitem "RedDye", $@xmas2012_red_dye_amount;