ferga Posted September 29, 2014 Posted September 29, 2014 Hello everyone I need a little help I make a MultFunctionZone where u cannot invite players, cannot enter with party and hide name and clans (like DM Event) But i cannot find where i can change for players which same clan can make pvp without press CTRL for force attack. Think with me, if i hide names and clan (Like a DM) and they try to attack but only can with CTRL, they know that are a clan member right? Anyone can help me? I need to active Force Attack inside this zone ever. Sorry for my bad english, this isnt my native language.
0 SweeTs Posted September 29, 2014 Posted September 29, 2014 (edited) You are in wrong section, anyway :P Add a check (return true) about your zone @ isAutoAttackable( method ;) Edited September 29, 2014 by SweeTs
0 ferga Posted September 29, 2014 Author Posted September 29, 2014 You are in wrong section, anyway :P Add a check (return true) about your zone @ isAutoAttackable( method ;) Sry but i cant undertand what u means :( Can u explain better?
0 Akken Posted September 29, 2014 Posted September 29, 2014 (edited) a good suggestion is that clans got also clan skills so you can add this too if (player.getClan() != null) { for(L2Skill skill: player.getClan().getAllSkills()) { if (skill != null) player.removeSkill(skill, false); } } player.removeSkill(addidhere); ++++++ (thats because there is a benefit for them right now Edited September 29, 2014 by Akken
0 SweeTs Posted September 30, 2014 Posted September 30, 2014 Sry but i cant undertand what u means :( I already gave you 80% of the asnwer, if not 90, since rest is copy/paste. If you would open Eclipse and search for the method I mentioned, you would understand. fixed lock it :) You are ruining everything, l2 future as well .. :gusta: @Akken No words .. :happyforever:
Question
ferga
Hello everyone
I need a little help
I make a MultFunctionZone where u cannot invite players, cannot enter with party and hide name and clans (like DM Event)
But i cannot find where i can change for players which same clan can make pvp without press CTRL for force attack.
Think with me, if i hide names and clan (Like a DM) and they try to attack but only can with CTRL, they know that are a clan member right?
Anyone can help me?
I need to active Force Attack inside this zone ever.
Sorry for my bad english, this isnt my native language.
5 answers to this question
Recommended Posts