i try to add at my Event dualbox check, i put at "addParticipant " this:
String ip = playerInstance.getClient().getConnection().getInetAddress().getHostAddress();
{
if (playerInstance.getClient().getConnection().getInetAddress().getHostAddress().equalsIgnoreCase(ip))
{
playerInstance.sendMessage("You have already joined the event with another character.");
return false;
}
}
and now i cant join at my event with one window, not even with dual box :P
Deadpool Skin for All Races Lineage 2
A custom Deadpool skin is now available for all races and classes in Lineage 2. Fully compatible with any client version: Interlude, High Five, Classic, and others
This is perfect for private servers, custom events, or just adding fun to your gameplay. Available now at a very attractive price.
We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX!
Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
Question
rullezz
i try to add at my Event dualbox check, i put at "addParticipant " this:
and now i cant join at my event with one window, not even with dual box :P
maybe some one know whats wrong with this code?
40 answers to this question
Recommended Posts