Jump to content

Recommended Posts

Posted (edited)

Hello everyone, I wanted to share what I discovered. Many insurance had or have problems with the classic "NoItemName" error, the problem is the following:

 

1_ The order of the IDs that is even, example: 1, 2, 3, 4 ...... so on.

 

2_That the IDs do not exceed 99999, that may cause a bug.

 

3_Put an ID and its corresponding ID is not found in "armorgrp" or "weapongrp". If they added an item in "ItemName-e" and did not add the data accordingly in armorgrp or weapongrp, it will generate a bug, which will cause that from now on, everything they add will come out with NoItemName.

Example: I add 1 weapon with the ID 9300, and I don't add the data in weapongrp, obviously with that same ID. In that case the game will detect that this data is missing in weapongrp, which will generate a bug, and anything that is added after that ID 9300, will come out with NoItemName. (it happened to me)

 

4_A duplicate ID. Make sure that the IDs are different.

 

5_Remember to always save in your corresponding chronicle and 413. (If you save it wrong, the game will not recognize any name within the game).

 

 

Those are the errors that generate the classic NoItemName, take a good look and try again.

 

 

PS: Sorry, my English is not that good, I don't know English very well, so I had to use the good google translator. LOL

 

I hope it serves you. Greetings.

 

 

 

 

Hola a todos, quería compartir esto que descubrí. Muchos seguro tuvieron o tienen problemas con el clásico error "NoItemName", el problema es el siguiente:

 

1_ El orden de las ID que sea parejo, ejemplo: 1, 2, 3, 4...... así sucesivamente.

 

2_Que las ID no superen 99999, eso puede causar algún bug.

 

3_Poner una ID y no se encuentre su correspondiente ID en "armorgrp" o "weapongrp". Si agregaron un item en "ItemName-e" y no agregaron los datos como corresponde en armorgrp o weapongrp, generara un bug, lo cual hará que de hay en adelante, todo lo que agreguen salga con NoItemName.

Ejemplo:  Agrego 1 arma con la ID 9300, y no Agrego los datos en weapongrp, obviamente con esa misma ID. En ese caso el juego detectara que falta ese dato en weapongrp, lo que generara un bug, y cualquier cosa que agreguen luego de esa ID 9300, saldrán con NoItemName. (me sucedio)

 

4_Una ID duplicada. Mirar bien que las ID sean diferentes.

 

5_Recuerda guardar siempre en tu correspondiente crónica y 413. (Si lo guardas mal, el juego no reconocerá ningún nombre dentro de el juego).

 

Esos son los errores que generan el clasico NoItemName, miren bien y vuelvan a probar.

 

PD: Disculpen sin mi ingles no es tan bueno, no se muy bien ingles, asi que tuve que usar el buen google traductor. jaja

 

Espero les sirva. Saludos.

 

 

Edited by Kusaty
Posted
6 minutes ago, Kusaty said:

Hola a todos, quería compartir esto que descubrí. Muchos seguro tuvieron o tienen problemas con el clásico error "NoItemName", el problema es el siguiente:

 

1_ El orden de las ID que sea parejo, ejemplo: 1, 2, 3, 4...... así sucesivamente.

 

2_Que las ID no superen 99999, eso puede causar algún bug.

 

3_Poner una ID y no se encuentre su correspondiente ID en "armorgrp" o "weapongrp". Si agregaron un item en "ItemName-e" y no agregaron los datos como corresponde en armorgrp o weapongrp, generara un bug, lo cual hará que de hay en adelante, todo lo que agreguen salga con NoItemName.

Ejemplo:  Agrego 1 arma con la ID 9300, y no Agrego los datos en weapongrp, obviamente con esa misma ID. En ese caso el juego detectara que falta ese dato en weapongrp, lo que generara un bug, y cualquier cosa que agreguen luego de esa ID 9300, saldrán con NoItemName. (me sucedio)

 

4_Una ID duplicada. Mirar bien que las ID sean diferentes.

 

5_Recuerda guardar siempre en tu correspondiente crónica y 413. (Si lo guardas mal, el juego no reconocerá ningún nombre dentro de el juego).

 

Esos son los errores que generan el clasico NoItemName, miren bien y vuelvan a probar.

 

PD: Disculpen sin mi ingles no es tan bueno, no se muy bien ingles, asi que tuve que usar el buen google traductor. jaja

 

Espero les sirva. Saludos.

kai egw mporw na grafw stin diki mou glwssa kai na min katalaveis xristo.

  • Haha 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • https://prnt.sc/Bkkc0ShGXv9m https://prnt.sc/-JFLvZXsn27A
    • Hello guys want to sell adena in L2 Reborn Signature x1  Stock =14kk good price 
    • Hi guys, I have the following problem, I want to set up two servers on the same dedicated server and I can't.   L2jacis 409 Linux Server. The first gameserver has the following configuration: # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 190.25.103.103 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 1 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server1 Login = server1 Password = server1 I configured the second gameserver like this:   # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 0.0.0.0 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7788 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 2 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server2 Login = server2 Password = server2 apart from having tested 0.0.0.0 on the second gameserver I also tried 127.0.0.1 In both cases I see the two servers in the login when I log in, but I try to enter the one with the lowest ping and it kicks me out. The other server always appears with ping 9999 and I try to enter but it doesn't do anything and it freezes the login so I have to log in again. The hexids are in their respective folders. For server 1, it has its hexid inside the gameserver config folder, and I checked that the hexid id is the same id, for example id 1 in the gameserver is also id1 for server 1, and hexid 2 has its hexid 2 for server 2. The server ports are open and listening when I turn on both gameservers. I really don't know what could be wrong. If you could give me some help I would appreciate it. Excuse my English.
    • We have both old channels from 2006-2009 with the 3rd verification function enabled, and new ones.   For availability, please contact us below: Link - Telegram Link - Facebook WhatsApp - Click here to go to WhatsApp chat
    • You can contact me on skype: niedziolek50
  • Topics

×
×
  • Create New...