Page 1 of 1
Can somebody help me?? i know i am just a noob
Posted: Fri Sep 01, 2006 11:00 pm
by Themarine
Hi i just need help with this L2J stuff, specially this HexID part, i tried everything i can think of. Well i am just noob at this kind of stuff. I just want to run my own server. I use to play retail on erica lv 74 PR name quickly. Well heres my problem, just a simple HexID problem and some other things...please help~
Starting L2J Game Server.
loading gameserver config
Could not load HexID file (./config/hexid.txt). Hopefully login will give us one
.
MLog clients using java 1.4+ standard logging.
Initializing c3p0-0.9.0 [built 08-Ð
Posted: Sat Sep 02, 2006 8:00 pm
by ThePhoenixBird
Too much crap...
The answer its there in front of your eyes:
Exception in thread "main" java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
Check your user password.
=D
Posted: Sat Sep 02, 2006 8:56 pm
by Themarine
oh tyvm =D a bit better i think... well this time it dosnt even say server was terminated...so heres another problem...but much better~
i think...Please help me with this one...
Starting L2J Game Server.
loading gameserver config
Could not load HexID file (./config/hexid.txt). Hopefully login will give us one
.
MLog clients using java 1.4+ standard logging.
Initializing c3p0-0.9.0 [built 08-Ð
Posted: Sun Sep 03, 2006 2:54 am
by nBd
java.sql.SQLException: Table 'l2jdb.characters' doesn't exist
Seems you didnt installed the database right or you just didnt setuped the db right in your config files...
re:=D
Posted: Sun Sep 03, 2006 4:50 pm
by Themarine
so should i put the java.SQl into the config folder??
Posted: Sun Sep 03, 2006 8:11 pm
by ThePhoenixBird
OMG! boy, listen to that he says
You havent installed the tables on the sql:
Table 'l2jdb.characters' doesn't exist
Run all the sql files in the /sql folder from the DP
=(
Posted: Sun Sep 03, 2006 8:36 pm
by Themarine
errr sorry for being such a dumbass, whats a DP?? _ _;;
Posted: Mon Sep 04, 2006 7:04 am
by msknight
Dp is short for the Data Pack.
The DP consists of two main things ... First is a set of files that have to be copied to the right directory ... it sound like you have done this.
Second is the folder SQL. This contains a number of SQL files. These have to be run against your database. These install the tables and core data in to your database so that the game can run.
Posted: Mon Sep 04, 2006 7:10 am
by msknight
I took a look through .... you really have a lot of work to do.
First, set up your database with a user name and password. Install all the SQL files to the database using whatever database tool you use. (SQLyog is a basic one that I find handy, in case you haven't got one yourself - google it - they do a free version)
Then the user name and password that you created in MySQL, needs to be inserted in to two configuration files. One is in the logon/config directory, and the other is in the gameserver/config directory. Look through these files and read them carefully. These contain the information that tell the systems where to find the main files they need, how they are to run and all sorts of stuff like that.
In the logon directory is a file called Register ... or something like that. Run that file and give the number 0. This will then make a file that you have to copy in to your gameserver/config directory ... the registration file will tell you which one it is.
If you haven't done your MySQL right, then the registration program won't run properly (this takes care of the HexID thing you're worried about)
That should at least get you a running logon server and a running gameserver talking to each other.
Posted: Mon Sep 04, 2006 2:31 pm
by ThePhoenixBird