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/santa.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/santa.txt')
-rw-r--r-- | world/map/npc/xmas/2012/santa.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/xmas/2012/santa.txt b/world/map/npc/xmas/2012/santa.txt index 203e00d5..d79dff86 100644 --- a/world/map/npc/xmas/2012/santa.txt +++ b/world/map/npc/xmas/2012/santa.txt @@ -46,6 +46,7 @@ L_Talisman: "I'll go and get them.", L_Close; if ((countitem("BatWing") < $@xmas2012_bat_wing_amount) || (countitem("RawTalisman") < 1)) goto L_NoItem; + getinventorylist; if ((checkweight("FlightTalisman", 1) == 0) || (@inventorylist_count == 100)) goto L_Inventory; misceffect sfx_magic_transmute; |