diff options
author | tux9th <mr.x@aon.at> | 2013-09-30 21:38:14 +0200 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-09-30 21:38:14 +0200 |
commit | 43e8ac00eb23c62a5f97b7a45c94831426b5ba06 (patch) | |
tree | 0b9140fff76952e83510d50232d53934c2b2eb2c /world/map/npc/xmas/2012/helpersTalisman.txt | |
parent | 0fb50c8cd60f764f5d4e89bb789056e56d666af0 (diff) | |
download | serverdata-43e8ac00eb23c62a5f97b7a45c94831426b5ba06.tar.gz serverdata-43e8ac00eb23c62a5f97b7a45c94831426b5ba06.tar.bz2 serverdata-43e8ac00eb23c62a5f97b7a45c94831426b5ba06.tar.xz serverdata-43e8ac00eb23c62a5f97b7a45c94831426b5ba06.zip |
Fixing issues in NPC Scripts:
* Kylian now counts weight and amount of items correctly
* Xmas2012 NPCs now count amount of items correctly.
Diffstat (limited to 'world/map/npc/xmas/2012/helpersTalisman.txt')
-rw-r--r-- | world/map/npc/xmas/2012/helpersTalisman.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/xmas/2012/helpersTalisman.txt b/world/map/npc/xmas/2012/helpersTalisman.txt index 8c69dda3..09d81d4c 100644 --- a/world/map/npc/xmas/2012/helpersTalisman.txt +++ b/world/map/npc/xmas/2012/helpersTalisman.txt @@ -120,6 +120,7 @@ L_Close: "Ok, I'll get that.", L_Close; if (countitem("RawLog") < $@xmas2012_raw_log_amount) goto L_NoItem; + getinventorylist; if ((checkweight("RawTalisman", 1) == 0) || (@inventorylist_count == 100)) goto L_Inventory; delitem "RawLog", $@xmas2012_raw_log_amount; |