Clan Advent skill improvements.

This commit is contained in:
MobiusDev
2018-09-03 21:38:01 +00:00
parent c1e1d9083b
commit 7bb0152c38
21 changed files with 84 additions and 70 deletions

View File

@@ -59,6 +59,7 @@ import com.l2jmobius.gameserver.model.interfaces.INamable;
import com.l2jmobius.gameserver.model.itemcontainer.ClanWarehouse;
import com.l2jmobius.gameserver.model.itemcontainer.ItemContainer;
import com.l2jmobius.gameserver.model.pledge.ClanRewardBonus;
import com.l2jmobius.gameserver.model.skills.CommonSkill;
import com.l2jmobius.gameserver.model.skills.Skill;
import com.l2jmobius.gameserver.model.variables.ClanVariables;
import com.l2jmobius.gameserver.model.zone.ZoneId;
@@ -500,8 +501,10 @@ public class L2Clan implements IIdentifiable, INamable
SiegeManager.getInstance().removeSiegeSkills(player);
player.setClanCreateExpiryTime(System.currentTimeMillis() + (Config.ALT_CLAN_CREATE_DAYS * 86400000)); // 24*60*60*1000 = 86400000
}
// remove Clan skills from Player
removeSkillEffects(player);
player.getEffectList().stopSkillEffects(true, CommonSkill.CLAN_ADVENT.getId());
// remove Residential skills
if (player.getClan().getCastleId() > 0)

View File

@@ -53,6 +53,7 @@ public enum CommonSkill
IMPRIT_OF_DARKNESS(19035, 1),
ABILITY_OF_LIGHT(19032, 1),
ABILITY_OF_DARKNESS(19033, 1),
CLAN_ADVENT(19009, 1),
HAIR_ACCESSORY_SET(17192, 1),
ALCHEMY_CUBE(17943, 1),
ALCHEMY_CUBE_RANDOM_SUCCESS(17966, 1),