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

Problem with NPC and keys

Slayernight

New Member
Joined
Sep 15, 2008
Messages
17
Reaction score
0
I got a problem... I think it's a little one :p

Code:
local key = doPlayerAddItem(cid, 2090, 1)
doSetItemActionId(key, 5006)
setPlayerStorageValue(cid, 50006, 1)

I got this error :
Code:
lua:DoSetItemActionId() Item not found.

I made like everybody do but it don't work.

My key is always key:0
 
Back
Top