Sql Aways
why did you make this question? lol
it's a simple awnser lol
Yeah I made this because I needed more posts to download the forgotten server.![]()
Sql But its very work and easy
and xml
es easy
but very work
xD
function onUse(cid, item, fromPosition, itemEx, toPosition)
if itemEx.itemid == 2782 then
doTransformItem(itemEx.uid, 2781)
doDecayItem(itemEx.uid)
return TRUE
end
return destroyItem(cid, itemEx, toPosition)
end
function onUse(cid, item, frompos, item2, topos)
if item2.itemid == 2782 then
doTransformItem(item2.uid,2737)
doDecayItem(item2.uid)
elseif item2.itemid == 3985 then
doTransformItem(item2.uid,5463)
doDecayItem(item2.uid)
else
return 0
end
return 1
end