Page 1 of 1

ExBrLoadEventTopRankers

Posted: Fri Aug 23, 2013 3:52 pm
by vampir
Any idea how to make this packet work and how does it look like?
I can see that it is run by BrEventRankerList(Halloween rank list client packet) but whatever i paste in ExBrLoadEventTopRankers variables, nothing is appearing in game screen.
Can you help me?

Re: ExBrLoadEventTopRankers

Posted: Fri Aug 23, 2013 3:56 pm
by Zoey76
It's a nice packet I don't have an screen at the moment, but is quite simple to implement, would be nice for TVT and such. :P

Re: ExBrLoadEventTopRankers

Posted: Fri Aug 23, 2013 4:02 pm
by vampir
Yeah i already have packet for 1 team vs 1 team(Handy block checker packet), AllvsAll(kratei's cube packet) but i need something for more teams than 2 :(
What did you put in (int eventId, int day, int count, int bestScore, int myScore) ?

Re: ExBrLoadEventTopRankers

Posted: Fri Aug 23, 2013 4:32 pm
by Zoey76
vampir wrote:Yeah i already have packet for 1 team vs 1 team(Handy block checker packet), AllvsAll(kratei's cube packet) but i need something for more teams than 2 :(
What did you put in (int eventId, int day, int count, int bestScore, int myScore) ?
It's not intended for teams, more like a player rank table.

Re: ExBrLoadEventTopRankers

Posted: Fri Aug 23, 2013 4:37 pm
by vampir
I am trying to use what i can ;/ maybe have you got any other clue what may be used for multiple teams?

Re: ExBrLoadEventTopRankers

Posted: Fri Aug 23, 2013 5:43 pm
by UnAfraid
I think structure was chddddd
Actually we have it even implemented: com.l2jserver.gameserver.network.serverpackets.ExBrLoadEventTopRankers

U can use eventIds from those:

Code: Select all

public static final int APRIL_FOOLS = 20090401;public static final int EVAS_INFERNO = 20090801;public static final int HALLOWEEN_EVENT = 20091031;public static final int RAISING_RUDOLPH = 20091225;public static final int LOVERS_JUBILEE = 20100214;