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

Lua Create Item with ActionID

lhc00

New Member
Joined
Mar 23, 2010
Messages
23
Reaction score
0
Someone knows how to create a item with a ActionID, I've tried this, but it did'nt work:

doItemSetAttribute(doPlayerAddItem(cid, 6092), aid, 100)

Thx again ^_^
 
Code:
doItemSetAttribute(doPlayerAddItem(cid, 6092, [COLOR="red"]1[/COLOR]), [COLOR="red"]'[/COLOR]aid[COLOR="red"]'[/COLOR], 100)
 
Thx, helped a lot ^_^

Edit: Anyone knows how to check the player's items, and remove the one that have an especific ActionID or UniqueID?
 
Last edited:
Back
Top Bottom