- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
exity
Hey im trying to set char info to No Clan in a zone, i was testing with zonepvp like colli but cant make it work, what i want is when a player is inside the colli or arena he will be like No Clan, just like when u transform in Zariche u appear like No Clan to others, well so far i have:
if(!_activeChar.isInsideZone(L2Character.ZONE_PVP))
{
writeD(_activeChar.getClanId());
}
else
{
writeD(0);
}
10 answers to this question
Recommended Posts