mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 17:49:20 +02:00
8 lines
304 B
Lua
8 lines
304 B
Lua
function onStepIn(creature, item, position, fromPosition)
|
|
if creature:isPlayer() and creature:getPlayer():getStorageValue(293) == 7 then
|
|
creature:getPlayer():setStorageValue(296,1)
|
|
item:getPosition():sendMagicEffect(13)
|
|
item:getPosition():sendMonsterSay("!-! -O- I_I (/( --I Morgathla")
|
|
end
|
|
end
|