Quote Originally Posted by james20020 View Post
hi i have a problem whit this repack i have all runing the server files all up but the problem is when i try to conect to the server i cant what i have to config to use it my exe is ver.6.2.4 (21463) if the server file run whit this ver and build? cause when i put my vps ip to WTF config i cant conect
im using vps windows server 2012 R2
Quote Originally Posted by titan_ae View Post
I had the same issue as ndarkstar. Login works properly, but after that, the only available realm "MMOPro.org" says "(incompatible)" whilst both server and client are running version 6.2.4_21355. Client gives error code: WOW51900225.

The incompatible realm thing got me thinking it should be the realm settings which are in the database. I used the HeidiSQL editor to look at the realm configuration: database 'auth', table 'realmlist'. The only available record ('MMOPro.org') had gamebuild set to 20726. Obviously it should be 21355.

The following query can be used to set all realms to gamebuild 21355
Code:
update auth.realmlist set gamebuild=21355 where gamebuild<>21355
After that login worked properly for me!

Hope that helps!
I'm running 6.2.4 21463 client so i ran the query titan suggested for this particular build

Code:
update auth.realmlist set gamebuild=21463 where gamebuild<>21463
After restarting server i was able to connect with the client.