Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 19:51

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

Advertisement



DeathCo's custom lotf source

Discussion on DeathCo's custom lotf source within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2007
Posts: 39
Received Thanks: 23
DeathCo's custom lotf source

hi guys its me Death from DeathCo and i just felt like sharing my customized lotf source with yall.... hav fun.... Thanks are greatly appreciated
Attached Files
File Type: rar DeathCo.rar (2.63 MB, 1975 views)
1221 is offline  
Thanks
4 Users
Old 09/13/2008, 17:30   #2
 
Mouse>Pro's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 142
Received Thanks: 89
deathco?
Mouse>Pro is offline  
Thanks
1 User
Old 09/13/2008, 17:46   #3
 
elite*gold: 0
Join Date: Jul 2007
Posts: 39
Received Thanks: 23
well i never got very big and popular but i hav working mana and weapon skills and stuff soo ya...
1221 is offline  
Thanks
1 User
Old 09/13/2008, 17:48   #4
 
glupkotrup's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 1,195
Received Thanks: 457
Lol I mighty try it out...
glupkotrup is offline  
Thanks
1 User
Old 09/13/2008, 18:23   #5
 
plasma-hand's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 442
Received Thanks: 104
+k or (thanks) whichever you prefer for contributing
plasma-hand is offline  
Thanks
1 User
Old 09/13/2008, 18:24   #6
 
jochemke's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 30
Received Thanks: 85
Maybe u can add whats in the source
what the bugs are
or what u've fixed or changed
jochemke is offline  
Thanks
1 User
Old 09/14/2008, 00:09   #7
 
elite*gold: 0
Join Date: Apr 2007
Posts: 6
Received Thanks: 1
My browser windows freezes when i try to import the Backup
marcel_bocao is offline  
Thanks
1 User
Old 09/17/2008, 00:33   #8
 
elite*gold: 0
Join Date: Jul 2007
Posts: 39
Received Thanks: 23
hmmm im not sure how to make the backup like they did... can someone tell me?
1221 is offline  
Old 09/17/2008, 12:05   #9
 
elite*gold: 0
Join Date: Jan 2008
Posts: 145
Received Thanks: 91
I'm using Navicat for MySQL, you can find it in google, just search it.
i create backup using Navicat for MySQL.
After installing the program Click Connection:
Connection Name: (Anything)
Host name/IP Address: localhost
Port: 3306(the port you use for mysql)
User Name: root(mysql username)
Password: (mysql password)
then click Test Connection, it should work then press OK
double click your database(ex. coproj) then choose Dump SQL File, and save the file :P

hope it help
pauldexter is offline  
Old 09/17/2008, 20:30   #10
 
elite*gold: 0
Join Date: Jul 2008
Posts: 70
Received Thanks: 1
Not many ppl here use Navicat... we all prefer 2 use AppServ for MySQL lol.. its easier that way cuz the stuff isnt rly causing lag cuz u only open ur ie browser.. so i prefer 2 use Appserv PhpMyAdmin





choose ur database... If u dun have 1 just look in the middle near the side and click create new 1.. name it coproj
click import on the top in middle spot
Click browse
Choose ur DB
insert
and make acc... and ur off...



hope it helped 2 :O
IceyMan is offline  
Old 09/20/2008, 00:15   #11
 
elite*gold: 0
Join Date: Jul 2007
Posts: 39
Received Thanks: 23
no i need to no how to make the backup file so other ppl can import it... brb
1221 is offline  
Old 09/20/2008, 04:27   #12
 
elite*gold: 0
Join Date: Nov 2007
Posts: 306
Received Thanks: 75
if importing backup.sql doesn't work you can do one of 2 things... what I didn't do: increase the time limit before Apache\Sql drops the connection or what I did do: parse the backup.sql into seperate text files containing each addition on a seperate line, open command prompt and connect to your server, copy the entire text file and rightclick in the cmd window.. it will add them all and wont disconnect you.

here's the start of one of those files so you get an Idea what I mean:

Quote:
insert into `items`(`ItemID`,`ItemName`,`ClassReq`,`ProfReq`,` LvlReq`,`SexReq`,`StrReq`,`AgiReq`,`Worth`,`MinAtk `,`MaxAtk`,`Defense`,`MDef`,`MAttack`,`Dodge`,`Agi Give`,`CPsWorth`) values
(580173,'DragonHalbert',0,9,90,0,139,0,35000,396,7 33,0,0,0,0,18,0),
(580168,'ThornHalbert',0,9,85,0,131,0,28100,446,82 8,0,0,0,0,21,0),
(580169,'ThornHalbert',0,9,85,0,131,0,28100,498,92 8,0,0,0,0,22,0),
(580167,'ThornHalbert',0,9,85,0,131,0,28100,392,72 9,0,0,0,0,20,0),
(580165,'ThornHalbert',0,9,85,0,131,0,28100,356,66 3,0,0,0,0,19,0),
(580166,'ThornHalbert',0,9,85,0,131,0,28100,375,69 5,0,0,0,0,19,0),
(580164,'ThornHalbert',0,9,85,0,131,0,28100,350,64 9,0,0,0,0,19,0),
(580159,'FlyingHalbert',0,8,80,0,124,0,22600,427,7 93,0,0,0,0,22,0),
(580163,'ThornHalbert',0,9,85,0,131,0,28100,339,62 9,0,0,0,0,18,0),
(580158,'FlyingHalbert',0,8,80,0,124,0,22600,381,7 10,0,0,0,0,21,0),
(580156,'FlyingHalbert',0,8,80,0,124,0,22600,320,5 96,0,0,0,0,19,0),
here's a code to parse the files.. I suggest taking each table and parsing them seperately


<?php
echo "starting....<br>";
$f = fread(fopen("new 5.txt", "r"), filesize("new 5.txt"));
$f2 = str_replace("),(", "),
(", $f);
fwrite(fopen("new 6.txt", "w"), $f2);
echo "done!";
?>
Rechocto is offline  
Old 12/09/2008, 12:48   #13
 
elite*gold: 0
Join Date: Sep 2006
Posts: 12
Received Thanks: 3
ill try it out
d3adklown is offline  
Old 12/09/2008, 16:24   #14
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
If you want to create a backup. Simply load MySql, coproj, then select export at the top of the screen. Copy all the data given in the box (ctrl+A to highlight it all and save time), and paste it in notepad. Then go Save As, and make the change settings...

database.sql
set to "all files" and "UTF8"

now you have a backup, however it won't create a database folder in MySql, it's only capable of being imported into one you create. If you want it to create a database, simply open the backup.sql in notepad again, just scrolling down a bit to where you see.

Code:
--
--something said here, not sure.
--
and replace it with.

Code:
--
-- Create schema coproj
--

CREATE DATABASE IF NOT EXISTS coproj;
USE coproj;


Hope that helps.
Incariuz is offline  
Reply


Similar Threads Similar Threads
Help To Fix Bug In LOTF Source
07/16/2009 - CO2 Private Server - 6 Replies
i have bugs in 1st rb and 2ndrb when i got reborn and use Gears The Source was Damge Command Dont Work And Some Other Error and When i got reborn The Char Dc From Game i need Fixed The Bug PLZ
[Release] Custom Automatic Restarter for LOTF Source!!!
05/06/2009 - CO2 PServer Guides & Releases - 2 Replies
First in General.cs Search for public static void DoStuff() Above it add this Now go Some were around line 55 in General.cs and Put this!!! Now Goto Line 246 in General.cs and Put this! Hit Thanks if this helped you please
I WILL BUY A NON LOTF SOURCE
11/27/2008 - CO2 Private Server - 10 Replies
Hello to everyone! I will buy the best source offered to me! Post your offers here and the price (in $ or € ) List all working shit. Today ( 27. November 08) i putted some mmoney on my PayPal and can buy in 3 days so u have 3 days for your offers!
LOTF Source in here
10/26/2008 - CO2 Private Server - 26 Replies
hi everybady now i have LOTF Source anyone Want Download look to Down MEGAUPLOAD - The leading online storage and file delivery service Cool :p:p
[POLL] LOTF Source or My Own Source
09/22/2008 - CO2 Private Server - 30 Replies
Title says it, this is a poll about that i going to use my own coded source(it got the basic stuff like mobs, login, character creation, pvp, trading, hotkeys etc.....) Or using the LOTF source well everyone knows the features of that source. Please help me, because my lotf source can handle 87+ people ( i didnt test more with my friends because my internet sux atm) I realy realy hope that you guys can help me, the answer will probally be own coded source but i can make lotf realy stable...



All times are GMT +2. The time now is 19:51.


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.