Vai em data / script / actions / e crie um arquivo.lua e renomeie para nomedaruna.lua
e add
function onUse(cid, item, frompos, item2, topos)
if getPlayerStorageValue(cid, 14725) >= os.time() then return true end
if not isCreature(item2.uid) then return true end
--- configuration by notle
local...