Jump to content

Recommended Posts

Posted (edited)

The tower-shield modal (the Wall) makes the user immobile while giving some good buffs. It's an annoying one to micro tho.

 

Is it possible to script the IA so that I automatically drop the tower-shield modal as soon as I have no enemies engaged?

Edited by EmilAmundsen
Posted

Modals like "The Wall" can only be activated via Script. Deativating them via a script rule is not possible. All you can do is create rules for changing weapon sets:

1) engaged
Condition: threatened by enemy > 0 AND enemy in melee range > 0
Rule: switch to weapon set 1 (with large shield)
Rule: activate "The Wall"

2) not engaged
Condition: <NOT> threatened by enemy > 0  AND <NOT> enemy in melee range > 0
Rule: switch to weapon set 2 (without large shield)

  • Like 1
Posted

Pity.. Thanks for the workaround tip. I doubt it'll be worth it, but I'm gonna take a look at it anyway.

 

I microed the wall for a while, but it's just  too annoying when I forget to disable it :p

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...