Page 1 of 1

hexid.txt

Posted: Wed May 11, 2011 2:21 am
by nhldman
Server Version=4470
Datapack Version=7733
running windows 7

Im very new to this so A: I hope Im posting in the correct spot and B: I hope that the above info is what you guys are asking for.

My issue is I finally got everything working following, "http://trac.l2jserver.com/wiki/L2J_Install" and "http://trac.l2jserver.com/wiki/L2J_Inst ... GameServer"

The issuse that im having is my login server loads fine, but when I load the gameserver I get an error AutoAnnoucements: Loaded 0 Auto Annoucement Dat
Telnet server is currently disabled.
Damn! Registeration Failed: Reason: wrong hexid
Connecting to login on 127.0.0.1:9014
Damn! Registeration Failed: Reason: wrong hexid
Connecting to login on 127.0.0.1:9014
Damn! Registeration Failed: Reason: wrong hexid

Now, I could not find the hexid that was created when I ran the registergameserver.bat so I did a file and programs search and copied that and pasted it in my gameserver/config folder and renamed it hexid.txt
Im not sure if that is the problem.
I did find a few similar posts while searching one being this post viewtopic.php?f=81&t=18862&p=101579&hil ... or#p101553 but he mentions he fixed this issue by copying and pasting hexid into his gameserver/config and renaming it hexid.txt which I have done and it didnt help.
I have been searching and did not want to ask for help but I think at this point I have no choice, thank you in advance.

Re: hexid.txt

Posted: Wed May 11, 2011 2:52 am
by Zoey76
To register a gameserver use GSRegister.exe located in login folder, and save the hexid.txt file inside gameserver/config.

If you have registered this gameserver already and it's not working, you can either delete it using GSRegister.exe and register the gameserver again or get the hexid from the database, it's in gameservers table; then you will see server_id and hexid fields copy each data into a txt file:

Code: Select all

#the hexID to auth into login#some dateHexID=REPLACE_WITH_HEXID_FROM_DBServerID=REPLACE_WITH_SERVERID_FROM_DB
Save it as hexid.txt inside gameserver/config.

Anyway I recomend you to use GSRegister.exe, it's easy to delete and restore it from there. :P

If you are using Epilogue server this should be moved to Legacy Support, let me know in your answer :wink:

Re: hexid.txt

Posted: Wed May 11, 2011 2:55 am
by hope
AcceptNewGameServer = False
find this in ls config set it to true start ls and gs will give u a hexid

Re: hexid.txt

Posted: Wed May 11, 2011 3:17 am
by nhldman
WOW! Thank you both for the reply, fixed the problem and only took less than 5 mins. :D Thank you again much appreciated.