Hello guys. I am looking for code/line that prohibit dualbox inside a zone ..
Like when player enter in a Zone (L2RaidBoss as example) check Ip or HWID and not allow to a second char to enter and teleport back ..
Spoiler
protected void onEnter(final L2Character character)
{
if (_enabled)
{
if (character instanceof L2PcInstance)
{
// Thread.dumpStack();
L2PcInstance player = (L2PcInstance) character;
if (player.isGM() || Config.ALLOW_DIRECT_TP_TO_BOSS_ROOM)
{
player.sendMessage("You entered " + _zoneName);
Thank you in advance
Edit: i just see one more guy just LF that aswell (i guess perfect timming)
Dear friends, right now we are holding a grand competition with a prize fund of more than $ 1000 in our stores https://socnet.store , telegram store: https://socnet.shop and SMM panel: https://socnet.pro
There are more than 50 prize places in our competition, each lucky person can take one of the places.
Important condition: you must make a purchase at any time before June 1, 2025. The more purchases you make - the more chances you have to win the main prize in the community of $ 300!
➡ Our Online Shop: socnet.store ✅
➡ Our SMM-Boosting Panel: socnet.pro ✅
➡ Telegram Shop Bot: socnet.shop ✅
➡ Telegram Support: https://t.me/solomon_bog ✅
➡ Telegram Channel: https://t.me/accsforyou_shop ✅
➡ Discord Support: @AllSocialNetworksShop ✅
➡ Discord Server: https://discord.gg/y9AStFFsrh ✅
➡ WhatsApp Support: 79051904467✅
➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ✅
➡ Email Support: solomonbog@socnet.store ✅
Dear friends, right now we are holding a grand competition with a prize fund of more than $ 1000 in our stores https://socnet.store , telegram store: https://socnet.shop and SMM panel: https://socnet.pro
There are more than 50 prize places in our competition, each lucky person can take one of the places.
Important condition: you must make a purchase at any time before June 1, 2025. The more purchases you make - the more chances you have to win the main prize in the community of $ 300!
➡ Our Online Shop: socnet.store ✅
➡ Our SMM-Boosting Panel: socnet.pro ✅
➡ Telegram Shop Bot: socnet.shop ✅
➡ Telegram Support: https://t.me/solomon_bog ✅
➡ Telegram Channel: https://t.me/accsforyou_shop ✅
➡ Discord Support: @AllSocialNetworksShop ✅
➡ Discord Server: https://discord.gg/y9AStFFsrh ✅
➡ WhatsApp Support: 79051904467✅
➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ✅
➡ Email Support: solomonbog@socnet.store ✅
Question
scraw
Hello guys. I am looking for code/line that prohibit dualbox inside a zone ..
Like when player enter in a Zone (L2RaidBoss as example) check Ip or HWID and not allow to a second char to enter and teleport back ..
protected void onEnter(final L2Character character)
{
if (_enabled)
{
if (character instanceof L2PcInstance)
{
// Thread.dumpStack();
L2PcInstance player = (L2PcInstance) character;
if (player.isGM() || Config.ALLOW_DIRECT_TP_TO_BOSS_ROOM)
{
player.sendMessage("You entered " + _zoneName);
Thank you in advance
Edited by scrawEdit: i just see one more guy just LF that aswell (i guess perfect timming)
L2jfrozen 1132. java 7
15 answers to this question
Recommended Posts