Formal Release

12/31/2010 00:24 PrototypeGaming#166
If the blowfish.dll error scared them, I wonder what their reaction will be when the solution for it is to download a 3.3 GB file. This source does not deserve to be in the "hands" of lazy leechers. Those that want to set this up and progress it need to spend their time. The solution is out, but people are too lazy to search for the torrent.

Also, I noticed that this source has countless amount of unused variables/methods/parameters. I guess it won't really slow down the server since it isn't being used, but it is still garbage being sent.
12/31/2010 00:52 taylor2846#167
true i see your point.
should i try to make this source use MySql database system or would it best best to keep it like it is?
12/31/2010 01:34 Syst3m_W1z4rd#168
Quote:
Originally Posted by taylor2846 View Post
true i see your point.
should i try to make this source use MySql database system or would it best best to keep it like it is?
If you should make it something, then make it MSSQL :)
12/31/2010 02:12 Arcо#169
Quote:
Originally Posted by taylor2846 View Post
true i see your point.
should i try to make this source use MySql database system or would it best best to keep it like it is?
Inifile system is faster than mysql.
12/31/2010 12:24 Basser#170
Quote:
Originally Posted by Arcо View Post
Inifile system is faster than mysql.
GTFO.
12/31/2010 18:21 taylor2846#171
do you disagree with what he said and if you you should put why. so that it dont seem like spam when you put something like [Only registered and activated users can see links. Click Here To Register...]


btw is seems like the npc system in this source lags or is it just my computer?
12/31/2010 19:18 Arcо#172
Quote:
Originally Posted by Basser View Post
GTFO.

Lol do you think I'mn wrong?
12/31/2010 19:28 Ian*#173
Only advantage to using a text file is you don't have to add another reference to your code and make a connection to mysql LOL

Tbh ini file is ghetto. I think it should really only be used as a temporary storage method, and not store your whole "database" in plain text.

Once it grows larger you will notice the slow downs.

GG Arco. Rage quit. Die by alistar bot and ryze bot ganking you #10

Edit: i think there's even threads about this already.
Anyways, if you think MySQL is to blame for any errors or slow downs, usually it is your fault, not mysql's. If you have any issues like that you can just monitor queries and see which one is bogging you down and using up a lot of your CPU, and FIX IT.

MySQL is like HDTV, text files are like.. not hd.
12/31/2010 19:38 chickmagnet#174
Quote:
Originally Posted by taylor2846 View Post
do you disagree with what he said and if you you should put why. so that it dont seem like spam when you put something like [Only registered and activated users can see links. Click Here To Register...]


btw is seems like the npc system in this source lags or is it just my computer?
id say goahead make mysgl if ur up 2 to it do it
12/31/2010 19:42 Ian*#175
Quote:
Originally Posted by Syst3m_W1z4rd View Post
If you should make it something, then make it MSSQL :)
[Only registered and activated users can see links. Click Here To Register...]

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

Anyways, MS SQL really only takes the cake when it comes to doing really fancy queries, like ones with multiple functions, joins, subquereies etc etc...

even if mysql seems a little slow, no point in changing to ms sql, its normally a hardware problem from what I've read. I never had any trouble with it being slow myself though :P
12/31/2010 22:00 taylor2846#176
hay i was thanking about downgrading the source to 5017 because i do not like ninja because it sets off the balance in the game its like a trojan with stronger weapons and poison skills and with ninjas in a server no one uses trojans because obsolete.
anyway do you all have a link for the 5017 Clint all the links that i can find are dead and the one on the all major client page is slow says its going to take about 2 days to download it so that link will not work for me.
01/01/2011 02:01 princeofpain#177
Thanks, this looks cool! For summer vacation I made a proxy, I guess for winter break I'm doing pserver =] This is the only thing Conquer is good for anymore, making my breaks productive lol
01/01/2011 02:25 InfamousNoone#178
Quote:
Originally Posted by PrototypeGaming View Post
If the blowfish.dll error scared them, I wonder what their reaction will be when the solution for it is to download a 3.3 GB file. This source does not deserve to be in the "hands" of lazy leechers. Those that want to set this up and progress it need to spend their time. The solution is out, but people are too lazy to search for the torrent.

Also, I noticed that this source has countless amount of unused variables/methods/parameters. I guess it won't really slow down the server since it isn't being used, but it is still garbage being sent.
What method are unused? If there's unused code it's likely code not implemented myself (i.e. by Andy or Ultimation). The down side is when I work with a team, I tend to only use my own work, or recode things.

Quote:
Originally Posted by Ian* View Post
Only advantage to using a text file is you don't have to add another reference to your code and make a connection to mysql LOL

Tbh ini file is ghetto. I think it should really only be used as a temporary storage method, and not store your whole "database" in plain text.

Once it grows larger you will notice the slow downs.

GG Arco. Rage quit. Die by alistar bot and ryze bot ganking you #10

Edit: i think there's even threads about this already.
Anyways, if you think MySQL is to blame for any errors or slow downs, usually it is your fault, not mysql's. If you have any issues like that you can just monitor queries and see which one is bogging you down and using up a lot of your CPU, and FIX IT.

MySQL is like HDTV, text files are like.. not hd.
I really didn't think you'd buy into this crap. An INI file will not "slow down" as the database "grows larger". The database is SEVERAL INI files. If it was a single file, your point would be valid.

Quote:
Originally Posted by Ian* View Post
[Only registered and activated users can see links. Click Here To Register...]

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

Anyways, MS SQL really only takes the cake when it comes to doing really fancy queries, like ones with multiple functions, joins, subquereies etc etc...

even if mysql seems a little slow, no point in changing to ms sql, its normally a hardware problem from what I've read. I never had any trouble with it being slow myself though :P
In my opinion, MSSQL > MySQL.
01/01/2011 02:30 taylor2846#179
you all got a link for the 5017 Client i can not seem to find what that will work 4 me some help with this ?
NOTE: the one on the major download page will not download.
and all the links i found searching are not file could not be found.

also can you all help me with downgrading this source to client 5017.
i want to try to do it my self so please don't do it for me.
just guide me what i need to do.
and yes i no edit the packets what else?
01/01/2011 08:46 Ian*#180
Quote:
Originally Posted by InfamousNoone View Post
What method are unused? If there's unused code it's likely code not implemented myself (i.e. by Andy or Ultimation). The down side is when I work with a team, I tend to only use my own work, or recode things.


I really didn't think you'd buy into this crap. An INI file will not "slow down" as the database "grows larger". The database is SEVERAL INI files. If it was a single file, your point would be valid.


In my opinion, MSSQL > MySQL.
Didn't look at your source but I was just assuming it was done like Accounts.ini and just appends a new section to the file each time a new account was created and you loaded all the account into memory or something, but that's just how it sounds from what Ive read. If done differently then yeah I guess it would be fine except it would get a bit messy and unorganized.

I dont really like MS products, bulky, overpriced, and really dont have any features or optimizations anything thats open source doesnt have itself.