Chrysis19 Posted January 1, 2016 Posted January 1, 2016 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?
SweeTs Posted January 1, 2016 Posted January 1, 2016 (edited) Send a message to both players with this content/method. _playerOne.getClassId().name(); _playerTwo.getClassId().name(); Edited January 1, 2016 by SweeTs
Rootware Posted January 1, 2016 Posted January 1, 2016 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?
SweeTs Posted January 1, 2016 Posted January 1, 2016 (edited) Not everyone follow L2J timeline or leech methods. You know :p Edited January 1, 2016 by SweeTs
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now