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)
L2jMobius has a variety of servers, that all are actively developed.
https://gitlab.com/MobiusDevelopment/L2J_Mobius
Better version if you donate 200 euros to the project? Yes.
https://l2jmobius.org
A tutorial is provided.
https://l2jmobius.org/forum/index.php?topic=3231.0
Please do not come if you cannot compile and test on your own.
MidnightSell team WTB/WTS GOLD TWW EU/US all servers
Cataclysm all servers
Payment Visa/Master/Btc/Eth/Trc-20/Erc-20 (all payments within 10 min)
For all question pls dm
Discord https://discord.gg/h8AN57qJjK
Or Telegram @MidnightSell
Looking for gracia final or gracia epilogue java server. The seller must include full source files
test server is a must,please dont come with shared files. PM ME
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