Jump to content

Question

Posted (edited)

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 Glimpse

2 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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...