Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Coding Corner
You last visited: Today at 14:49

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

Advertisement



[LEAKED] Arcane Source Code [for Development only]

Discussion on [LEAKED] Arcane Source Code [for Development only] within the SRO Coding Corner forum part of the Silkroad Online category.

Closed Thread
 
Old 10/21/2010, 20:36   #16


 
Yo123's Avatar
 
elite*gold: 41
Join Date: Nov 2007
Posts: 3,390
Received Thanks: 2,700
you'll need vs 2010 since it's converted.
Yo123 is offline  
Old 10/21/2010, 20:45   #17
 
elite*gold: 0
Join Date: Sep 2009
Posts: 520
Received Thanks: 435
Is it a MSSQL or MySQL database ?
CraYu is offline  
Old 10/21/2010, 20:49   #18
 
chea77er's Avatar
 
elite*gold: 12
Join Date: Oct 2009
Posts: 290
Received Thanks: 193
It is MSSQL. I didnt see a fail here. Exe key??what do you mean? we're possesing the whole source code
chea77er is offline  
Old 10/21/2010, 21:19   #19
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1,003
Received Thanks: 652
to add the db is easy ^^
x*Manu*x is offline  
Old 10/21/2010, 21:30   #20
 
chea77er's Avatar
 
elite*gold: 12
Join Date: Oct 2009
Posts: 290
Received Thanks: 193
Quote:
Originally Posted by MagyarSilkroad View Post
what a leecher, you download the file's and write your name "Arcane-Leaked-by-chea77er.rar he-he-he
It just mean that its leaked by me. I never said that the I coded this Emu.


@LastThief:
You can see DB structures in the Source Code. I dont watched for them yet, but i can say that lyzerk use db to put informations like "characterdata.txt" into the MSSQL DB. So i think he made an Convert or something else.

Correct me if im wrong. I didnt spend time into these Files yet.
chea77er is offline  
Old 10/21/2010, 21:35   #21
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1,003
Received Thanks: 652
Quote:
Originally Posted by chea77er View Post
It just mean that its leaked by me. I never said that the I coded this Emu.


@LastThief:
You can see DB structures in the Source Code. I dont watched for them yet, but i can say that lyzerk use db to put informations like "characterdata.txt" into the MSSQL DB. So i think he made an Convert or something else.

Correct me if im wrong. I didnt spend time into these Files yet.
right
and you only need to know how to code a mssql database then you can easly add the tables and i start it only for me
x*Manu*x is offline  
Old 10/21/2010, 22:00   #22
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
i will try to rebuild new db so lets give it try
LastThief is offline  
Old 10/21/2010, 22:02   #23
 
elite*gold: 0
Join Date: Sep 2009
Posts: 520
Received Thanks: 435
Im working on it too.



But i really donīt now how to make a db connection for database.ini
CraYu is offline  
Thanks
1 User
Old 10/21/2010, 22:07   #24
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1,003
Received Thanks: 652
Quote:
Originally Posted by HeavyLegend View Post
Im working on it too.



But i really donīt now how to make a db connection for database.ini
look on game server and loginserver there you will find all thing like serverconfig
x*Manu*x is offline  
Old 10/21/2010, 22:21   #25


 
Yo123's Avatar
 
elite*gold: 41
Join Date: Nov 2007
Posts: 3,390
Received Thanks: 2,700
#another clean up.
i'm serious any off topic post will be punished!
Yo123 is offline  
Old 10/21/2010, 22:52   #26
 
chea77er's Avatar
 
elite*gold: 12
Join Date: Oct 2009
Posts: 290
Received Thanks: 193
So i dont know which Client the Emu supported. So someone who have the Client could extract following files:

Code:
            ItemDatabase(@"\data\itemdata_5000.txt");
            ItemDatabase(@"\data\itemdata_10000.txt");
            ItemDatabase(@"\data\itemdata_15000.txt");
            ItemDatabase(@"\data\itemdata_20000.txt");
            ItemDatabase(@"\data\itemdata_25000.txt");
            ItemDatabase(@"\data\itemdata_30000.txt");
            ItemDatabase(@"\data\itemdata_35000.txt");

            LoadSkillData(@"\data\skilldata_5000.txt");
            LoadSkillData(@"\data\skilldata_10000.txt");
            LoadSkillData(@"\data\skilldata_15000.txt");
            LoadSkillData(@"\data\skilldata_20000.txt");
            LoadSkillData(@"\data\skilldata_25000.txt");
            LoadSkillData(@"\data\skilldata_30000.txt");
            LoadSkillData(@"\data\skilldata_35000.txt");

            ObjectDataBase(@"\data\characterdata_5000.txt");
            ObjectDataBase(@"\data\characterdata_10000.txt");
            ObjectDataBase(@"\data\characterdata_15000.txt");
            ObjectDataBase(@"\data\characterdata_20000.txt");
            ObjectDataBase(@"\data\characterdata_25000.txt");
            ObjectDataBase(@"\data\characterdata_30000.txt");
            ObjectDataBase(@"\data\characterdata_35000.txt");

gj Manu
chea77er is offline  
Old 10/21/2010, 23:00   #27
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
working with latest ksro client but i don`t know if ksro updated the client after 06-08-2010 or no !
LastThief is offline  
Old 10/21/2010, 23:15   #28
 
Ninja1337's Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 964
Received Thanks: 330
Quote:
Originally Posted by chea77er View Post
So i dont know which Client the Emu supported. So someone who have the Client could extract following files:

Code:
            ItemDatabase(@"\data\itemdata_5000.txt");
            ItemDatabase(@"\data\itemdata_10000.txt");
            ItemDatabase(@"\data\itemdata_15000.txt");
            ItemDatabase(@"\data\itemdata_20000.txt");
            ItemDatabase(@"\data\itemdata_25000.txt");
            ItemDatabase(@"\data\itemdata_30000.txt");
            ItemDatabase(@"\data\itemdata_35000.txt");

            LoadSkillData(@"\data\skilldata_5000.txt");
            LoadSkillData(@"\data\skilldata_10000.txt");
            LoadSkillData(@"\data\skilldata_15000.txt");
            LoadSkillData(@"\data\skilldata_20000.txt");
            LoadSkillData(@"\data\skilldata_25000.txt");
            LoadSkillData(@"\data\skilldata_30000.txt");
            LoadSkillData(@"\data\skilldata_35000.txt");

            ObjectDataBase(@"\data\characterdata_5000.txt");
            ObjectDataBase(@"\data\characterdata_10000.txt");
            ObjectDataBase(@"\data\characterdata_15000.txt");
            ObjectDataBase(@"\data\characterdata_20000.txt");
            ObjectDataBase(@"\data\characterdata_25000.txt");
            ObjectDataBase(@"\data\characterdata_30000.txt");
            ObjectDataBase(@"\data\characterdata_35000.txt");

gj Manu
i got them here you go
here's the link

Edit : heres the password
SmodFtw
Ninja1337 is offline  
Thanks
1 User
Old 10/21/2010, 23:44   #29
 
elite*gold: 0
Join Date: Feb 2010
Posts: 34
Received Thanks: 6
Quote:
Originally Posted by Ninja1337 View Post
i got them here you go
here's the link

i ll pm you the password
Why password protect this? Just post the password to save others some time... I don't feel like looking for the pk2 extractor :P.
the_rookie is offline  
Old 10/21/2010, 23:58   #30
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
@ninja from where you got those files

i see file name (Database) extract.rar

which database exactly ?

edit:The file you are trying to access is temporarily unavailable.
LastThief is offline  
Closed Thread


Similar Threads Similar Threads
[Development]5071 C# Source
09/13/2010 - CO2 Private Server - 36 Replies
Well as some of you know, I have been working on Hybrid's Bugless/Basic source and with the help of Kinshi, I have upgraded it to +5018. The patch I am going for it 5065. Thought it was about time to post a development thread so all of you looking forward to the server can stay updated. I've successfully structured the 5065 character information packet (HUGE thanks to Nullable for teaching me about packets, if it wasn't for him, I wouldn't have been able to structure all the packets I...
[Development]Public Source!
07/17/2010 - CO2 Private Server - 63 Replies
This topic is for TwilightCO's 5017 server. You can find updates , news, pictures and idea all through out this thread. This is a thread where you can put my skills to the test with your ideas! Currently Working On Satatus: Attacking - I'm working on base for the attack processor and calculations Mobs - MobAI (need i say more) and mob spawing Currently Finished: Auth Server - Auth server is complete with ban and ip checks along with brute force protection. Jumping - Jumping was fixed...
ConquerOnline source is leaked!
12/06/2008 - CO2 Private Server - 40 Replies
hey guys, this is no bullshit post. COnqueronline source is leaked, so those 3 guys may not be bullshitting. But its for the chinese CO so far. Already watched a guy over teamviewer with it, so did Hybrid and it got files for latest encryption, correct DB and correct server files, config, etc etc etc. So,check all the releasing sites and you may find it. Release it here if you find it! Emme



All times are GMT +2. The time now is 14:49.


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.