serpentine tower event almost completed

This commit is contained in:
ErikasKontenis
2020-03-12 20:51:37 +02:00
parent f8de994f4b
commit 5869fba58f
6 changed files with 246 additions and 1 deletions

View 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