Im trying to waste my time on some specific ways like creating my own server.
Since i've done most of the job one thing makes me sleep worse everyday.
WARN ItemParser: Fail create item: 38040
java.lang.IllegalArgumentException: No enum constant l2f.gameserver.templates.item.EtcItemTemplate.EtcItemType.NONE
at java.lang.Enum.valueOf(Unknown Source)
at l2f.commons.collections.MultiValueSet.getEnum(MultiValueSet.java:327)
at l2f.gameserver.templates.item.EtcItemTemplate.<init>(EtcItemTemplate.java:53)
at l2f.gameserver.data.xml.parser.ItemParser.readData(ItemParser.java:128)
at l2f.commons.data.xml.AbstractParser.parseDocument(AbstractParser.java:40)
at l2f.commons.data.xml.AbstractParser.parseCrypted(AbstractParser.java:45)
at l2f.commons.data.xml.AbstractDirParser.parse(AbstractDirParser.java:52)
at l2f.commons.data.xml.AbstractParser.load(AbstractParser.java:64)
at l2f.gameserver.data.xml.Parsers.parseAll(Parsers.java:59)
at l2f.gameserver.GameServer.<init>(GameServer.java:222)
at l2f.gameserver.GameServer.main(GameServer.java:496)
I've got an Error like this.
Just to be clear
Item with ID 38040 has been added into XML files as an EtcItem, into etcitemgrp in system and also into Database.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I present to your attention two options for the Hellbound location map
details in the archive
if you have larger effect files, you do not need to replace them
download
updates can be made behind the scenes, so if you catch a crit, post on the forum or download the archive, it may have already been fixed
additionally you can download
all la2 music from the latest version of the game 2025 download
the entire La2 ambisound from the latest version of the game 2025 download
Question
Glimpse
Hello there,
Im trying to waste my time on some specific ways like creating my own server.
Since i've done most of the job one thing makes me sleep worse everyday.
WARN ItemParser: Fail create item: 38040
java.lang.IllegalArgumentException: No enum constant l2f.gameserver.templates.item.EtcItemTemplate.EtcItemType.NONE
at java.lang.Enum.valueOf(Unknown Source)
at l2f.commons.collections.MultiValueSet.getEnum(MultiValueSet.java:327)
at l2f.gameserver.templates.item.EtcItemTemplate.<init>(EtcItemTemplate.java:53)
at l2f.gameserver.data.xml.parser.ItemParser.readData(ItemParser.java:128)
at l2f.commons.data.xml.AbstractParser.parseDocument(AbstractParser.java:40)
at l2f.commons.data.xml.AbstractParser.parseCrypted(AbstractParser.java:45)
at l2f.commons.data.xml.AbstractDirParser.parse(AbstractDirParser.java:52)
at l2f.commons.data.xml.AbstractParser.load(AbstractParser.java:64)
at l2f.gameserver.data.xml.Parsers.parseAll(Parsers.java:59)
at l2f.gameserver.GameServer.<init>(GameServer.java:222)
at l2f.gameserver.GameServer.main(GameServer.java:496)
I've got an Error like this.
Just to be clear
Item with ID 38040 has been added into XML files as an EtcItem, into etcitemgrp in system and also into Database.
Should i implement this in any other file?
Edited by Glimpse2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.