ExBrLoadEventTopRankers

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
Post Reply
vampir
Posts: 113
Joined: Sun Mar 28, 2010 6:17 pm

ExBrLoadEventTopRankers

Post 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?
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: ExBrLoadEventTopRankers

Post 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
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
vampir
Posts: 113
Joined: Sun Mar 28, 2010 6:17 pm

Re: ExBrLoadEventTopRankers

Post 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) ?
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: ExBrLoadEventTopRankers

Post 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.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
vampir
Posts: 113
Joined: Sun Mar 28, 2010 6:17 pm

Re: ExBrLoadEventTopRankers

Post by vampir »

I am trying to use what i can ;/ maybe have you got any other clue what may be used for multiple teams?
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: ExBrLoadEventTopRankers

Post 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;
Image
Post Reply