fix new monsters corpses, new thais temple position and fix grizzly in thais position

This commit is contained in:
ErikasKontenis
2022-07-24 15:32:50 +03:00
parent b0b59cc8be
commit a041827f2a
12 changed files with 185 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
function onStepIn(creature, item, position, fromPosition)
if creature:isPlayer() then
doRelocate(item:getPosition(),{x = 32369, y = 32241, z = 07})
doRelocate(item:getPosition(),{x = 32369, y = 32241, z = 5})
creature:getPlayer():setTown(Town("Thais"))
Game.sendMagicEffect({x = 32369, y = 32241, z = 07}, 13)
Game.sendMagicEffect({x = 32369, y = 32241, z = 5}, 13)
end
end