Jump to content

Recommended Posts

Posted

hello everyone,another share by me today :P,i have been searching the forum and i didnt find anything about this so here is the fix:

you go at :

java/net/sf/l2j/gameserver/model/L2Clan.java

at line 386:add this

 

       SiegeManager.getInstance().removeSiegeSkills(player);

       player.setClanCreateExpiryTime(System.currentTimeMillis() + Config.ALT_CLAN_CREATE_DAYS * 86400000L); //24*60*60*1000 = 86400000

}

           // remove Clanskills from Player  

   for (L2Skill skill : player.getClan().getAllSkills())  

player.removeSkill(skill, false);  

player.setClan(null);

player.setClanJoinExpiryTime(clanJoinExpiryTime);

player.setPledgeClass(exMember.calculatePledgeClass(player));

player.broadcastUserInfo();

 

enjoy the fix  ;)

credits:to cobra!!!!!!!!

green:added

Posted

credits:to me

 

This fix at L2Jfree is from HellBound ..... and you come here to tell that is your fix?

 

Pliz put the proper Credits or will be locked.

  • 4 weeks later...
  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock