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)
Unlock Unlimited Access with GoProxy's Residential Proxies!
Experience seamless, secure, and unrestricted connectivity worldwide with GoProxy's Unlimited Residential Proxies.
Our service offers access to a global network of rotating residential IPs, ensuring top performance for your large-scale data collection, streaming, and more.
✔️Unlimited Traffic & IPs: Enjoy unrestricted access with our rotating residential proxies, delivering high performance through a vast global IP pool.
✔️High Success Rate: Achieve a 99.96% success rate with a rapid 0.6-second response time, ensuring efficient and reliable operations.
✔️Flexible Sessions: Customize IP rotation to fit your project needs, with options for automatic rotation and sticky sessions lasting up to 60 minutes.
✔️Global Coverage: Access IPs from over 120 countries, making it ideal for businesses requiring high bandwidth without region-specific constraints.
All plans include unlimited traffic and IPs, unlimited concurrent requests, and access to real residential IP addresses.
Elevate your online operations with GoProxy's Unlimited Residential Proxies—your smart choice for large-scale projects.
👉 Learn more and get started today: GoProxy Unlimited Proxies
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