mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
serpentine tower event almost completed
This commit is contained in:
14
data/movements/scripts/misc/serpentine_tower_hole.lua
Normal file
14
data/movements/scripts/misc/serpentine_tower_hole.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
function onAddItem(item, tileitem, position)
|
||||
if item:getId() == 5898 then
|
||||
tileitem:getPosition():sendMonsterSay("MORE! MORE!")
|
||||
item:remove(-1)
|
||||
return true
|
||||
elseif item:getId() == 5776 then
|
||||
tileitem:getPosition():sendMonsterSay("OHHH! WILL USE IT LATER!")
|
||||
item:remove(-1)
|
||||
return true
|
||||
end
|
||||
|
||||
tileitem:getPosition():sendMonsterSay("I WANT EYES!")
|
||||
item:remove(-1)
|
||||
end
|
Reference in New Issue
Block a user