Jump to content
  • 0

[HELP]No Clan Inside Zone


Question

Posted

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

  • 0
Posted

Well, i think you talking about UserInfo packet.

 

You must resend again this packet to player, then he enter to his zone, becouse this packet dont ressend automaticly, when player is entering to new zone.

  • 0
Posted

Did you try to put it

activeChar.broadcastUserInfo();

inside OnEnter zone?

 

+ what you have done for sure

  • 0
Posted

Can't get it..... you mean when character enters to coliseum and if he is in clan his title should set to clan name and if he is not in clan his title should set to No-Clan?

  • 0
Posted

Can't get it..... you mean when character enters to coliseum and if he is in clan his title should set to clan name and if he is not in clan his title should set to No-Clan?

it has nothing to do with tittle.

just if he got a clan,he will seem like no clan(no crest,name and such)

  • 0
Posted

it has nothing to do with tittle.

just if he got a clan,he will seem like no clan(no crest,name and such)

 

This, i broadcast onEnter in zone too, but dont work at all :s, also i tried to do it like the zariche transformation, it looks like No Clan to the others, but the user can see his clan, but still didnt work :s, any ideia?

Guest
This topic is now closed to further replies.


×
×
  • Create New...