Jump to content
  • 0

SummonCubics Error


Question

Posted (edited)

Hi people! how are you doing?. I need help with a problem, when i try tu summon a cubic with Dark Elf or Elf it's not spawning and i get this error.

 

WARN: Error creating new instance of Class class handlers.effecthandlers.SummonCubic Exception was: Integer value required, but not specified: cubicLvl!
java.lang.IllegalArgumentException: Integer value required, but not specified: cubicLvl!
        at l2r.gameserver.model.StatsSet.getInt(StatsSet.java:277)
        at handlers.effecthandlers.SummonCubic.<init>(SummonCubic.java:26)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at l2r.gameserver.model.effects.EffectTemplate.getEffect(EffectTemplate.java:115)
        at l2r.gameserver.model.skills.L2Skill.hasEffectType(L2Skill.java:2317)
        at l2r.gameserver.model.actor.L2Character.beginCast(L2Character.java:1787)
        at l2r.gameserver.model.actor.L2Character.doCast(L2Character.java:1607)
        at l2r.gameserver.model.actor.instance.L2PcInstance.doCast(L2PcInstance.java:4775)
        at l2r.gameserver.ai.L2PlayerAI.thinkCast(L2PlayerAI.java:319)
        at l2r.gameserver.ai.L2PlayerAI.onEvtThink(L2PlayerAI.java:386)
        at l2r.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:337)
        at l2r.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:308)
        at l2r.gameserver.ai.L2CharacterAI.changeIntentionToCast(L2CharacterAI.java:392)
        at l2r.gameserver.ai.L2CharacterAI.onIntentionCast(L2CharacterAI.java:367)
        at l2r.gameserver.ai.L2PlayableAI.onIntentionCast(L2PlayableAI.java:127)
        at l2r.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:277)
        at l2r.gameserver.model.actor.instance.L2PcInstance.useMagic(L2PcInstance.java:8128)
        at l2r.gameserver.network.clientpackets.RequestMagicSkillUse.runImpl(RequestMagicSkillUse.java:166)
        at l2r.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:71)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

 

 

Can you help me please?.

I dont know where can i look for.

Solved. It was an xml skills error.

Edited by Vision

1 answer to this question

Recommended Posts

  • 1
Posted
You tried to summon a SummonCubic but couldn't initialize an instance of tha Npc because it requested "cubicLvl" integer value but didn't find it.

Verify your data.
  • Upvote 1

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

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