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

Solved LUA problem

cire2003

New Member
Joined
May 31, 2008
Messages
29
Reaction score
0
I was using Crying Damson 0.3.5pl1 and upgraded to Crying Damson 0.3.6pl1 recently. While checking out if all my script were still working well, i found an error.

Code:
function onUse(cid, item, frompos, item2, topos)
doSetItemActionId(item.uid,102)
end

Before that i update, this script was working but now it gives me error : attempt to call 'doSetItemActionId' <a nill value>. When i start the server that i had on backup, its working on the exact same item. I searched but without any conclusive result :confused:

Thanks for help
 
Last edited:
Back
Top