Full Distribution

This commit is contained in:
rasanpedromujica
2019-01-16 17:16:38 -05:00
commit 009a571331
1258 changed files with 185603 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
function onStepIn(creature, item, position, fromPosition)
if creature:isPlayer() and Game.isItemThere({x = 32592, y = 31787, z = 04},3695) and creature:getPlayer():getStorageValue(45) < 1 then
Game.removeItemOnMap({x = 32592, y = 31787, z = 04}, 3695)
Game.sendMagicEffect({x = 32592, y = 31787, z = 04}, 15)
doRelocate({x = 32592, y = 31787, z = 04},{x = 32593, y = 31787, z = 04})
Game.createItem(3696, 1, {x = 32592, y = 31787, z = 04})
end
end