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 am really glad that i chose stinky's services , this guy is definitely skilled !
I ordered a mod for my server and he delivered and exceeded my expectations .
I am definitely recommend him highly enough !
-He is pretty fast
-Cool and easy to communicate
-skilled
So, make me understand one thing, you consider your previous work a crap? Everyone who has payd for l2jmobius subscription since 2018 untill 2024 had access to a crap version of your server and the best is the latest you release in this very moment to your actual subscribers?
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