Why the RegPAge doesn't work?
Printable View
Why the RegPAge doesn't work?
[msvcp71.dll] - i was requested to post this file...
due to sum ppl having issues where it is needed... no idea...
it should be in the system32 folder..
DOWNLOAD: msvcp71.rar - 327 KB [SendSpace.com]
This is really bugging me out.
Im very experienced in creating every single type of server EXCEPT for this one :S. Ive made a new sql server with mysql on 127.0.0.1, root / root, allows connections. On it - i created the database and made an account.
Next i didnt really touch the config files because they pretty much matched my server. But heres the thing, i started up mysql - then antrix.exe - then logon.exe, but when i try to play it does this:
Connecting..
Disconnected.
I dont know if the server is even like working on 127.0.0.1 or if its allowing connections.
either way, here are the server windows:
MYSQL window
http://img256.imageshack.us/img256/1...window1jh3.jpg
ANTRIX window
http://img256.imageshack.us/img256/1...window2oc8.jpg
LOGON window
http://img261.imageshack.us/img261/6...window3wr7.jpg
I'm getting the same thing as pudgemuffins. Connecting... Disconnected, with the same error in the logon window.
/bump
We need some help :o
Same as Pudge i cant get it to connect and i get connecting, dissconect :S
Help please, im having the same problem with logonserver.exe but none with antrix.exe. thanks.
uhm can you please check this?
this is the Logonserver:
http://i2.photobucket.com/albums/y17/berras007/help.jpg
my config for logonserver:
LogonDatabase.Hostname = 127.0.0.1
LogonDatabase.Username = root
LogonDatabase.Password = (idonthavepass>.<)
LogonDatabase.Name = antrix_server
LogonDatabase.Port = 3306
LogonDatabase.Type = 1
Host = 0.0.0.0
RealmListPort = 3724
LogLevel = 3
AccountRefresh = 600
MinClientBuild = 6180
MaxClientBuild = 6592
Network.ThreadDelay = 20
Network.ThreadCount = 5
This is my Antrix:
http://i2.photobucket.com/albums/y17...s007/help2.jpg
i think i dont have problem with antrix just log in server can you teach me how to fix it?... uhm btw. this is for LAN only for self entertainment :D come one! guys!
thanks in advance
ok, i fixed our problem, i just made an acc, and then waited, and then it worked !!
another thing, wenever i do .modify speed 10, or w/e, it stops me from moving, also is there anyway to look up skills like mail?
come on guys i need help badly thanks
"9. Open up your SQL Server and create a new entry in the 'accounts' table...
Make sure you set the 'flags' field to '8'... or BC will not be enabled..."
I have NavicatMySQL,how can i create that entry? Isn't it enough if i make AllowExpansionRaces = 1 in antrix.conf?
helppp look this :
http://img462.imageshack.us/img462/4947/helpxj9.jpg
i think is a erro in the logonserver...
http://img462.imageshack.us/img462/4947/helpxj9.jpg
Seriously, I am having the same problem... I have tried to make serveral accounts now. (I am guessing the other feilds don't need any specific numbers correct?) but I just keep getting disconnected when I try to connect...
Btw, using mysql 6 and navicat if that helps at all...
Thanks in advance...
I also tried the reload command and it came up with this:
http://img387.imageshack.us/img387/5...almlistkf3.png
I just downloaded and gave http://forum.ragezone.com/f114/antri...editor-260133/ a try and replacing the .config files with this repack with his seemed to eliminate all the errors I had before but I am still having the same problems connecting to the server from my wow client...
can any1 put a guide to how i set up my own sql server nd how to implemend the script nd etc??THX
how do i make an acc on antrix?? i figured the top 1 out...thx
first of i wanna say thx to dj however i ran into a problem setting up the server i followd the instuctions but when i try and load up the logonserver.exe it exits right away i think i get the same error as apto303 but im not sure, anyone know what might be wrong?
also when i load navicat mysql theres no realm anywere in the list might that be the problem?
Your database needs to be what you dumped your .SQL file to. Which means if you dumped it to Antrix, the info needs to be LogonDatabase.Name = antrix, not LogonDatabase.Name = antrix_server.
For a private server you can enter Host = 127.0.0.1.
And most importantly, if you are running a newer version of WoW, you want to go into your WoW main folder, and hover over the file called WoW.exe (not the blizzard launcher) and the last 4 numbers in the file version should be put into
MinClientBuild =
MaxClientBuild =
So if you are using the newest patch (Black Temple) it would be 6729 in both slots.
hey guys a new "mini-problem"...
account ! how could I create an account?
if you know a tuto that has fhotos...
thx for any help.
what a have do to crate a account ? some like this ? :
CREATE TABLE `accounts` (
acct = 1,
login = login,
password = password,
gm = az,
flags = 8,
`banned` int(30) NOT NULL,
`lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
`lastip` varchar(50) NOT NULL,
PRIMARY KEY (`acct`,`login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
(this is in the antrix.sql )