mirror of
https://github.com/opentibiabr/canary
synced 2026-08-16 06:26:09 -04:00
9 lines
223 B
Lua
9 lines
223 B
Lua
local forge = Action()
|
|
|
|
function forge.onUse(player, item, fromPosition, target, toPosition, isHotkey)
|
|
player:openForge()
|
|
return true
|
|
end
|
|
|
|
forge:id(37122, 37128, 37129, 37131, 37132, 37133, 37153, 37157)
|
|
forge:register()
|