Jump to content

Recommended Posts

Posted

How about when you enter in Olympiad match receive a message of the class of your opponent at the 5 seconds or in 1 second before entering. 

 

any idea of adding this?

Posted (edited)

Send a message to both players with this content/method.

_playerOne.getClassId().name();
_playerTwo.getClassId().name();
Edited by SweeTs
Posted

L2J Server added methods getVisibleName() and getVisibleTitle(). What stops the everyone developer for use this features? Why you all want to creating bicycle again?

 

1. Before starting match of olympiad add visible name and title and after the end to delete.

2. Change in UserInfo and CharInfo packets _activeChar.getName() to _activeChar.getAppearance().getVisibleName().

3. Change in UserInfo and CharInfo packets _activeChar.getTitle() to _activeChar.getAppearance().getVisibleTitle().

4. Change everywhere activeChar.getName() to activeChar.getAppearance().getVisibleName().

 

It's very difficult?

Posted (edited)

Not everyone follow L2J timeline or leech methods. You know :p

Edited by SweeTs

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock