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.
As you may have noticed, normal members cannot edit their own threads.
I have extended normal members to edit their own content up to 1440 minutes (24 hours or 1 day) after they made their topic/post.
To access unlimited edits of your contents, you need to upgrade to Premium or Gold Member .
what about VIP members which is the only role who can't bump their topics? I've been experiencing this for over a year now. I've contacted both you and Celestine multiple times, but I haven't received any response explaining why this is happening.
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.