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.
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
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.