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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...