Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
I think I found the problem. The quest has the same CID as another quest.
But uhm, what do I change the CID to for one of the quests? Can it be a random number, or does it matter?
Gotcha. Cause """ queststatus = getPlayerStorageValue >>>(cid,58267)<<< ""
Was the same as another quest, that's a number I just threw in there since the UID is 58268. Would that work?
if item.actionid == 58268 then
queststatus = getPlayerStorageValue(cid,58267)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,"You have found an Yalahari Mask.")
doPlayerAddItem(cid,9778,1)
setPlayerStorageValue(cid,58267,1)