mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-02 10:39:20 +02:00
5 lines
172 B
Lua
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 |