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? Quote
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 Quote
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? Quote
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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.