mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 14:44:55 +02:00
Full Distribution
This commit is contained in:
12
data/movements/scripts/nostalrius/198.lua
Normal file
12
data/movements/scripts/nostalrius/198.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
if creature:isPlayer() then
|
||||
doRelocate(item:getPosition(),{x = 33213, y = 32454, z = 01})
|
||||
creature:getPlayer():setTown(Town("Darashia"))
|
||||
Game.sendMagicEffect({x = 33213, y = 32454, z = 01}, 13)
|
||||
end
|
||||
end
|
||||
|
||||
function onAddItem(item, tileitem, position)
|
||||
doRelocate(item:getPosition(),{x = 33212, y = 32455, z = 02})
|
||||
Game.sendMagicEffect({x = 33212, y = 32455, z = 02}, 14)
|
||||
end
|
Reference in New Issue
Block a user