Ja q o the taker me tesourou e bem no dia q peguei animo de fazer (fazia 1 mês ate falei pro soulblaster )
vou pega a ideia dele e só troca os ids pra fika igual no tibia rl
ta ai
em actions/scripts
adiciona
goldfish.lua
--Bowl by the taker and ta4e--function onUse(cid, item, frompos, item2, topos)
if item.itemid == 5928 then
if item2.itemid == 5554 then
doTransformItem(item.uid,item.itemid +1)
if item2.type > 1 then
doChangeTypeItem(item2.uid,item2.type-1)
else
doRemoveItem(item2.uid,1)
end
else
return 0
end
else
end
return 1
end
e em actions.xml add:
<action itemid="5928" script="goldfish.lua"/>
flws :hi: