aye man i have been looking around forever for a good site for making a server thnks!
aye man i have been looking around forever for a good site for making a server thnks!
Ok, I still have no clue. What did you guys do to make t work? It won't let me connect, AT ALL. It could be the user thing (making accounts) can someone explain what they did, I got confues. (Is it upposed to be under Antix then accounts, if so, how do u put it in do you right click and press Insert/Update Data for the Table ?)
I am so confused, thanks.
... any.. ideas? im trying to make it public
When i try to log in it stays at sucess -.-
My friend is insiden but im not..
Awesome guide real easy to follow This is the second time ive made a server and This time was 100% easier Thanks for the Guide *bookmark*
Server will not connect Is this guide to connect 2.3 compatable?
It stops on "Handshaking" wont connect any further then that.
Last edited by vixen506; 11-29-2007 at 01:46 PM.
Initializing File Loggers...
Initializing Random Number Generators...
Starting Thread Manager...
Loading Config Files...
>> antrix.conf :: ok!
>> realms.conf :: ok!
Connecting to MySQL Database on 127.0.0.1 with (root : *********)
Compiling GameMonkey Scripts...
Scripts compiled.
Loading DBC files...
Beginning parallel server startup with 2 threads.
Loading database cache from `items`...
Loading Player Create Info...
Loading database cache from `creature_names`...
Loading database cache from `gameobject_names`...
Loading database cache from `creature_proto`...
Invalid format in creature_proto (35/36), loading anyway because we have enough
data
Loading database cache from `areatriggers`...
Loading database cache from `itempages`...
Loading database cache from `quests`...
Loading database cache from `spellextra`...
Loading database cache from `graveyards`...
Loading database cache from `teleport_coords`...
Loading database cache from `fishing`...
Loading database cache from `npc_text`...
Loading Trainers...
Loading Totem Spells...
Loading Spell Skills...
Loading Spell Fixes...
Loading Spell Override...
Loading Vendors...
Loading Map Information...
..\..\src\game\World.cpp:1115 ASSERTION FAILED:
m_mapinfo.find(mapinfo->mapid) == m_mapinfo.end()
Loading Friends Lists...
Query failed: SELECT * FROM clientaddons
antrix.exe!Mutex::AttemptAcquire Line 0
antrix.exe!World::AddMapInformation Line 0
antrix.exe!World::LoadMapInformation Line 0
!(function-name not available) Line 0
SpellId 0 in ai_agent for 10556 is invalid.
Database loaded in 15650ms.
Map 530: 27997 creatures / 8569 gameobjects loaded.
Map 0: 22697 creatures / 12755 gameobjects loaded.
Map 450: 13 creatures / 0 gameobjects loaded.
Map 369: 22 creatures / 51 gameobjects loaded.
Map 449: 10 creatures / 20 gameobjects loaded.
Map 42: 0 creatures / 0 gameobjects loaded.
Map 35: 0 creatures / 0 gameobjects loaded.
Map 451: 9 creatures / 0 gameobjects loaded.
Map 37: 2 creatures / 0 gameobjects loaded.
Map 1: 25560 creatures / 10601 gameobjects loaded.
Saved Instances: None
Processing Spells...
Creating initial battlegrounds...
Map 489: 4 creatures / 0 gameobjects loaded.
Map 529: 9 creatures / 0 gameobjects loaded.
Starting Transport System...
Loading Transports...
Starting Mail System...
Creating/Loading Mailboxes...
Removing expired messages...
Deleting expired mailboxes...
Mail System Ready!
Starting Auction System...
Loading Auction Houses...
Initializing Honor System...
- Checking for out of date players and moving their kill values...
- No players need to be updated.
Honor System Ready.
Backgrounding loot loading...
Starting network subsystem...
IOCP: Spawning 1 worker threads.
Loading External Script Libraries...
GossipScripts.dll : 0x01B80000 : v3.0 : loaded.
InstanceScripts.dll : 0x01BD0000 : v3.0 : loaded.
ServerStatusPlugin.dll : 0x02710000 : v3.0 : loaded.
SpellHandlers.dll : 0x02770000 : v3.0 : loaded.
Loaded 4 external libraries.
Threading system initialized, currently 15 threads are active.
Server is ready for connections. Startup time: 22569ms
>> loading realms and logon server definitions... 1 servers, 1 realms.
>> attempting to connect to all logon servers...
>> connecting to `Default Logon` on `127.0.0.1:8093`... ok!
>> authenticating...
>> Key: 40 39 26 03 3D 00 1B 52 79 DF 37 CB BE 52 87 B7 C7 C2 67 FA
>> result: ok!
>> registering realms...
>> realm `Unknown` registered under id 1
>> ping test: 0ms
After it get to this it doesn't go anywhere. Am I at the right place to try to start playing on my server or is there something wrong?
I have a different question...
When I logon to WoW there aren't any servers there. How do I find mine?
Thanks
Nice guide, good work :P
"Inside the folder are two thing. Copy thos two things into your wow folder near Repair. Make a folder called(maps then, Run (ad.exe)"
Would anyone mind explaining this in english? What is the "two things"? where to put them, wich folder?
Ok, I still have no clue. What did you guys do to make t work? It won't let me connect, AT ALL. It could be the user thing (making accounts) can someone explain what they did, I got confused. (Is it upposed to be under Antix then accounts, if so, how do u put it in do you right click and press Insert/Update Data for the Table ?)
I am so confused, thanks.
Also, when I log on it stops at Connectings, says Unable To Connect
I know i saw this before in the thread but i didn't see an answer her so ill just ask it again ..... when i open up wow it always stays on connected handshaking or success and when i hit cancel it goes to retrieving realmlist but then it doesn't do anything any suggestions??
Last edited by radgor; 12-01-2007 at 06:42 AM.
nice its good
When I try to execute the SQL from Antrix I get this error message :
Query:
CREATE TABLE `accounts` (
`acct` bigint(20) NOT NULL auto_increment,
`login` varchar(255) NOT NULL default '',
`password` varchar(2NOT NULL default '',
`gm` varchar(27) NOT NULL default '',
`banned` int(30) NOT NULL default '0',
`lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
`lastip` varchar(15) NOT NULL default '',
`email` varchar(50) NOT NULL default '',
`flags` int(11) NOT NULL default '0',
PRIMARY KEY (`acct`,`login`),
UNIQUE KEY `acct` (`acct`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
Error occured at:2007-10-28 23:01:57
Line no.:26
Error Code: 1050 - Table 'accounts' already exists
Query:
CREATE TABLE `accounts` (
`acct` bigint(20) NOT NULL auto_increment,
`login` varchar(255) NOT NULL default '',
`password` varchar(2NOT NULL default '',
`gm` varchar(27) NOT NULL default '',
`banned` int(30) NOT NULL default '0',
`lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
`lastip` varchar(15) NOT NULL default '',
`email` varchar(50) NOT NULL default '',
`flags` int(11) NOT NULL default '0',
PRIMARY KEY (`acct`,`login`),
UNIQUE KEY `acct` (`acct`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
Error occured at:2007-10-28 23:02:18
Line no.:26
Error Code: 1050 - Table 'accounts' already exists
Query:
CREATE TABLE `accounts` (
`acct` bigint(20) NOT NULL auto_increment,
`login` varchar(255) NOT NULL default '',
`password` varchar(2NOT NULL default '',
`gm` varchar(27) NOT NULL default '',
`banned` int(30) NOT NULL default '0',
`lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
`lastip` varchar(15) NOT NULL default '',
`email` varchar(50) NOT NULL default '',
`flags` int(11) NOT NULL default '0',
PRIMARY KEY (`acct`,`login`),
UNIQUE KEY `acct` (`acct`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
Error occured at:2007-10-28 23:02:21
Line no.:26
Error Code: 1050 - Table 'accounts' already exists
Query:
CREATE TABLE `accounts` (
`acct` bigint(20) NOT NULL auto_increment,
`login` varchar(255) NOT NULL default '',
`password` varchar(2NOT NULL default '',
`gm` varchar(27) NOT NULL default '',
`banned` int(30) NOT NULL default '0',
`lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
`lastip` varchar(15) NOT NULL default '',
`email` varchar(50) NOT NULL default '',
`flags` int(11) NOT NULL default '0',
PRIMARY KEY (`acct`,`login`),
UNIQUE KEY `acct` (`acct`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
Error occured at:2007-10-28 23:02:57
Line no.:26
Error Code: 1050 - Table 'accounts' already exists
Query:
CREATE TABLE `accounts` (
`acct` bigint(20) NOT NULL auto_increment,
`login` varchar(255) NOT NULL default '',
`password` varchar(2NOT NULL default '',
`gm` varchar(27) NOT NULL default '',
`banned` int(30) NOT NULL default '0',
`lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
`lastip` varchar(15) NOT NULL default '',
`email` varchar(50) NOT NULL default '',
`flags` int(11) NOT NULL default '0',
PRIMARY KEY (`acct`,`login`),
UNIQUE KEY `acct` (`acct`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
Error occured at:2007-10-28 23:07:28
Line no.:26
Error Code: 1050 - Table 'accounts' already exists
please help me with this,i tried to do this thing a lot of times but always shows the same error
wenever i try to start my server it says suces and stays there. how do i fix. plz help. ty
I have the same problem, when i logon it says succes and hangs there forever..
If i press cancel, it says retrieving realm list and hangs.
Pressing cancel again and im back to login.
Logon seems to work fine otherwise, meaning if i use an incorrect username or password it fails as it's supposed to.
Any ideas for solving this problem which quite a few seems to have?