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

what is this error due to? .lua or cpp??

Because it has charges attribute check your items.xml and remove it for example you will find this
XML:
<attribute key="charges" value="1"/>
just remove this line and it will not disappear.
adding onto this, you want to specifically check item 7389.
This item should not have charges or 'decayTo'
 
it is assumed that the item with a charge decays a common item, but when it decays the normal item acquires charges

Code:
ItemID: [7751]. << id axe with charges
DecayTo: [7389]. << id axe normal
 
Back
Top