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
Messed with configs for hours, but nothing changed until I tried splitting the slots differently and testing with just a few items first. Kind of like checking what actually works before going full scale. Came across https://www.mega888reviews.com/ while taking a break, and reading through their simple, clear tips made me think maybe less complicated approaches often work best.
Question
rullezz
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
maybe some one know whats wrong with this code?
40 answers to this question
Recommended Posts