yep, char creation bugged after august 10 core update... (same issue as was in lindvior long ago)
here gameserver text
Код:
n
[12:06:38] INFO Connecting to authserver on 127.0.0.1:9014
[12:06:39] ERROR AuthServer I/O error: Connection refused: no further informatio
n
[12:06:44] INFO Connecting to authserver on 127.0.0.1:9014
[12:06:45] ERROR AuthServer I/O error: Connection refused: no further informatio
n
[12:06:50] INFO Connecting to authserver on 127.0.0.1:9014
[12:06:50] INFO Registered on authserver as 3 [Kain]
[12:11:08] ERROR
java.lang.ArrayIndexOutOfBoundsException: -1
at l2s.gameserver.model.Player.getRace(Player.java:2559)
at l2s.gameserver.model.Player.getSex(Player.java:1065)
at l2s.gameserver.dao.CharacterDAO.insert(CharacterDAO.java:65)
at l2s.gameserver.model.Player.create(Player.java:5029)
at l2s.gameserver.network.l2.c2s.CharacterCreate.runImpl(CharacterCreate
.java:64)
at l2s.gameserver.network.l2.c2s.L2GameClientPacket.run(L2GameClientPack
et.java:49)
at l2s.commons.net.nio.impl.MMOExecutableQueue.run(MMOExecutableQueue.ja
va:39)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)