Jump to content
  • 0

[Acis] Skills On Doors And Walls


xPeNaChO

Question

I'm using aCis 340.

Can anyone explain me how to enable the players to attack walls and doors of the castles with skills while in siege?

In the moment walls can only be attacked by summon siege.

But apart from the fact of not being able to attack the walls.

Also can not attack the doors.

Only with basic attack.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I'm using aCis 340.

Can anyone explain me how to enable the players to attack walls and doors of the castles with skills while in siege?

In the moment walls can only be attacked by summon siege.

But apart from the fact of not being able to attack the walls.

Also can not attack the doors.

Only with basic attack.

use aCis , not frozen acis retail 

Link to comment
Share on other sites

  • 0
	@Override
	public void reduceCurrentHp(double damage, L2Character attacker, boolean awake, boolean isDOT, L2Skill skill)
	{
		if (isWall() && !(attacker instanceof L2SiegeSummonInstance))
			return;

Are you using geodata ? We're aware than geoengine got an issue with doors, Hasha is working on it.

Edited by Tryskell
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...