Jump to content
  • 0

Gameserver Error Unknown Item Type Null


Question

Posted

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
 

6 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted

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>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

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