hello everyone does anyone here know any source dont matter what version have night system or any thing about night. i like to add night in my project i was wondering if there is any to get some help from there thx
lol ok tyQuote:
Sky Color subtype (104) in the General Action (10010) packet.
The programmer you're paying to code your server should know how to implement it.
thank you. yah i know it was relese on many sources before just dont have the time to download all i didnt even know the packet.Quote:
this code will help you alot it fully works realsed b4 in kimo source
Data datas = new Data(true);
datas.UID = C.Entity.UID;
datas.ID = 104;
Program.ScreenColor = 5855577;
datas.dwParam = 5855577;
C.Send(datas);
Quote:
this code will help you alot it fully works realsed b4 in kimo source
Data datas = new Data(true);
datas.UID = C.Entity.UID;
datas.ID = 104;
Program.ScreenColor = 5855577;
datas.dwParam = 5855577;
C.Send(datas);
Program.ScreenColor = 5855577;
C.Send(new Data(true)
{
UID = C.Entity.UID,
ID = Data.SkyColor,
DwParam = Program.ScreenColor
};
well thank you very much for the support it do relly look simple codeQuote:
Isn't that alot neater? So I sent the data to the client in one line(Effectively, yes I did) I changed the layout for personal preference(neater imo) and set the DwParam to the Program.ScreenColor & introduced a enum value for the IDPHP Code:Program.ScreenColor = 5855577;
C.Send(new Data(true)
{
UID = C.Entity.UID,
ID = Data.SkyColor,
DwParam = Program.ScreenColor
};
What are you doing with all those numbers?Quote:
this code will help you alot it fully works realsed b4 in kimo source
Data datas = new Data(true);
datas.UID = C.Entity.UID;
datas.ID = 104;
Program.ScreenColor = 5855577;
datas.dwParam = 5855577;
C.Send(datas);
Except for storing variables in Program... that's messy.Quote:
Isn't that alot neater? So I sent the data to the client in one line(Effectively, yes I did) I changed the layout for personal preference(neater imo) and set the DwParam to the Program.ScreenColor & introduced a enum value for the IDPHP Code:Program.ScreenColor = 5855577;
C.Send(new Data(true)
{
UID = C.Entity.UID,
ID = Data.SkyColor,
DwParam = Program.ScreenColor
};
That code doesn't really unlock the potential of screen tinting.Quote:
Nighttime existed before the idea of trinity was even thought of. :rolleyes:
The numbers are the colours representing the screencolor.
I'm still holding my breath that an idiot doesn't blurt it out. If people want that, then they can use very basic logic to figure it out. That doesn't seem to be the concern though since most people are completely content with just using that tint.Quote:
That code doesn't really unlock the potential of screen tinting.
Sure night and day existed before Trinity was a thought, but no one did it correctly.
He's from Trinity, there's a nice night/day system implemented with sunset/sunrise with night and daytime monsters as well as sound effects for each there.
Wasn't aware there was a proper way, ok.Quote:
That code doesn't really unlock the potential of screen tinting.
Sure night and day existed before Trinity was a thought, but no one did it correctly.
He's from Trinity, there's a nice night/day system implemented with sunset/sunrise with night and daytime monsters as well as sound effects for each there.