DerpleMQ2 / rgmercs

Lua version of RGMercs Script
10 stars 20 forks source link

Suggestion: Berserker should do its snare ability (version 2024-04-16) #37

Open JoeBostic opened 4 months ago

JoeBostic commented 4 months ago

The Berserker class has a snare ability called "Leg Strike" and an upgraded one called "Leg Cut". RGMercs doesn't do anything with those abilities. This is such an important ability as you can probably guess when dealing with runners. I wrote code that adds that ability to the rotation and summons Blunt Axes so the ability can be used. A more proper solution is probably warranted. Such as using the right snare ability according to the level of the Berserker and making sure there are summoned axes that this ability uses. The axes used might be lower than the top two lines that the Berserker tries to summon so you can't rely on the regular axe summoning logic to always keep the right axes on hand. An even fancier solution would only cast this snare ability when the mob is below some health percentage.