mirror of
https://github.com/opentibiabr/canary
synced 2026-08-16 06:26:09 -04:00
8 lines
217 B
Lua
8 lines
217 B
Lua
local rope = Action()
|
|
|
|
function rope.onUse(player, item, fromPosition, target, toPosition, isHotkey)
|
|
return onUseRope(player, item, fromPosition, target, toPosition, isHotkey)
|
|
end
|
|
|
|
rope:id(3003, 646)
|
|
rope:register()
|