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
VibeSms continues its work.
We appreciate everyone who uses Vibe SMS.
Thank you for choosing us, for your messages, your support, and for simply staying with us.
Website link — https://vibe-sms.net/
Our Telegram channel — https://t.me/vibe_sms
Both are in-game bots. I'm looking for an out-of-game bot ((one that doesn’t require the L2 client).
Hmm, never heard about this bot. Will check, thank you
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