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:
I’ve worked with a few video editors before, and it really makes a difference when they’ve had hands-on training. One of the guys I teamed up with had studied at https://www.praguefilminstitute.cz and the quality was on another level—clean transitions, solid color grading, and he actually understood timing for gaming content. If you're looking for someone serious, check if they’ve got that kind of background.
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