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
233 B
Lua
9 lines
233 B
Lua
local waterPipe = Action()
|
|
|
|
function waterPipe.onUse(player, item, fromPosition, target, toPosition, isHotkey)
|
|
item:getPosition():sendMagicEffect(CONST_ME_POFF)
|
|
return true
|
|
end
|
|
|
|
waterPipe:id(2974, 2980, 21323)
|
|
waterPipe:register()
|