Jump to content
  • 0

Force Attack On Multfunctionzone


ferga

Question

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.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

You are in wrong section, anyway :P

 

Add a check (return true) about your zone @ isAutoAttackable( method ;)

Edited by SweeTs
Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

  • 0

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 by Akken
Link to comment
Share on other sites

  • 0

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:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock