Register for your free account! | Forgot your password?

You last visited: Today at 07:16

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

Advertisement



Weather in 5520+

Discussion on Weather in 5520+ within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 11/04/2011, 21:15   #31
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
i'm so done with this...

Code:
public void Nighttime()
        {
            Network.GamePackets.Data Packet = new Network.GamePackets.Data(true);
            Packet.ID = 104;
            Packet.dwParam = 5855577;
            foreach (GameState pclient in ServerBase.Kernel.GamePool.Values)
            {
                Packet.UID = pclient.Entity.UID;
                pclient.Send(Packet);
            }
        }
Now sit in a puddle and be happy.
Spirited is offline  
Thanks
1 User
Old 11/04/2011, 21:22   #32
 
abdeen's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 14
Worked Fine .

how to make its normal ?

i mean light ?


i know same code , but what number i have to type instead of 5855577 ?
abdeen is offline  
Old 11/04/2011, 21:28   #33
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by abdeen View Post
Worked Fine .

how to make its normal ?

i mean light ?


i know same code , but what number i have to type instead of 5855577 ?
666.
Spirited is offline  
Thanks
1 User
Old 11/04/2011, 21:36   #34
 
abdeen's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 14
Quote:
Originally Posted by Fаng View Post
666.
Thanks Fang. i`ll try it , i am creating a timer for it .
abdeen is offline  
Old 11/04/2011, 21:42   #35
 
Lateralus's Avatar
 
elite*gold: 0
Join Date: May 2005
Posts: 1,892
Received Thanks: 918
Quote:
Originally Posted by abdeen View Post
Thanks Fang. i`ll try it , i am creating a timer for it .
If you need help with making the timer for it, feel free to make another topic or two.
Lateralus is offline  
Thanks
1 User
Old 11/04/2011, 21:46   #36
 
abdeen's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 14
Quote:
Originally Posted by Lateralus View Post
If you need help with making the timer for it, feel free to make another topic or two.
Lol no thanks i am already made the timer , but 666 made the world is BLUE

it`s not correct O.o
abdeen is offline  
Old 11/04/2011, 22:19   #37
 
elite*gold: 0
Join Date: May 2011
Posts: 1,769
Received Thanks: 756
Quote:
Originally Posted by abdeen View Post
Lol no thanks i am already made the timer , but 666 made the world is BLUE

it`s not correct O.o
I don't hope you're christian.
BaussHacker is offline  
Old 11/04/2011, 22:24   #38
 
abdeen's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 14
Quote:
Originally Posted by BaussHacker View Post
I don't hope you're christian.
what are you talking about ?
abdeen is offline  
Old 11/04/2011, 22:29   #39
 
Matzukaze's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 321
Received Thanks: 72
cool tahanks
Matzukaze is offline  
Old 11/05/2011, 05:00   #40
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by abdeen View Post
what are you talking about ?
It was a joke.... i said 666 because i was getting annoyed by how pathetic you're being. 666 is the area code for calling hell. It's "0". That should make everything perfect.
Spirited is offline  
Thanks
1 User
Old 11/05/2011, 08:32   #41
 
Sp!!ke's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 380
Received Thanks: 58
Quote:
Originally Posted by abdeen View Post
Okay , so i am trying to make its night , i coded it to Rain , Snow , Rain Wind and Blowing Cotton and its working fine , but i don't know how to make it`s Night

any help ?

First , you not coded rain,snow ( wheater ) you just copy that from korvacs.

Second , for night you need to make a system with some screen colors, it's simple.
Sp!!ke is offline  
Old 11/05/2011, 20:16   #42
 
abdeen's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 14
Quote:
Originally Posted by Sp!!ke View Post
First , you not coded rain,snow ( wheater ) you just copy that from korvacs.

Second , for night you need to make a system with some screen colors, it's simple.
First, i did not copied anything from Korvacs

Second, i done with it .
abdeen is offline  
Old 11/05/2011, 21:00   #43
 
Sp!!ke's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 380
Received Thanks: 58
hahahaa !!!

you done it cause fang help you to change 2 line's !

I hate fang cause him help noobs and after they say " I'm done coding that system , was easy " .... first thank to fang for help !

and Korvacs is person who released Wheater packet, without him you wont have that system ! ( since I use him packets ) Thanks..

and Fang :P I don't hate you ! just joke...
Sp!!ke is offline  
Thanks
2 Users
Old 07/01/2014, 04:43   #44
 
marcbacor6666's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 557
Received Thanks: 76
is there a way to make it work only in tc, i have tried everything still fails **** lol im stupid


Code:
 if (client.Entity.MapID == 1002)
                    {
                        Program.ScreenColor = 5855577;
                        foreach (Client.GameClient C in Kernel.GamePool.Values)
                        {
                            Data datas = new Data(true);
                            datas.UID = C.Entity.UID;
                            datas.ID = 104;
                            Program.ScreenColor = 5855577;
                            datas.dwParam = 5855577;
                            C.Send(datas);
                        }
                    }
bump
marcbacor6666 is offline  
Old 07/01/2014, 05:23   #45
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by marcbacor6666 View Post
is there a way to make it work only in tc, i have tried everything still fails **** lol im stupid


Code:
 if (client.Entity.MapID == 1002)
                    {
                        Program.ScreenColor = 5855577;
                        foreach (Client.GameClient C in Kernel.GamePool.Values)
                        {
                            Data datas = new Data(true);
                            datas.UID = C.Entity.UID;
                            datas.ID = 104;
                            Program.ScreenColor = 5855577;
                            datas.dwParam = 5855577;
                            C.Send(datas);
                        }
                    }
bump
Your code reads: If the current player is on map 1002 (Twin City), then for each player on the server, change the screen color. Yeah, that's doesn't sound right to me at all. PS: This has already been addressed on this thread. Please read.
Spirited is offline  
Reply


Similar Threads Similar Threads
how i can upgrade 5375 to 5520 ?
10/19/2011 - CO2 Private Server - 8 Replies
how i can upgrade 5375 to 5520 ? plz can any one help me and very thanks can any one help me my source phoenix can any one help me my source phoenix
Question in 5520 source
09/23/2011 - CO2 Private Server - 4 Replies
I've solved every bug in the source except one, that when I wear any garment it decrease my battle power. So where is the problem ?! Edit:ROFL, 60 views and 0 replies 0.o, is my problem hard? okay, anybody guess any solution lol. anyway if you don't know the problem solving reply to give me hope :D
i need all pleas SpwanPacket 5520
09/19/2011 - CO2 Private Server - 7 Replies
ples all i need spewanPacket 5520 and Packet Level for 5520 plese chrg level is read 0
5520 help with this error source
08/25/2011 - CO2 Private Server - 3 Replies
hi all thanks for releasing your fang work but NEED help with this connection error please help thanks god bless you all http://img72.xooimage.com/files/1/5/9/condones-2c 0f3f2.jpg
spawn name Packet 5520
08/21/2011 - CO2 Private Server - 11 Replies
hellos Evert Body this pic http://img832.imageshack.us/img832/7425/44423762.j pg that when i try to upgrade my sourse from 5375 to 5520 i upgrade the spawn to see the monsters and other chars but i can't see the names of them and the char is visble?? so i need spawn packet make it fully working



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


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.