WhiteFace Posted June 27, 2009 Posted June 27, 2009 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 Quote
Kràtos Posted June 28, 2009 Posted June 28, 2009 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. Quote
yankiller Posted July 23, 2009 Posted July 23, 2009 Ore guys ,you keep surrpising me,great share man! Quote
jaroxox Posted July 23, 2009 Posted July 23, 2009 so with this fix clan skills dont work in olympiad? below hellbound? Quote
Intrepid Posted November 7, 2009 Posted November 7, 2009 ty dont spam with 1word replies read the rules. 1st warning Quote
Street-Gamer Posted November 7, 2009 Posted November 7, 2009 thanks a lot. keep up the good work man . Quote
Recommended Posts
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.