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,18 @@
function onStepIn(creature, item, position, fromPosition)
if creature:isPlayer() and Game.isItemThere({x = 32563, y = 31957, z = 01},3114) and Game.isItemThere ({x = 32565, y = 31957, z = 01},3114) and Game.isItemThere ({x = 32567, y = 31957, z = 01},3114) and Game.isItemThere ({x = 32569, y = 31957, z = 01},3114) then
doRelocate(item:getPosition(),{x = 32479, y = 31923, z = 07})
Game.sendMagicEffect({x = 32563, y = 31957, z = 01}, 10)
Game.sendMagicEffect({x = 32565, y = 31957, z = 01}, 10)
Game.sendMagicEffect({x = 32567, y = 31957, z = 01}, 10)
Game.sendMagicEffect({x = 32569, y = 31957, z = 01}, 10)
Game.removeItemOnMap({x = 32563, y = 31957, z = 01}, 3114)
Game.removeItemOnMap({x = 32565, y = 31957, z = 01}, 3114)
Game.removeItemOnMap({x = 32567, y = 31957, z = 01}, 3114)
Game.removeItemOnMap({x = 32569, y = 31957, z = 01}, 3114)
Game.createItem(2121, 1, {x = 32563, y = 31957, z = 01})
Game.createItem(2121, 1, {x = 32565, y = 31957, z = 01})
Game.createItem(2121, 1, {x = 32567, y = 31957, z = 01})
Game.createItem(2121, 1, {x = 32569, y = 31957, z = 01})
Game.sendMagicEffect({x = 32566, y = 31957, z = 01}, 3)
end
end