• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

quests.

kimokimo

Kimo
Joined
Jan 25, 2011
Messages
821
Solutions
6
Reaction score
156
GitHub
karimadnan
how should i make quest?

i put the the id of the item in the uniqid but dont work how should i make it?. :(
 
You need script to make quest.

Take this:

Code:
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
 
how should i make quest?

i put the the id of the item in the uniqid but dont work how should i make it?. :(
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.
 
Men I Have Big Problen With TFS 0.3.6 on This Script not Work ..... 0 Bug on Exe and I Have The Problem
Why One Player Go Quest And The Chest dont get item and the exe dont show one error?
Why Dont Work....
The Chest Have.... AID 2000 And UID of item example 2160
one pic:
clip_image001.gif
 
Back
Top