Speedboost buff

Has anyone tried changing the speedboost buff so the unit uses it on itself?  I thought I had it straight but while it has no errors, and it activates and does everything as it should, the only thing it doesn't actually do is increase the unit's speed.

I have it set to increase speed and acceleration by 500% or 5.00

instantAction
    buffInstantActionType "ApplyTargettedBuffToSelfNoFilterNoRange"

is what I'm using to get it to target itself, any ideas on a different type to use?
2,680 views 1 replies
Reply #1 Top
try just using the "ApplyBuffToSelf" instantaction type,its the simplest way of doing it. but its hard to say whether that would fix the problem without being able to see the rest of your ability\buff files