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
Hey all,
I'm looking for OOG bot that works with Interlude (Java).
In past I was using L2Superman and L2Walker.
I tried to find, but all OOG walkers I found don't work...
Thanks !
Hello mate, it's been a while since you appeared on discord, I would like your attention to finalize the ongoing project, if you see this please reply to me.
i think Interlude is better...there are lots of IL pack based on Vanganth old code in this forum,you can find it.
C5 only bugged in there.
Kameal i only know the La2world did that.
HB ,hmmm...the COEP i guess.
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