[Help] With the CoemuV2 source setup

06/14/2009 14:55 suboy#1
Ok i got some problems with setting up the source here are some pictures

[Only registered and activated users can see links. Click Here To Register...]
06/14/2009 15:16 hepan#2
[Only registered and activated users can see links. Click Here To Register...]
06/14/2009 15:43 parkiet6#3
ga naar DatabaseConnection.cs en verander dit

Quote:
public static class DatabaseConnection
{
public const string USER_NAME = "root";<----- Database Username
public const string PASSWORD = "pass hier";<------ Database Pass
public const string SERVER = "localhost";<------ Database Ip
public const string DATA_BASE = "conqueremu";<------ Database Name
public static MySqlConnection DBConnection = null;
public static MySqlConnection NewConnection()
{
this is for english people
-----------------------------------------------------------------------------------------------------------------

go to DatabaseConnection.cs and change this.

Quote:
public static class DatabaseConnection
{
public const string USER_NAME = "root";<----- Database Username
public const string PASSWORD = "pass hier";<------ Database Pass
public const string SERVER = "localhost";<------ Database Ip
public const string DATA_BASE = "conqueremu";<------ Database Name
public static MySqlConnection DBConnection = null;
public static MySqlConnection NewConnection()
{
you need to put it in Gameserver/DatabaseConnection.cs and Loginserver/DatabaseConnection.cs then your done it will fix the problem:)
06/14/2009 17:30 suboy#4
i did that but still wont work
06/14/2009 17:46 n0mansland#5
[Only registered and activated users can see links. Click Here To Register...]
06/14/2009 18:33 suboy#6
Quote:
Originally Posted by n0mansland View Post
[Only registered and activated users can see links. Click Here To Register...]
#edit Im getting a login freeeze now iam using a source i got from some1 [Only registered and activated users can see links. Click Here To Register...] heres the link if u could help me just paste it here :p
06/15/2009 00:59 n0mansland#7
Haven't used his source just use regular CoEmu cause its easy adding what that source has anyway.. But I had the same problem... Some Server.dat and .exe files are weird so just don't change the name of the server in it and get this [Only registered and activated users can see links. Click Here To Register...] leave everything alone in the files. and it should work. I'm not sure how to edit it and get it to work.. if it doesnt work idk
06/15/2009 06:58 suboy#8
Quote:
Originally Posted by n0mansland View Post
Haven't used his source just use regular CoEmu cause its easy adding what that source has anyway.. But I had the same problem... Some Server.dat and .exe files are weird so just don't change the name of the server in it and get this [Only registered and activated users can see links. Click Here To Register...] leave everything alone in the files. and it should work. I'm not sure how to edit it and get it to work.. if it doesnt work idk
using it but still wont work fromt here i got the server.dat well i will use the regular coemu then
06/15/2009 07:00 Zeroxelli#9
Sounds to me like the port isn't open, you most likely didn't configure your router/firewall or are not running both servers.