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

12/11/2010 12:32 Eragon-sx#1
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 : [Only registered and activated users can see links. Click Here To Register...]
patch to run RaceSteeds : [Only registered and activated users can see links. Click Here To Register...]
Conquer.exe & Server.dat Working in 5165 CLient : [Only registered and activated users can see links. Click Here To Register...]

Source Files

my source link : [Only registered and activated users can see links. Click Here To Register...]
my sql file : [Only registered and activated users can see links. Click Here To Register...]

Site Files

my site files : [Only registered and activated users can see links. Click Here To Register...]

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

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
================================================== =
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

[Only registered and activated users can see links. Click Here To Register...]

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

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]


You Are Now Online Enjoy


:mofo: : 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
12/11/2010 12:54 xScott#2
flame ensue
12/11/2010 13:01 Eragon-sx#3
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
12/11/2010 13:50 Syst3m_W1z4rd#4
Fail.
12/11/2010 17:12 killersub#5
Quote:
Originally Posted by Syst3m_W1z4rd View Post
Fail.
its a copy/paste straight outa 4botters...wat u expect lol.
12/11/2010 17:17 WH-Man#6
Will test it later.
12/11/2010 17:32 _DreadNought_#7
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.
12/11/2010 17:55 .Beatz#8
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.
12/11/2010 18:04 Syst3m_W1z4rd#9
He never learned about codingstyle, I guess.

[Only registered and activated users can see links. Click Here To Register...]

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

Anybody could f*** him over.
12/11/2010 18:57 FuriousFang#10
#request Thread Name Change to: "Worst Source in the World"
Thanks. =]
12/11/2010 19:19 BioHazarxPaul#11
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...
12/11/2010 20:39 .Sticky#12
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
12/11/2010 22:01 InfamousNoone#13
Egyptian's can troll? Who would've guessed.
12/12/2010 00:15 Syst3m_W1z4rd#14
Quote:
Originally Posted by InfamousNoone View Post
Egyptian's can troll? Who would've guessed.
[Only registered and activated users can see links. Click Here To Register...]
12/12/2010 02:36 NukingFuts#15
lol copy and paste from 4botters failed hardcore :facepalm: