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.
🔥 The Grand Opening Day is Here!
⏳ In just a few hours, the gates will open and the war between ⚔️ Order and 💀 Chaos will erupt.
🏰 Two factions. One realm. Only the strongest will rise.
👑 Will you be the one to claim the throne?
📝 Register now : https://l2ovc.com/register
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.