• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Warning - Items::parseItemNode] bug error

Imereth Popis

dopera.sytes.net
Joined
Jan 30, 2017
Messages
111
Solutions
1
Reaction score
12
Location
Spain
Hello guys,

I have some error in the console when I open the server. The problem is this:

Code:
[Warning - Items::parseItemNode] Unknown key value: skillstatlifeleechchance

I gotta say 2 things about this error:

-It's not just a one error. I got like a lot, like 50 errors changing just "skillstatcriticalchance, skillstatcriticaldamage, etc".
-It's not going anything bad on the server, I can log in, my friends can log in, anybody is getting bug for PVP or PVM.

Server version: 10.98

I really don't know and I am posting this because I didn't see any helpful post.

Thank you in advance
 
the data pack you downloaded is fucked up
the items.xml files have attributes that are expected to be in your source and compiled, but aren't
so if the attributes weren't compiled for your source either you'll have to look at otx source code and do it yourself or hope someone is willing to do it for you
or you could just remove those attributes from your items.xml completely lol
 
the data pack you downloaded is fucked up
the items.xml files have attributes that are expected to be in your source and compiled, but aren't
so if the attributes weren't compiled for your source either you'll have to look at otx source code and do it yourself or hope someone is willing to do it for you
or you could just remove those attributes from your items.xml completely lol
So it's important that things? If I remove it could the server works perfectly? In that case I will remove it.

Thanks you in advance, @Xeraphus
 
So it's important that things? If I remove it could the server works perfectly? In that case I will remove it.

Thanks you in advance, @Xeraphus
not exactly important since it's just an item attribute
but whatever you downloaded might depend on the attribute existing elsewhere in other scripts like onmanachange/onhealthchange creaturescripts
maybe not though i don't know
 
Back
Top