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)
talk in the mirror 🖕
🤏
in some of those urls you are banned for scam
definition of scam for you is not include delivery we all know
scammer once scammer always
i cant understand why you talk to me only and ignore the others?
why nobody else triggers you like that
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