Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 16:26

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

Advertisement



Truly, how well are the binaries coded?

Discussion on Truly, how well are the binaries coded? within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
Lateralus's Avatar
 
elite*gold: 0
Join Date: May 2005
Posts: 1,892
Received Thanks: 918
Truly, how well are the binaries coded?

I've done a bit of poking around at it with olly, and it seems to me that it's pretty inefficient. First thing I noticed was that it was reading monster drops from a file for EACH monster instead of just simply doing a few calculations...

Your thoughts and opinions?
Lateralus is offline  
Old 01/17/2011, 06:43   #2
 
zhalyn's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 560
Received Thanks: 774
Wot do you mean Binary?
zhalyn is offline  
Old 01/17/2011, 07:52   #3
 
elite*gold: 0
Join Date: Jun 2006
Posts: 457
Received Thanks: 67
I am guessing he meant the client source code
shitboi is offline  
Old 01/17/2011, 11:40   #4
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
You mean the actual C++ code?

Is the monster **** included in the NPCServer, then I guess you could look the exactly code, because the real sourcecode for that have been leeched.
Syst3m_W1z4rd is offline  
Old 01/17/2011, 11:41   #5
 
elite*gold: 0
Join Date: Dec 2009
Posts: 134
Received Thanks: 401
.exe = binary
usually.
legomans is offline  
Old 01/17/2011, 15:37   #6
 
nTL3fTy's Avatar
 
elite*gold: 0
Join Date: Jun 2005
Posts: 692
Received Thanks: 353
Quote:
Originally Posted by Lateralus View Post
I've done a bit of poking around at it with olly, and it seems to me that it's pretty inefficient. First thing I noticed was that it was reading monster drops from a file for EACH monster instead of just simply doing a few calculations...

Your thoughts and opinions?
I don't think you were looking at the real calculation for monster drops. If you look in the database, there are a few columns in cq_monstertype that specify the level range and types of generated drops.

idnameleveldrop_armetdrop_necklacedrop_armordrop_ringdrop_weapondrop_shielddrop_shoesdrop_hpdrop_mp
1Pheasant19999999999999910000001001000
2Turtledove7990990099110000001001000
57BullMonster1129229222292310020201002040
nTL3fTy is offline  
Old 01/17/2011, 18:30   #7
 
Lateralus's Avatar
 
elite*gold: 0
Join Date: May 2005
Posts: 1,892
Received Thanks: 918
Quote:
Originally Posted by nTL3fTy View Post
I don't think you were looking at the real calculation for monster drops. If you look in the database, there are a few columns in cq_monstertype that specify the level range and types of generated drops.

idnameleveldrop_armetdrop_necklacedrop_armordrop_ringdrop_weapondrop_shielddrop_shoesdrop_hpdrop_mp
1Pheasant19999999999999910000001001000
2Turtledove7990990099110000001001000
57BullMonster1129229222292310020201002040
Sorry, I meant for medicine and money drops.
Lateralus is offline  
Old 01/19/2011, 00:18   #8
 
gabrola's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 1,039
Received Thanks: 1,335
Let me rephrase your title. "Truly how bad are binaries coded?"
My answer, TQ coded it
gabrola is offline  
Thanks
1 User
Old 01/19/2011, 02:35   #9
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
Being a 'professional' company, obviously it would be better coded then most of what pservers will ever see. That being said, it's TQ we're talking about... they are not exactly that professional of a company and their products always seem to have some fairly large flaws.

So yahh... far from surprised if they have some nasty holes in their bins. I mean look at how much resources they tend to hog any server hosting the leaked ones and how much the official servers lag! A bit of optimization server side and they could probably fix almost all of that.
pro4never is offline  
Old 01/19/2011, 05:21   #10
 
elite*gold: 0
Join Date: Jun 2006
Posts: 457
Received Thanks: 67
i remembered talking to a friendly GM ages back on eagle server, she mentioned that ALL TQ servers are wrote and maintained by 1 guy, that includes crazytao, conquer, eudemons and etc ... Back then my impression was, Wow, what a guy. Now, my impression is, how cheap the company is.
shitboi is offline  
Old 01/19/2011, 07:26   #11
 
Huseby's Avatar
 
elite*gold: 106
Join Date: Oct 2006
Posts: 6,047
Received Thanks: 1,164
Quote:
Originally Posted by shitboi View Post
i remembered talking to a friendly GM ages back on eagle server, she mentioned that ALL TQ servers are wrote and maintained by 1 guy, that includes crazytao, conquer, eudemons and etc ... Back then my impression was, Wow, what a guy. Now, my impression is, how cheap the company is.
lol, no.
TQ digital is a respected online gaming company in China.
Huseby is offline  
Old 01/19/2011, 11:34   #12
 
gabrola's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 1,039
Received Thanks: 1,335
Quote:
Originally Posted by Huseby View Post
lol, no.
TQ digital is a respected online gaming company in China.
They're still cheap bastards and we know how bad their programmer(s) are.
gabrola is offline  
Thanks
1 User
Old 01/19/2011, 12:50   #13
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by gabrola View Post
They're still cheap bastards and we know how bad their programmer(s) are.
But they still beats us.
Syst3m_W1z4rd is offline  
Thanks
1 User
Old 01/19/2011, 13:44   #14
 
elite*gold: 0
Join Date: Jun 2006
Posts: 457
Received Thanks: 67
the company is definitely cheap, but nothing can be said about their programmer since he might be heavily overloaded.
Well whoever programmed conquer is definitely way better than me, lol.
shitboi is offline  
Old 01/19/2011, 14:02   #15
 
© Haydz's Avatar
 
elite*gold: 20
Join Date: Jan 2008
Posts: 1,042
Received Thanks: 252
Quote:
Originally Posted by shitboi View Post
the company is definitely cheap, but nothing can be said about their programmer since he might be heavily overloaded.
Well whoever programmed conquer is definitely way better than me, lol.
There's definitely more than one programmer at TQ.

If you read through the EO source, there's various signatures placed by them all over it, to signify its their work etc.

For Example:
Code:
	//---jinggy---begin
	//Íæ¼ÒÌØÊâ״̬µ÷½Ú dodge Öµ
	IStatus * pStatus = QueryStatus(STATUS_ADJUST_DODGE);
	if (pStatus)
	{
		nDge = ::CutTrail(0, AdjustData(nDge, pStatus->GetPower()));			
	}		
	//---jinggy---end
Code:
// self_defence     // add huang 2004.1.14
Code:
// pk increase    // tudo 2004.1.11   // û¸Ä
Code:
// °´ÕÕ 2004.10.28µÄ°¸×ÓÐÞ¸Ä	---- zlong
There's quite a lot more scattered around, that's just half of the User.cpp
© Haydz is offline  
Reply


Similar Threads Similar Threads
[WTS] Silkroad Website Templates - Coded/Not-Coded. With .PSD!
11/30/2009 - Silkroad Online Trading - 4 Replies
Examples : There Is NO Examples at the moment. Prices : Price for a full coded website, with a CMS - users can register, write comments. Admin panel included , easy write to news. - 60$. Included : PSD , all files, FREE WEB HOSTING - 3 months.
[help] TQ Binaries 3.0
10/17/2009 - CO2 Private Server - 7 Replies
i have setup Tq Binaries 3.0 and its up and working.. now is my question how i make a account:o i have test to make a account on the table "account" but the client says "wrong acc or pass" how can i make a account?
TQ binaries
02/20/2009 - CO2 Private Server - 2 Replies
?CAn anyone see my problem and help me in TQ binaries with teamviewer?? i completed aLL things but don't work :D My email is [email protected]



All times are GMT +2. The time now is 16:26.


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.