Jump to content

Question

Posted

Can anyone tell me why this error happens in my gameserver all the time? and when it happens it causes a little lag on the server.
and how to fix?

 

yWrBUyI.png

 

PS: L2JSunrise

 

  • Upvote 1

6 answers to this question

Recommended Posts

  • 0
Posted
4 hours ago, Dragic said:

You are using sql version of l2jsunrise ?

Are you customer of l2jsunrise or you have the reshared version?

Yes sql version

shared version

  • 0
Posted
On 1/3/2020 at 12:35 AM, Dragic said:

You are using sql version of l2jsunrise ?

Are you customer of l2jsunrise or you have the reshared version?

 

topic clean @Dragic , if you intent to help then do it , otherwise let someone else support it.

  • 0
Posted (edited)

It tries to register item elements while using RequestExEnchantItemAttribute packet - and it seems it already exists.

 

L2ItemInstance line 1069. Either check if attributes already exist and discontinue method process, or replace the query for a "ON DUPLICATE KEY UPDATE" behavior, which will correctly save things if a duplicate is found.

 

I'm not a postIL dude, so my answer will be limited to that. Gl !

Edited by Tryskell
  • 0
Posted (edited)
On 1/17/2020 at 9:24 PM, Tryskell said:

Ele tenta registrar os elementos do item enquanto usa o pacote RequestExEnchantItemAttribute - e parece que ele já existe.

 

L2ItemInstance, linha 1069. Verifique se os atributos já existem e descontinue o processo do método ou substitua a consulta pelo comportamento "ON DUPLICATE KEY UPDATE", que salvará as coisas corretamente se uma duplicata for encontrada.

 

Eu não sou um cara do postIL, então minha resposta será limitada a isso. Gl!

I managed to solve it. Thank you !

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


×
×
  • Create New...