[PROBLEM]Weather ! Look on PIC

06/22/2010 09:42 teroareboss1#16
Code:
                           if (Cmd[0] == "/weather")
                        {
                            byte Weather = 0x1;
                            if (Cmd[1] == "n")
                                Weather = 0x1;
                            if (Cmd[1] == "rain")
                                Weather = 0x2;
                            if (Cmd[1] == "snow")
                                Weather = 0x3;
                            if (Cmd[1] == "rw")
                                Weather = 0x4;
                            if (Cmd[1] == "al")
                                Weather = 0x5;
                            if (Cmd[1] == "cb")
                                Weather = 0x7;
                            if (Cmd[1] == "cbw")
                                Weather = 0x8;
                            if (Cmd[1] == "bc")
                                Weather = 0x9;
                            if (Cmd[1] == "atoms")
                                Weather =0xa;
GC.AddSend(Packets.Weather((Features.WeatherType)Weather, uint.Parse(Cmd[2]), uint.Parse(Cmd[3]), uint.Parse(Cmd[4])));
                        }
06/22/2010 10:45 Sp!!ke#17
thanks :) Arco for command ! :P you are are a great moderator:P
06/22/2010 11:24 ~Yuki~#18
btw the code isnt the problem........ You are either using a ATI Card or a INTEL GMA Chip.

Most older ATI Cards arent Compatible wif Conquer, same wif nearly all INTEL GMA Chips
06/23/2010 04:58 Arcо#19
Quote:
Originally Posted by Tweety.4Girls View Post
thanks :) Arco for command ! :P you are are a great moderator:P
So the command worked?
06/23/2010 12:58 ~Yuki~#20
wut do yo think -_-"
06/23/2010 15:58 Sp!!ke#21
Quote:
Originally Posted by .Arco View Post
So the command worked?
not but I will try to fix it you give me a good model to start
06/23/2010 17:53 s.bat#22
Quote:
Originally Posted by ~Yuki~ View Post
wut do yo think -_-"
What did you think?
OP, we can't just guess what the problem is, you have to tell us what's wrong so we don't waste our time giving wrong answers. Goodluck solving the problem on your own.
06/23/2010 18:32 Korvacs#23
The problem is, that particular weather effect cannot have a high intensity, because it moves very fast accross the screen and causes those streaking lines, in my version it doesnt use that effect, i coded it out specifically to avoid this issue.

Yuki, you have no idea what your talking about mate, please dont confuse matters.
06/23/2010 18:33 Sp!!ke#24
so korvacs you have a command for weather?
06/23/2010 18:37 Korvacs#25
Quote:
Originally Posted by Tweety.4Girls View Post
so korvacs you have a command for weather?
No, i wrote a rotating weather system which effects everyone, i dont see the point in creating a command for weather, everyone having different weather doesnt make any sense, and has no point -shrug-.
06/23/2010 19:30 Sp!!ke#26
hmmm ok :) I will try to make a command to start weather system cause I have that problem with it ... thanks to anyone try to help me here