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

need function getitemdesc

Item description??

this works for me[just dont tell me there is differrent btween descr and special description , try this and this work]

Lua:
doItemSetAttribute(uid,"description","w/e")    --set it

getItemSpecialDescription(uid)   --get it
 
would this differ as if you want the original description it wold be a itemid lol :p

Lua:
getItemInfo(itemEx.itemid).description
 
Back
Top