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:
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