Jump to content
  • 0

Etcitemtyperequired, But Found: Null!


Question

Posted

Hello world!

I'm trying to install weapons set to my HF server, and GS says this:
 

[06:01:07] WARN ItemParser: Fail create item: 32099
java.lang.IllegalArgumentException: Enum value of type l2p.gameserver.templates.
item.EtcItemTemplate$EtcItemTyperequired, but found: null!
at l2p.commons.collections.MultiValueSet.getEnum(Mult iValueSet.java:279)

at l2p.gameserver.templates.item.EtcItemTemplate.(Unk nown Source)
at l2p.gameserver.data.xml.parser.ItemParser.readData (Unknown Source)
at l2p.commons.data.xml.AbstractParser.parseDocument( AbstractParser.java
:36)
at l2p.commons.data.xml.AbstractParser.parseCrypted(A bstractParser.java:
40)
at l2p.commons.data.xml.AbstractDirParser.parse(Abstr actDirParser.java:4
5)
at l2p.commons.data.xml.AbstractParser.load(AbstractP arser.java:56)
at l2p.gameserver.data.xml.Parsers.parseAll(Unknown Source)
at l2p.gameserver.GameServer.(Unknown Source)
at l2p.gameserver.GameServer.main(Unknown Source)


Item xml example:

<item id="32000" type="Weapon" name="Narsil Blade">
<set name="default_action" val="equip" />
<set name="weapon_type" val="sword" />
<set name="bodypart" val="rhand" />
<set name="random_damage" val="10" />
<set name="attack_range" val="40" />
<set name="damage_range" val="0;0;40;120" />
<set name="immediate_effect" val="1" />
<set name="crystal_count" val="9872" />
<set name="crystal_type" val="s84" />
<set name="material" val="steel" />
<set name="weight" val="1520" />
<set name="price" val="205668000" />
<set name="change_weaponId" val="32011" />
<set name="soulshots" val="1" />
<set name="spiritshots" val="1" />
<set name="element_enabled" val="1" />
<set name="enchant_enabled" val="1" />
<for>
<set order="0x08" stat="pAtk" val="452" />
<set order="0x08" stat="mAtk" val="204" />
<set order="0x08" stat="rCrit" val="8" />
<set order="0x08" stat="pAtkSpd" val="379" />
<enchant val="0" order="0x0C" stat="pAtk" />
<enchant val="0" order="0x0C" stat="mAtk" />
</for>
</item>


Build LRServ. High Five.
Can somebody give any hook? Thanks.

1 answer 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...