Guide/Release: Conquer Server (CoFuture) Using MySql!
Discussion on Guide/Release: Conquer Server (CoFuture) Using MySql! within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.
I still got the same error. I can't login. Please check the images if they are correct. I am using conquer client with patch 4348 and with my server information in server.dat. I had port forward with 192.168.0.1, 192.168.0.101, and 127.0.0.1. I think the Auth has a problem. In the guide says the Type and Auth has to be 2, when i try with type 2 and auth 1 i can connect but not sure if i had some bugs that i couldnt see some npcs sometimes. If you dont see any problems, can u send me ur working COFuture release and ill change the databse information to mines.
I know how to fix it
extrat and include in the project my attachment
goto AuthPacketsIncomming folder and Open AuthRequest
goto line 121 and replace this Line
I error still persists. I saw the error I think it is the packets in C:/Server/Network/Packet/ConquerPacket.cs: line 254 & C:/Server/AuthPacketsIncomming/AuthCompletion.cs: line 77.
AuthCompletion.cs Error Code
Code:
{
Start.Game.SyncSendData(CPacket.Chat(ClientData.Client.MessageID, "SYSTEM", "ALLUSERS", "ANSWER_OK", ChatType.LoginInformation), e.Conn);
ClientData.Client.Char = Database.GetChar(ClientData.Client.Account, ClientData.Client.Server);
ClientData.Client.Char.Client = ClientData.Client;
Database.GetItems(ClientData.Client.Char);
Database.GetSkills(ClientData.Client.Char);
Start.Game.SyncSendData(CPacket.CharInfo(ClientData.Client.Char), e.Conn);
Start.Clients.Add(ClientData.Client.Account, ClientData.Client);
ClientData.Client.Status = Mode.Login;
ClientData.Conn.CharID = ClientData.Client.Char.CharID;
ClientData.Client.AuthTimer.Elapsed += new ElapsedEventHandler(ClientData.Client.Disconnect);
ClientData.Client.AuthTimer.Interval = 20000;
ClientData.Client.AuthTimer.Start();
//Following lines start a thread for each character which determines when their xp skill shows up
Character.XpThread = new Thread(new ThreadStart(ClientData.Client.Char.XpThreadHandel));
Character.XpThread.Name = "'XpThread";
Character.XpThread.Priority = ThreadPriority.Normal;
Character.XpThread.Start();
Character.XpThread = new Thread(new ThreadStart(ClientData.Client.Char.PkPointRemove));
Character.XpThread.Name = "'PkpThread";
Character.XpThread.Priority = ThreadPriority.Normal;
Character.XpThread.Start();
}
ConquerPackets.cs Error Code
Code:
public byte[] CharInfo(Character Char)
{
Length((68 + Char.Name.Length + Char.Spouse.Length));
Type(1006);
Long(Char.CharID);
Long(Char.Model);
Short(Char.HairStyle);
Short(0);
Long(Char.Money);
Long(Char.CPoints);
Long(Char.Exp);
Long(0);
Long(0);
Long(0);
Long(0);
Short(Char.Str);
Short(Char.Dex);
Short(Char.Vit);
Short(Char.Spi);
Short(Char.StatPoints);
Short(Char.CurrentHP);
Short(Char.CurrentMana);
Short(Char.PkPoints);
ByteInt(Char.Level);
ByteInt(Convert.ToInt32(Char.Class));//Class
Short(0);
ByteInt(1);
ByteInt(2);
ByteInt(Char.Name.Length);
for (int x = 0; x < Char.Name.Length; x++)
{
ByteInt(Char.Name[x]);
}
ByteInt(Char.Spouse.Length);
for (int x = 0; x < Char.Spouse.Length; x++)
{
ByteInt(Char.Spouse[x]);
}
return getBytes();
}
If you don't know how to fix it send me your source and ill edit it to my information.
@leavemealone, sorry if this question was all ready asked i have looking through 12 pages of this post and cannot find my answer XD but when i go to log into localhost/phpmyadmin/ it will not take my user and password and i am 100% positive its the right pass and the user is root obviously... any reason why it would be doing this?
my server is working fine but i can not connect to it, i done what master15 said and that still did not work just keeps saying "can not connect to server, please try again later"
master15 - i use conquer version 4348 but i still get this ******* error when i try to connect to my server! this error -->
who can help fix this error?
master15 - you have your own private server? if yes, then what server files you use(leavemealone server files or someone else server files)? and what conquer client you use to connect to your private server?
Check your database and if have all necessary colluns and if is correct, etc
@Udza, Yes I have my private server, Im using Old COE Source, coz de scripts is more easy, and de COFuture have alot bugs like equiping items, guild, etc.
[Guide]cofuture source 06/11/2011 - CO2 PServer Guides & Releases - 91 Replies hi guys am new here and i hope stay here for long time
------------
i make this guide Couz i found alot pll cant work with cofuture source
---------------
Coder source:future <<<Thanks to hime 1st
helping me:haydeZ<<<<Thanks to hime 2nd
---------------------------------------
What we are need?
1:cofuture source>>>Download Here
2:AppServ(MySQL, Apache, and PhpMyAdmin all in one)>>>>AppServNetwork
[Request]Conquer Server (CoFuture) Using MySql 06/25/2008 - Conquer Online 2 - 2 Replies hey I want to get the Conquer Server (CoFuture) Using MySql Source but all links down Can someone add it on rapidshare? or other Site?
thank you if you up it in a site
ps:sorry for my bad english :)
Need help Guide/Release: Conquer Server (CoFuture) Using MySql! 05/28/2008 - Conquer Online 2 - 1 Replies Hello i tryed that Guide/Release: Conquer Server (CoFuture) Using MySql!
But it don't work i can't do that phpmyadmin think anyone can help me the language is german but i wanted to change it to english but idk how.
If anyone got Teamviewer or somethink like that would be nice
greetz