Antrix server 2.1.0/2.1.1 - TBC expansion issues...

Newbie Spellweaver
Joined
Oct 28, 2006
Messages
5
Reaction score
0
Ok, so, i have the server setup now to accept connections from the 2.1.1 client. Everything works great but none of us can use ANY of TBC expansion stuff.. do i need to get a _working_ map extractor and extract my own maps to fix this or what?? i'm at a dead end and out of ideas.. i've still yet to come accross a map extractor that works with my vista pc.. the server continues to tell us that none of us have the burning crusade expansion required to enter/use certain objects.. thanks for looking!
 
i had this problem too. check your antrix.conf file. look for this line of code

Code:
# Expansion races
#
#   This directive controls whether expansion races will be allowed to be created
#   by players. (once the expansion is released).
#

AllowExpansionRaces = 1
make sure AllowExpansionRaces=1 this will allow you to play the xpac on your server. also remember with accounts to set the "flags" value of players to 8.

if your finding you can't access outland areas make sure you have the expansion maps extracted from your WoW directory.

hope this helps.
 
nice.. thanks guys.. wish it gave you guys a harder time to come up with an answer :P -- now i feel stupid, lol.. thanks to the both of you though! it's working now.. thanks for responding so quickly!
 
nice.. thanks guys.. wish it gave you guys a harder time to come up with an answer :P -- now i feel stupid, lol.. thanks to the both of you though! it's working now.. thanks for responding so quickly!

no problem. i'll have to admit the antrix core is proving to be a dam good core. kudos to the dev team. still some bugs with talents and areatriggers. but still impressive.
 
lol i ahve 1 problem and its

--- Authentication failed --- never so this one heheh..can any one explaine what this is
and when i look on the server ...this error show's


sessionkey sent for account XXXXX , error 0



cuase WoW crash after the second try of log in and pass for wow ..and make my wow serious damage
 
just change MaxClientBuild = 6729 ------------------->6739... dont post in the forums if you dont serach first.,... i make a post of this before.,...!!
 
go into your wow directory and right click WoW.exe.

go to properties. go to the version tab and you should see

File Version: 2.1.0.6692 (something similar)

take note of the last 4 digits.

then open your logonserver.conf and look for this

Code:
# Accepted Build Range Setup
#
#    These two directives set up which clients will be
#    allowed to authenticate with the realm list.
#
#    Set these to the same builds that the server was
#    compiled for.
#
#    As of the last update, version 2.1.0 was build 6692.
#
MinClientBuild = 6692
MaxClientBuild = 6692

make sure the numbers match up.
 
Antrix is a very good emu but Mangos' still better about instances, like AQ/Naxx/KZ doesn't work on Antrix... and you have to !createinstance to enter raiding instances such as BWL/MC all the time.. -,-
 
lol my config files are just fine .... this error is different ... my cleint version is the same as my config files are ....
 
just change MaxClientBuild = 6729 ------------------->6739... dont post in the forums if you dont serach first.,... i make a post of this before.,...!!



then you must now that if your client version is different then your server ...this error show...

.. unable to validate client version .... .

Read before talk !!!!!
 
or just edit client builds, like:

MinClientBuild = 1
MaxClientBuild = 7000

this will alow players to connect with any game version.
 
Back