Hello Guys here is the code for your server so if someone joins a clan with clanskills he get it auto without restarts ^^
Code:
Index: java/com/equal/gameserver/model/L2Clan.java
===================================================================
--- java/com/equal/gameserver/model/L2Clan.java (revision 146)
+++ java/com/equal/gameserver/model/L2Clan.java (revision 194)
@@ -308,4 +308,5 @@
player.sendPacket(new PledgeShowMemberListUpdate(player));
player.sendPacket(new UserInfo(player));
+ player.rewardSkills();
}
If u guys want to add it in other pack u just need to change the red marks on this code java/com/equal/gameserver/
Credits : L2jEqual Team
Linkback: https://l2topzone.com/forum/index.php?topic=366.0