Jump to content
  • 0

Gameserver Error Unknown Item Type Null


yxas

Question

Sup ppl. today i stumbled upon this error i have no idea whats wrong with it i checked the skills i added today but it seems fine. Any ideas what could be wrong?

 
erorr.jpg
 
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

I see you got the exact same issue for skills, so it's most probably a skill issue, and items are fucked up because of skills not being correctly load.

 

I like the positivism of L2JFrozen, "all skills load" while just before there's a nice Exception, leading to an obvious state where file probably didn't load.

Link to comment
Share on other sites

  • 0

i tried searching but all seems normal..

 

heres the latest skill i added: 

<?xml version="1.0" encoding="UTF-8"?>
<list>
	<skill id="550" levels="1" name="Eternal Armor Set">
		<set name="magicLvl" val="82" />
		<set name="operateType" val="OP_PASSIVE" />
		<set name="skillType" val="BUFF" />
		<set name="target" val="TARGET_SELF" />
		<for>
			<add order="0x10" stat="STR" val="3" /> <!-- STR +3 -->
			<sub order="0x10" stat="CON" val="2" /> <!-- CON -2 -->
			<mul order="0x30" stat="pAtk" val="1.0659" /> <!-- P. Atk. +6.59% -->
			<add order="0x40" stat="rCrit" val="12.74" /> <!-- Critical rate +12.74 -->
			<sub order="0x40" stat="bleedVuln" val="50" /> <!-- Resistance to bleed attacks +50% -->
			<sub order="0x40" stat="rootVuln" val="50" /> <!-- Resistance to hold attacks +50% -->
			<sub order="0x40" stat="sleepVuln" val="50" /> <!-- Resistance to sleep attacks +50% -->
			<add order="0x40" stat="maxHp" val="550" /> <!-- Max. HP +550 -->
			<sub order="0x40" stat="fireVuln" val="5" /> <!-- Resistance to fire attributes +5 -->
			<sub order="0x40" stat="waterVuln" val="5" /> <!-- Resistance to water attributes +5 -->
			<sub order="0x40" stat="windVuln" val="5" /> <!-- Resistance to wind attributes +5 -->
			<sub order="0x40" stat="earthVuln" val="5" /> <!-- Resistance to earth attributes +5 -->
			<add order="0x30" stat="absorbDam" val="3" /> <!-- Steal opponent's HP on attack -->
		</for>
	</skill>
    <skill id="551" levels="1" name="Eternal Leather Armor Set">
		<set name="magicLvl" val="82" />
		<set name="operateType" val="OP_PASSIVE" />
		<set name="skillType" val="BUFF" />
		<set name="target" val="TARGET_SELF" />
		<for>
			<add order="0x10" stat="STR" val="1" /> <!-- STR +1 -->
			<add order="0x10" stat="DEX" val="2" /> <!-- DEX +2 -->
			<sub order="0x10" stat="CON" val="2" /> <!-- CON -2 -->
			<mul order="0x30" stat="pAtk" val="1.0659" /> <!-- Attack Power +6.59% -->
			<mul order="0x30" stat="pAtkSpd" val="1.06" /> <!-- Atk. Spd. +6% -->
			<add order="0x40" stat="rCrit" val="17.05" /> <!-- Crt. Rate +17.05 -->
			<sub order="0x40" stat="paralyzeVuln" val="50" /> <!-- Resistance to Paralyze Atk. +50% -->
			<mul order="0x30" stat="runSpd" val="1.03" /> <!-- Moving Spd. +3% -->
			<sub order="0x40" stat="fireVuln" val="5" /> <!-- Resistance to fire attributes +5 -->
			<sub order="0x40" stat="waterVuln" val="5" /> <!-- Resistance to water attributes +5 -->
			<sub order="0x40" stat="windVuln" val="5" /> <!-- Resistance to wind attributes +5 -->
			<sub order="0x40" stat="earthVuln" val="5" /> <!-- Resistance to earth attributes +5 -->
		</for>
	</skill>
	<skill id="552" levels="1" name="Eternal Robe Set">
		<set name="magicLvl" val="82" />
		<set name="operateType" val="OP_PASSIVE" />
		<set name="skillType" val="BUFF" />
		<set name="target" val="TARGET_SELF" />
		<for>
			<add order="0x10" stat="WIT" val="2" /> <!-- WIT +2 -->
			<sub order="0x10" stat="MEN" val="2" /> <!-- MEN -2 -->
			<add order="0x10" stat="INT" val="1" /> <!-- INT +1 -->
			<mul order="0x30" stat="mAtk" val="1.1" /> <!-- M. Power +10% -->
			<mul order="0x30" stat="mAtkSpd" val="1.15" /> <!-- M. Spd. +15% -->
			<mul order="0x30" stat="regMp" val="1.05" /> <!-- MP Recovery Bonus +5% -->
			<sub order="0x40" stat="stunVuln" val="50" /> <!-- Resistance to Stun Atk. +50% -->
			<sub order="0x40" stat="fireVuln" val="5" /> <!-- Resistance to fire attributes +5 -->
			<sub order="0x40" stat="waterVuln" val="5" /> <!-- Resistance to water attributes +5 -->
			<sub order="0x40" stat="windVuln" val="5" /> <!-- Resistance to wind attributes +5 -->
			<sub order="0x40" stat="earthVuln" val="5" /> <!-- Resistance to earth attributes +5 -->
			<add order="0x40" stat="runSpd" val="7" /> <!-- Increases Speed by 7 -->
			<add order="0x40" stat="maxMp" val="97" /> <!-- Increases Max MP by 97 -->
			<mul order="0x30" stat="MagicalMpConsumeRate" val="0.97" /> <!-- Decreases MP consumption for magic skills by 3% -->
		</for>
	</skill>
	
</list>

Link to comment
Share on other sites

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock