Jump to content
  • 0

Enchant Manager Problem


Question

Posted

Hello sorry for many ask help, but last time i ask help.

I have problem whit enchant manager, when i try ++ items drop this errror.

 

java.lang.NullPointerException
    at com.l2jfrozen.gameserver.network.serverpackets.StatusUpdate.addAttribute(StatusUpdate.java:106)
    at com.l2jfrozen.gameserver.model.actor.instance.L2EnchantNpcInstance.doEnchnat(L2EnchantNpcInstance.java:279)
    at com.l2jfrozen.gameserver.model.actor.instance.L2EnchantNpcInstance.onBypassFeedback(L2EnchantNpcInstance.java:122)
    at com.l2jfrozen.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:257)
    at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:77)
    at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1213)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
 

There custom enchant manager error, i use frozen pack, other thinks i not change.

http://pastebin.com/EKWiKPTL

11 answers to this question

Recommended Posts

  • 0
Posted (edited)
L2EnchantNpcInstance.doEnchnat(L2EnchantNpcInstance.java:279)

Misses a null check.

 

Edit : and if your lines refer to

            StatusUpdate su = new StatusUpdate(player);
            su.addAttribute(StatusUpdate.CUR_LOAD, player.getCurrentLoad());
            player.sendPacket(su);

You're pretty much doomed, because there's no special solution nor reason it bugs here.

Edited by Tryskell
Guest
This topic is now closed to further replies.


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