[Antrix] Antrix.exe prob

Newbie Spellweaver
Joined
Mar 7, 2006
Messages
63
Reaction score
0
Ok I just installed Julian X repack, When I launch Logonserver.exe theres no prob
when I log on antrix it says : sql : one or more parremeters were missing from WorldDatabase dirrective

Anyone can help me?
 
make sure your antrix.conf file has the two separate database lines like this;
Code:
<WorldDatabase Hostname = "localhost" Username = "username" Password = "password" Name = "database" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "username" Password = "password" Name = "database" Port = "3306" Type = "1">

also make sure you have;
Code:
<WorldDatabase
and not
Code:
<Database

tell me if this fixes it...

-b3ck
 
Back