Magus Zeal
Expert II
@GiantFreakishApe and I just went on EA to test counter attack. I was an archer and he counterattacked me with a special from a range.
In servuo there is a range check where CA only works up close:
Baseweapon.cs
Here is the video evidence on EA:
We decided to test on EA after we couldn't get it to work on Heritage.
In servuo there is a range check where CA only works up close:
Baseweapon.cs
Code:
if (CounterAttack.IsCountering(defender) && defender.InRange(attacker.Location, 1))
Here is the video evidence on EA:
We decided to test on EA after we couldn't get it to work on Heritage.