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

itemEx.uid problem

slinkkkk

New Member
Joined
Nov 29, 2009
Messages
14
Reaction score
0
hi .. i m using the new TFS version .. the 0.3.6 .. and on this version .. when i call the local itemdomal = getItemInfo(itemEx.uid) ... it returns me nothing .. and i check the itemEx.uid .. it has a value "70001" ...

When i use the command .. doItemSetAttribute(uid, "attack", 33) it works .. the item attack do change in game .. but the getItemInfo(itemEx.uid) returns nul .. and the getItemAttack(uid) returns null too...

Someone know what is the problem ?
 
this function wont work too .. "getItemInfo(itemEx.uid).attack" it says .. that "error trying to index a boolean value to the function getItemInfo(itemEx.uid).attack"
 
Back
Top