mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-20 01:03:27 +02:00
Full Distribution
This commit is contained in:
20
data/actions/scripts/nostalrius/19.lua
Normal file
20
data/actions/scripts/nostalrius/19.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
function onUse(player, item, fromPosition, target, toPosition)
|
||||
if item:getId() == 2772 then
|
||||
item:remove()
|
||||
Game.createItem(2126, 1, {x = 32487, y = 31628, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32487, y = 31629, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32488, y = 31629, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32487, y = 31627, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32486, y = 31627, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32486, y = 31628, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32486, y = 31629, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32486, y = 31630, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32487, y = 31630, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32488, y = 31630, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32486, y = 31626, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32487, y = 31626, z = 13})
|
||||
Game.createItem(2126, 1, {x = 32488, y = 31626, z = 13})
|
||||
Game.sendMagicEffect({x = 32488, y = 31628, z = 13}, 3)
|
||||
end
|
||||
return true
|
||||
end
|
Reference in New Issue
Block a user