In step 4 (TB in frost mode) notice how TB will shoot at Rook while chasing him.
In step 5 (TB in fire mode) notice how TB will *not* shoot at Rook while chasing him, even though he has far superior movement speed.
Even with TB in fire mode at 8.4 speed chasing down a 6.0 speed Demigod he will never fire a shot at them.
Noticed this one as well...back in beta 2, Hopefully it'll be fixed for release.
This problem comes up no matter what, and it's also the one of the reasons that regulus gets way more kills than fire TB so this is a bug that NEEDS to be fixed.
Located the source of this bug:
characters\Mage\MageFire_Character.lua does not have an AttackRangedMove AnimState. Also, there is not an appropriate animation for a fire mage to attack on the run in bindata\characters\Mage\Animations (would be Mage_RunAttackFire_anim.gr2).
However, you can use the frost AttackRangedMove animation in MageFire_Character.lua which at least allows him to attack on the run (though it looks funky flipping between frost/fire animations like that). Unfortunately everyone has to be running the mod for the simulation to work properly so we'll have to wait for a GPG fix for this. Personally, I would rather see the code put in with a bad animation for now and a better animation later than have to wait months for a real animation to go in. If the forst attack animation is too glichy just use Mage_RunFire_anim.gr2 instead (so fireballs just appear at the end of his staff).
Here is the code that needs to be added to characters\Mage\MageFire_Character.lua AnimSets. This block uses the run animation so the fireballs just appear at the end of the mages staff when he attacks on the run.
P.S: The forums should support LUA since your game is written in it.
There are many great features available to you once you register, including:
Sign in or Create Account