[FIXED] Karmian armor problem

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
jamaica
Posts: 288
Joined: Sat Jan 24, 2009 5:44 pm

[FIXED] Karmian armor problem

Post by jamaica »

hi again...i found another problem with karmian armor.....if i euqip entire set and i make relog half or more from what i have in invetory disappear...if i put someting else and i make again relog my items appears back also i get this error on gs..

Code: Select all

Could not restore inventory: nulljava.lang.NullPointerException        at com.l2jserver.gameserver.model.L2ArmorSet.getSetEnchant(L2ArmorSet.java:89)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.checkForArmorEnchant(L2PcInstance.java:362)        at com.l2jserver.gameserver.model.itemcontainer.Inventory$ArmorSetListener.notifyEquiped(Inventory.java:541)        at com.l2jserver.gameserver.model.itemcontainer.Inventory.setPaperdollItem(Inventory.java:1014)        at com.l2jserver.gameserver.model.itemcontainer.Inventory.equipItem(Inventory.java:1372)        at com.l2jserver.gameserver.model.itemcontainer.Inventory.addItem(Inventory.java:811)        at com.l2jserver.gameserver.model.itemcontainer.PcInventory.addItem(PcInventory.java:846)        at com.l2jserver.gameserver.model.itemcontainer.Inventory.restore(Inventory.java:1584)        at com.l2jserver.gameserver.model.itemcontainer.PcInventory.restore(PcInventory.java:661)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.restore(L2PcInstance.java:7671)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.load(L2PcInstance.java:1289)        at com.l2jserver.gameserver.network.L2GameClient.loadCharFromDisk(L2GameClient.java:565)        at com.l2jserver.gameserver.network.clientpackets.CharacterSelect.runImpl(CharacterSelect.java:109)        at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)        at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1002)        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)        at java.lang.Thread.run(Unknown Source)
Everybody L.I.E.S
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Karmian armor problem

Post by MELERIX »

and revision numbers ? :roll:
jamaica
Posts: 288
Joined: Sat Jan 24, 2009 5:44 pm

Re: Karmian armor problem

Post by jamaica »

Freya...


data pack =version=8258M

core = version=4826M
Everybody L.I.E.S
Raspoutine
Posts: 27
Joined: Sun Jan 30, 2011 3:18 pm

Re: Karmian armor problem

Post by Raspoutine »

It's you again.
Have you edited your pack and core before putting your server online?

If you don't make modifications on it, you should download another source to test it (the more recent Freya source possible).

If you do some modifications, are you sure you didn't "break" anything ?
jamaica
Posts: 288
Joined: Sat Jan 24, 2009 5:44 pm

Re: Karmian armor problem

Post by jamaica »

i figured about this problem, it was a visual bug : fixed
Everybody L.I.E.S
Post Reply