• 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!

rework the script

Ferdek Kiepski

Banned User
Joined
Dec 22, 2009
Messages
157
Reaction score
2
i have yalahar quest chest and i need I use all open and found all 3 items no 1 look:

elseif item.uid == 9778 then
queststatus = getPlayerStorageValue(cid,9778)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,"You have found Yalahari Mask.")
doPlayerAddItem(cid,9778,1)
setPlayerStorageValue(cid,9778,1)
else
doPlayerSendTextMessage(cid,23,"It is empty.")
end

elseif item.uid == 9776 then
queststatus = getPlayerStorageValue(cid,9778)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,"You have found Yalahari Armor.")
doPlayerAddItem(cid,9776,1)
setPlayerStorageValue(cid,9778,1)
else
doPlayerSendTextMessage(cid,23,"It is empty.")
end

elseif item.uid == 9777 then
queststatus = getPlayerStorageValue(cid,9778)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,"You have found Yalahari Leg Piece.")
doPlayerAddItem(cid,9777,1)
setPlayerStorageValue(cid,9778,1)
else
doPlayerSendTextMessage(cid,23,"It is empty.")
end
 
@spice
Your is better ;D

@Ferdek
Napisz po polsku, bo translator ci nie wychodzi.
In English
I told him to post it in english becouse his translator sux ;D
 
Back
Top