[Dev] Perfect CO 5017

09/19/2010 18:05 jackpotsvr#16
Quote:
Originally Posted by Sion~ View Post
2nd. You can also further the system in many ways, such as 1) special auras, making them a ghost when afk :D and allot more.
Ow and about that, its also possible with my current system shall i show you a pic? Just one line of code
09/19/2010 22:24 Fish*#17
I would suggest you just use hybrids source, if ur going to make the "perfect co 5017".
As it is more stable, is bugless and you will learn alot from it.
09/19/2010 23:16 jackpotsvr#18
Quote:
Originally Posted by Fish* View Post
I would suggest you just use hybrids source, if ur going to make the "perfect co 5017".
As it is more stable, is bugless and you will learn alot from it.
Possible.. But the thing on my mind is.. Isn't it such good source with evertything implented what you even dan't dream?? Cause im a person that wants too add things , fix bugs, etc etc. I never worked with that source..

*sorry if i made typos im on mobile phone ;)*
09/19/2010 23:28 Arcо#19
Quote:
Originally Posted by jackpotsvr View Post
Possible.. But the thing on my mind is.. Isn't it such good source with evertything implented what you even dan't dream?? Cause im a person that wants too add things , fix bugs, etc etc. I never worked with that source..

*sorry if i made typos im on mobile phone ;)*
On the contrary, hybrids source has nearly nothing in it except for login, and basic functions.
09/20/2010 00:52 Fish*#20
Quote:
Originally Posted by jackpotsvr View Post
Possible.. But the thing on my mind is.. Isn't it such good source with evertything implented what you even dan't dream?? Cause im a person that wants too add things , fix bugs, etc etc. I never worked with that source..

*sorry if i made typos im on mobile phone ;)*
as arco said above there is nothing really in the source.
But is awsome if u want to develope something on that patch.
For me features are not making a source good, but the way is structured.
If u want to learn, then hybrids source is good for it, since u have to add things by ur self.
09/20/2010 04:31 ImFlamedCOD#21
Why reinvent the wheel when you can just improve on whats already there. Tho something maybe crap you can turn it into gold. Literally speaking you have a farm like my grandparents you sell cow manure to farms for crops and boom profit. Just an example of crap being gold.
09/25/2010 22:45 jackpotsvr#22
Heya,, i was busy for a while! :)
I'll go on with this project for a while,,Maybe later i'll go to Hybrids source...

Sorry had a real busy week at school. Today i added day, evening, night to my source, yet it still with command, ill add timer later :)
Screenshots
09/25/2010 22:53 Arcо#23
Quote:
Originally Posted by jackpotsvr View Post
Heya,, i was busy for a while! :)
I'll go on with this project for a while,,Maybe later i'll go to Hybrids source...

Sorry had a real busy week at school. Today i added day, evening, night to my source, yet it still with command, ill add timer later :)
Screenshots
Add me on msn and I'll give you a timer for it.
09/26/2010 00:01 CptSky#24
If you want something realistic and based on the time, here a function.

C = -191/144(T - 12)^2 + 255

Little example:
Code:
Double Time = DateTime.Now.Hour + (Double)(DateTime.Now.Minute / 60);
Byte Color = (Byte)((-191 / 144) * Math.Pow((Time - 12), 2) + 255);
UInt32 RealColor = (UInt32)((Color << 16) | (Color << 8) | Color);
09/26/2010 01:01 jackpotsvr#25
Quote:
Originally Posted by CptSky View Post
If you want something realistic and based on the time, here a function.

C = -191/144(T - 12)^2 + 255

Little example:
Code:
Double Time = DateTime.Now.Hour + (Double)(DateTime.Now.Minute / 60);
Byte Color = (Byte)((-191 / 144) * Math.Pow((Time - 12), 2) + 255);
UInt32 RealColor = (UInt32)((Color << 16) | (Color << 8) | Color);
Ah i see.. I'll try add it tomorow, only problem is, the morning i want too start little blueish, tha more orange (sunish) like in real. I'll add weather soon too.
09/26/2010 02:22 CptSky#26
Quote:
Originally Posted by jackpotsvr View Post
Ah i see.. I'll try add it tomorow, only problem is, the morning i want too start little blueish, tha more orange (sunish) like in real. I'll add weather soon too.
I will try to make a new function with your request.
09/26/2010 15:00 jackpotsvr#27
Quote:
Originally Posted by Аrco View Post
Add me on msn and I'll give you a timer for it.
I've added you (hint* my real name is Thomas so you know thats me)

**
Atm im resizing pics so they become 3 times smaller, otherwise i go above my montly space :)

lol i saw at some of my screenshot it says Legends return (upperdown-right of some screenshots) This was a client edit, im using 5017