Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 17:32

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

Advertisement



Sx-Team Source (Here) 5165 the best source in the world

Discussion on Sx-Team Source (Here) 5165 the best source in the world within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Closed Thread
 
Old   #1
 
Eragon-sx's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 35
Received Thanks: 48
Sx-Team Source (Here) 5165 the best source in the world

that is my source and all file u will need it to make best server 5165 - it have all my released codes and all my updated work and all released work to another people edited good codes - so that source dont have error and have all u want in source

Client Files

5165 client :
patch to run RaceSteeds :
Conquer.exe & Server.dat Working in 5165 CLient :

Source Files

my source link :
my sql file :

Site Files

my site files :

Guide to make your Server ONLINE:

1- download AppServ : AppServNetwork
-and make user and password to sql as u like
-add new database name it coSXserver and execute sql file in u sql
- go in database table name config and change website & servername to u nameserver and change serverip to u static ip or hamachi ip






================================================== =
2- extract Conquer-Sx.rar and copy folder Conquer-Sx in C:
and go C:\Conquer-Sx\bin\Debug\OldCODB and edit Config.ini

PHP Code:
[Database]
ConquerPath=OldCODB\
Port=9900
Name
=Conquer-Sx

[MySql]
User=root
Password
=123456789
Database
=coSXserver
ServerIp
=196.218.145.1 
change Name=Conquer-Sx to u name server
change User=root to u user sql
change Password=123456789 to u password sql
change ServerIp=196.218.145.1 to u static ip or hamachi ip



3- extract Site.rar and copy files config.php & status.php in your www site

- open config.php file with notepad and change

PHP Code:
$mypass='Your sql password';    ----- change that      
    $myuser
='your sql user';           -----  change that

    $serveraddress
='your static ip or hamachi ip';     ---- change that
   
    $servername
='your name server';    ----- change that 
- to make status server put that code in u index.php

PHP Code:
<?php
                    
require_once ('config.php');  //contain header of output html and config vars
                    
require_once ('status.php');  //print status part
                    
echo '</body></html>';
                    
?>

- to make register page put that code

PHP Code:
<?php
  
     
require_once ('config.php'); 
  
      
mysql_select_db ("coSXserver");
  
       
  
      
$username $_POST['username'];
  
       
  
      if(isset(
$_POST['Submit'])) {
  
      if(!
$_POST['username']) {
  
      die(
"<div style='top: 290; left: 500; position: absolute; z-index: 1; visibility: show;'>You must fill in all the fields!</div>");
  
      }
  
      
$check mysql_query("SELECT * FROM accounts WHERE AccountID = '$username'");
  
      
$check2 mysql_num_rows($check);
  
      if(
$check2 != '0') {
  
      die(
"<div style='top: 290; left: 500; position: absolute; z-index: 1; visibility: show;'>Username '".$username."' is already being used.</div>");
  
      }
  
       
  
      
mysql_query("INSERT INTO accounts (AccountID) VALUES ('$username')");
 
      die(
"<div style='top: 290; left: 500; position: absolute; z-index: 1; visibility: show;'>Username '".$username."' successfully registered!</div>"); }
         
?>
Now Setup Server Completed


- Go to C:\Conquer-Sx\bin\Debug\ConquerSx.exe and run it






You Are Now Online Enjoy


: that source dont work with WINDOWS 64 Bit

That Source Edited All By Me - So You Cant See It Again

=========================================


1- Sql Events
2- Translated 100%
3- All Skills Work 100%
4- Steed Skills Work 100%
5- Ninja Skills Work 100%
6- Reb 1 + Reb 2 Same Real Conquer 100%
7- Max Level 137
8- Special Zone To PM & GM
8- All NPCs Work Same As Real Conquer 100%
9- Trde System Work 100%
10- Guild War Work 100% with save Sql
11- All Events Auto Invite
12- Rank & Quiz Work 100%
13- Flower System Work 100%
14- Marry System Work 100%
15- Labs Zone Work 100%
16- Dis City Work 100%
17- Vote System And reward 50k CPS dailly
18- Vip System 100%
19- WeeklyPKChampion
20- ClassPKEnvoy
21- Furniture System Work 100%
22- Offline System Work 100%
23- mobsQuest
24- PK tournament
25- SteedRace
26- DeatMatch
27- Free Items
28- High Rate
29- Gourd & Garment & GoldCup -7
30- Plus Gourd & Garment & GoldCup


==========================================


i will update all thing in source here so let begin

Update 1 : ConquerSx Ver2 (more fixed + new maps )

PHP Code:
                                                                                            that new update to my source conquersx it have  more fixed codes  and have new 2maps 

1
Terato map
2
plvl map to lvl 137

now go to my first guide to learn how to run source Click Here


all u need download 

1
my update source here
2
Download Patch2 Click here to  your client to see new monsters

password 
196.218.145.1


have fun 

Update 2 : Fix Shelby Full Work


open source and go PacketHandling/NPCDialog.cs
search about #region Shelby
and replace all code with new code
PHP Code:
#region Shelby
                            
case 300000:
                                {
                                    if (
option == 0)
                                    {
                                        
OptionText("Hello my friend! What can I do for you?"GC);
                                        
OptionLink("Check my Virtue Points."1GC);
                                        
OptionLink("Check my HonorPoints"2GC);
                                       
                                        
OptionLink("Give me Prizes for my Virtues."4GC);
                                        
OptionLink("Just passing by."255GC);
                                        
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        
GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (
option == 1)
                                    {
                                        
OptionText("You have " GC.MyChar.VP " of virtue points. Enjoy it."GC);
                                        
OptionLink("Okay, Thanks!"255GC);
                                        
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        
GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (
option == 4)
                                    {
                                        
OptionText("I can give a Meteor for 1k and a DragonBall for 10k of virtue points."GC);
                                        
OptionLink("Give me a Meteor for 1k"5GC);
                                        
OptionLink("Give me a DragonBall for 10k"6GC);
                                        
OptionLink("Let me think."255GC);
                                        
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        
GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (
option == 2)
                                    {
                                        
OptionText("You have " GC.MyChar.HonorPoints " of Quick HonorPoints.Enjoy it."GC);
                                        
OptionLink("Okay, Thanks!"255GC);
                                        
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        
GC.AddSend(Packets.NPCFinish());
                                    }
                                    
                                    else if (
option == 5)
                                    {
                                        if (
GC.MyChar.Inventory.Count <= 39)
                                        {
                                            
ulong Price 1000;
                                           

                                            if (
GC.MyChar.VP >= Price)
                                            {
                                                
GC.MyChar.VP -= Price;


                                                
GC.MyChar.AddItem(1088001);
                                                
OptionText("Here is your Prize."GC);
                                                
OptionLink("Thanks."255GC);
                                                
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                                
GC.AddSend(Packets.NPCFinish());
                                            }
                                            else
                                            {
                                                
OptionText("You do not have the right price."GC);
                                                
OptionLink("I see."255GC);
                                                
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                                
GC.AddSend(Packets.NPCFinish());
                                            }
                                        }
                                        else
                                        {
                                            
OptionText("You do not have one free slot in your inventory."GC);
                                            
OptionLink("I see."255GC);
                                            
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            
GC.AddSend(Packets.NPCFinish());
                                        }


                                    }

                                    else if (
option == 6)
                                    {
                                        if (
GC.MyChar.Inventory.Count <= 39)
                                        {
                                            
ulong Price 10000;


                                            if (
GC.MyChar.VP >= Price)
                                            {
                                                
GC.MyChar.VP -= Price;


                                                
GC.MyChar.AddItem(1088000);
                                                
OptionText("Here is your Prize."GC);
                                                
OptionLink("Thanks."255GC);
                                                
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                                
GC.AddSend(Packets.NPCFinish());
                                            }
                                            else
                                            {
                                                
OptionText("You do not have the right price."GC);
                                                
OptionLink("I see."255GC);
                                                
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                                
GC.AddSend(Packets.NPCFinish());
                                            }
                                        }
                                        else
                                        {
                                            
OptionText("You do not have one free slot in your inventory."GC);
                                            
OptionLink("I see."255GC);
                                            
GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            
GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    break;
                                }
                            
#endregion 

features i will make work DragonPoints

Update 3 : fix chat arabic and other language

now we will fix arabic language chat and other language same as u computer work language

go chat.cs and search about

PHP Code:
string From Encoding.ASCII.GetString(BR.ReadBytes(BR.ReadByte()));
            
string To Encoding.ASCII.GetString(BR.ReadBytes(BR.ReadByte()));
            
BR.ReadByte();
            
string Message Encoding.ASCII.GetString(BR.ReadBytes(BR.ReadByte()));
          
BR.Close();
            
MS.Close(); 
and replace it with new code

PHP Code:
int



            Position 
26;
            
int Len 0;
            
string From "";
            
string To "";
            
string Message "";
            for (
int C 0Data[25]; C++)
            {
                
From += Convert.ToChar(Data[Position]);
                
Position++;
            }
            
Len Data[Position];
            
Position++;
            for (
int C 0LenC++)
            {
                
To += Convert.ToChar(Data[Position]);
                
Position++;
            }
            
Position++;
            
Len Data[Position];
            
Position++;
            for (
int C 0LenC++)
            {
                
Message += Convert.ToChar(Data[Position]);
                
Position++;
            } 
================================

ty all


Eragon-sx
from Sx-Team to make the best server in the world
Eragon-sx is offline  
Thanks
6 Users
Old 12/11/2010, 12:54   #2
 
xScott's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 322
Received Thanks: 63
flame ensue
xScott is offline  
Old 12/11/2010, 13:01   #3
 
Eragon-sx's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 35
Received Thanks: 48
Is he working on anew source 5165 now ?

but i want you to try this V.

we are making soo many updates on

now

its better

try it

and tell me about bugs
Eragon-sx is offline  
Old 12/11/2010, 13:50   #4
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Fail.
Syst3m_W1z4rd is offline  
Old 12/11/2010, 17:12   #5
 
killersub's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 884
Received Thanks: 211
Quote:
Originally Posted by Syst3m_W1z4rd View Post
Fail.
its a copy/paste straight outa 4botters...wat u expect lol.
killersub is offline  
Old 12/11/2010, 17:17   #6
 
elite*gold: 0
Join Date: Nov 2010
Posts: 32
Received Thanks: 5
Will test it later.
WH-Man is offline  
Old 12/11/2010, 17:32   #7
 
_DreadNought_'s Avatar
 
elite*gold: 28
Join Date: Jun 2010
Posts: 2,223
Received Thanks: 867
You lied to us all, I'm gonna be picky.

You did NOT make this source. You edited it that's about it.

Anyway, I don't recommend using this source as its newestcoserver etc etc.
_DreadNought_ is offline  
Thanks
1 User
Old 12/11/2010, 17:55   #8
 
.Beatz's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 1,190
Received Thanks: 516
This source is very poor and can hold a max of I would say about 40 people, it is just an edited NCOS source but the coding is much worse than NCOS.
.Beatz is offline  
Thanks
1 User
Old 12/11/2010, 18:04   #9
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
He never learned about codingstyle, I guess.



Also his just giving out his ip.
WIch is the password to extract, how stupid can he be.

Anybody could f*** him over.
Syst3m_W1z4rd is offline  
Old 12/11/2010, 18:57   #10
 
elite*gold: 20
Join Date: Oct 2010
Posts: 451
Received Thanks: 259
#request Thread Name Change to: "Worst Source in the World"
Thanks. =]
FuriousFang is offline  
Old 12/11/2010, 19:19   #11
 
BioHazarxPaul's Avatar
 
elite*gold: 0
Join Date: Nov 2005
Posts: 548
Received Thanks: 93
Quote:
Originally Posted by FuriousFang View Post
#request Thread Name Change to: "Worst Source in the World"
Thanks. =]
awww man and i was hopping this would be the best source ever...
BioHazarxPaul is offline  
Thanks
1 User
Old 12/11/2010, 20:39   #12
 
elite*gold: 0
Join Date: Nov 2010
Posts: 8
Received Thanks: 3
Quote:
Originally Posted by FuriousFang View Post
#request Thread Name Change to: "Worst Source in the World"
Thanks. =]
I assume you have never tried LOTF v5017
.Sticky is offline  
Thanks
3 Users
Old 12/11/2010, 22:01   #13
 
InfamousNoone's Avatar
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,012
Received Thanks: 2,882
Egyptian's can troll? Who would've guessed.
InfamousNoone is offline  
Thanks
4 Users
Old 12/12/2010, 00:15   #14
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by InfamousNoone View Post
Egyptian's can troll? Who would've guessed.
Syst3m_W1z4rd is offline  
Thanks
2 Users
Old 12/12/2010, 02:36   #15
 
NukingFuts's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 480
Received Thanks: 111
lol copy and paste from 4botters failed hardcore
NukingFuts is offline  
Closed Thread


Similar Threads Similar Threads
Sell Source Binary v3.5, The Strongest Source in the world of private server
03/20/2011 - Conquer Online 2 Trading - 3 Replies
http://i797.photobucket.com/albums/yy253/aymanelkb er/vmwvhk.gif Wolves Private Server http://www.monsterup.com/upload/1258602276638.jpg Some Info About Source 2- Full Transalite 100% 3- Reborn ( 1 , 2 , 3 , 4) With Ninja Full work 100% 4- Plus ( +1 To +20 )
Who can do that (5165 source)
03/07/2010 - CO2 Private Server - 16 Replies
I want change level more than 255 I want change life more than 65535 Who can help me to do that!
For these who cant use 5165 source
12/13/2009 - CO2 PServer Guides & Releases - 15 Replies
Hello ppl :pimp: i found it on net and its working XD so i think it will be good to share it with others :P this is 5119 version of 5165 source link:Multiupload.com - upload your files to multiple file hosting sites! its so easy to set up just put OldCODB on the C driver and edit the config.ini its a little different than config from 5165 source u need just to type ur ip it can be hamachi and the patch of databaze folder which should look like this: GameServerIP=127.0.0.1 << here put...
Sell Source Binary v3.5, The Strongest Source in the world of private server
12/08/2009 - CO2 Private Server - 8 Replies
#Removed



All times are GMT +2. The time now is 17:32.


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.