mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 14:44:55 +02:00
Full Distribution
This commit is contained in:
6
data/movements/scripts/nostalrius/16.lua
Normal file
6
data/movements/scripts/nostalrius/16.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
if creature:isPlayer() and not Game.isItemThere({x = 32259, y = 31891, z = 10}, 2129) then
|
||||
doRelocate({x = 32259, y = 31891, z = 10},{x = 32259, y = 31892, z = 10})
|
||||
Game.createItem(2129, 1, {x = 32259, y = 31891, z = 10})
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user