kimokimo
Kimo
how should i make quest?
i put the the id of the item in the uniqid but dont work how should i make it?.
i put the the id of the item in the uniqid but dont work how should i make it?.
function onUse(cid ,item)
local item = 1987 <<< ITEM
local number = 1
doPlayerSendTextMessage(cid, 22, "You have found "..number.." "..getItemNameById(item)..".")
doPlayerAddItem(cid, item, number)
end
if your using TFS it comes with a quest system. open your map go to a chest that you want to make a quest and put the items in the chest. set the aid of the chest to 2000. and the uid to any number i like to start at 20000 and go up 1 for every quest. for every chest the aid needs to be 2000 the uid needs to be different for each chest.how should i make quest?
i put the the id of the item in the uniqid but dont work how should i make it?.![]()