Weather System

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Howler
Posts: 32
Joined: Thu Sep 23, 2010 9:10 am

Weather System

Post by Howler »

Well i today i found that weather system exist in l2.
I used the client side packet from the client and made snowing.
But i can't find the packet since i don't know how to sniff it.

proofs
Image

Sorry if i post on the wrong section.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Weather System

Post by jurchiks »

How did you open that panel?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
mochitto
Posts: 87
Joined: Fri Jul 18, 2008 2:27 pm
Location: Slovakia

Re: Weather System

Post by mochitto »

Hi5 client -> alt+g -> UI
i guess
Sorry for my bad english.
User avatar
shinomidefuego
Posts: 122
Joined: Thu Jun 28, 2007 5:37 pm
Location: Venezuela
Contact:

Re: Weather System

Post by shinomidefuego »

amazing!!! excelent for christmas season!!

How you do that?
Image
MMMMMmmmmmMMMMM
Howler
Posts: 32
Joined: Thu Sep 23, 2010 9:10 am

Re: Weather System

Post by Howler »

yes is alt-g > UI

No you can't yet used it since server-side packet is missing, and client-side packet is unkown even for L2Phx.

So i am asking help someone can find the client-side packet or even server-side (i don't have problem) :D
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Weather System

Post by jurchiks »

phx should show you an UnknownXX packet (XX - 2 digits usually), you can usually guess the opcode. I think the packet that does this is only a trigger so it wouldn't be a wonder if it had a maximum of one parameter (on/off or the type of effect if there are multiple).
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Evilus
Posts: 387
Joined: Mon Jun 09, 2008 6:08 pm

Re: Weather System

Post by Evilus »

Server Packet is probably the below one

FE:C2 - ExChangeClientEffectInfo
Structure: ddd
Howler
Posts: 32
Joined: Thu Sep 23, 2010 9:10 am

Re: Weather System

Post by Howler »

Maybe yes maybe no
btw this packet ither exist on l2phx ither on l2j.
If we don't know what the client-side packet looks like we can't make the server-side :/
User avatar
Pere
Posts: 400
Joined: Sat Jan 05, 2008 11:09 am
Location: Catalunya, Berguedà

Re: Weather System

Post by Pere »

Code: Select all

WriteC(0xFE);WriteH(0xC2);WriteD(0x02); // Dunno, must be 2WriteC(variable);WriteC(1000000); // Some LARGE number, don't ask me why switch (variable){case 0:    Client crash :Dcase 1:    Lightning effect :ocase 2:case 3:    Nothing :(case 4:    Permanent blur effect, impossible to play with itcase 5:    Lesser blur effectcase 6:case 7:case 8:     And lesser and lesser and lessercase 9:     CRASH! ;<}
And I didn't investigate more, no snow for now :C
Bones tardes amics meus tots!
Howler
Posts: 32
Joined: Thu Sep 23, 2010 9:10 am

Re: Weather System

Post by Howler »

Thank's for it. I will give it a check.
User avatar
shinomidefuego
Posts: 122
Joined: Thu Jun 28, 2007 5:37 pm
Location: Venezuela
Contact:

Re: Weather System

Post by shinomidefuego »

Howler wrote:Thank's for it. I will give it a check.
:?: :?:
Image
MMMMMmmmmmMMMMM
Howler
Posts: 32
Joined: Thu Sep 23, 2010 9:10 am

Re: Weather System

Post by Howler »

i said ill check the packet. where the wierd? :P
Howler
Posts: 32
Joined: Thu Sep 23, 2010 9:10 am

Re: Weather System

Post by Howler »

It has and rain not only snow.. :D

As official says:
Snow or rain may appear in the Rune or Schuttgart territories. Weather Effects can be turned off in the Video Options. on C5 Expansion.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Weather System

Post by MELERIX »

1st Box is for "Weather Sort" and the modes are:

0 = Rain
1 = Snow
2 = Rain + Snow

2nd Box is for "Sort Combo" and modes are:

0 = ????
1 = ????
2 = ???? + ????

3rd Box is for "Emitter Pos Combo" and modes are:

0 = ????
1 = ????

Parameters are:

- Particle Weight (used to set amount of particles)
- Particle Speed (used for speed of particles)
- Particle Emitter Num (used for ????)

Buttons are:

- Set
- Initialize
- Delete
User avatar
Nyaran
Posts: 254
Joined: Mon Apr 11, 2011 11:13 am
Location: Madrid, Spain
Contact:

Re: Weather System

Post by Nyaran »

uooo, nice you found the packet!!!!

I saw its a few days ago and I want investigate it, but I'm now investigate the EventMatch system.
when I finished it, I was planning to investigate everything related to weather effects

UI tool will help very much to develomment retail fuctions *_*
My English is bad, if you don't understand me, call Plim and she translates it xD
Image
Image
Post Reply