2020-03-20 00:17:07 +02:00

5 lines
172 B
Lua

function onRemoveItem(item, tileitem, position)
if item:getId() == 3246 then
Position(33145, 32870, 8):sendMonsterSay("Ancient Eye: Be Greeted The Humble One!")
end
end