mirror of
https://github.com/opentibiabr/canary
synced 2026-08-16 06:26:09 -04:00
Removing several duplicate scripts and adjusting the logic of others. Also added missing achievements.
9 lines
286 B
Lua
9 lines
286 B
Lua
local watch = Action()
|
|
|
|
function watch.onUse(player, item, fromPosition, target, toPosition, isHotkey)
|
|
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "The time is " .. getFormattedWorldTime() .. ".")
|
|
return true
|
|
end
|
|
|
|
watch:id(2445, 2446, 2447, 2448, 2906, 2771, 6091)
|
|
watch:register()
|