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

Quests...

ReDe

New Member
Joined
Mar 5, 2009
Messages
48
Reaction score
0
Hi, i have problem.
As make Questes with key abount data actionid ?

i have scrpit for normal Quest meybe write :

elseif item.uid == 9885 then
queststatus = getPlayerStorageValue(cid,9885)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,"You have found a Necromancer Shield.")
doPlayerAddItem(cid,6433,1)
setPlayerStorageValue(cid,9885,1)
else
doPlayerSendTextMessage(cid,22,"It is empty.")
end
else
return 0
end

return 1
end
This uniqueid Quests for map.
This is item id for player.

@edit
Or items On earth lying and use items and i have key with data about actionid for door...
 
Last edited:
i have error ;/
[01/07/2009 21:13:50] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/quests/tiguanaquest.lua)
[01/07/2009 21:13:50] data/actions/scripts/quests/tiguanaquest.lua:64: 'end' expected (to close 'function' at line 3) near '<eof>'
[01/07/2009 21:13:50] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/quests/tiquanaquest.lua)
[01/07/2009 21:13:50] cannot open data/actions/scripts/quests/tiquanaquest.lua: No such file or directory
 
Back
Top