[DiscordArchive] What's the Aura name to increase ALL movement speed?
[DiscordArchive] What's the Aura name to increase ALL movement speed?
Archived author: Deleted User • Posted: 2021-08-25T15:47:26.007000+00:00
Original source
What's the Aura name to increase ALL movement speed?
Archived author: Deleted User • Posted: 2021-08-25T15:47:39.954000+00:00
Original source
`&AuraEffect::HandleAuraModIncreaseSpeed, //129 SPELL_AURA_MOD_SPEED_ALWAYS` not working
Archived author: Deleted User • Posted: 2021-08-25T15:48:30.637000+00:00
Original source
or do I have to make an spell with 2 auras, 1 for normal (& run) speed & 1 aura for mounted speed?
Archived author: stoneharry • Posted: 2021-08-25T15:49:18.105000+00:00
Original source
Just apply both auras, I think there's a 3rd for swim speed and a 4th for fly speed
Archived author: stoneharry • Posted: 2021-08-25T15:49:26.182000+00:00
Original source
Alternatively create a new aura effect
Archived author: Deleted User • Posted: 2021-08-25T15:50:59.338000+00:00
Original source
Uhm
Archived author: Deleted User • Posted: 2021-08-25T15:51:27.334000+00:00
Original source
```
&AuraEffect::HandleAuraModIncreaseSpeed, // 31 SPELL_AURA_MOD_INCREASE_SPEED
&AuraEffect::HandleAuraModIncreaseMountedSpeed, // 32 SPELL_AURA_MOD_INCREASE_MOUNTED_SPEED
```
I guess these two should make the trick?
Archived author: Deleted User • Posted: 2021-08-25T15:51:32.075000+00:00
Original source
for normal+run+mounted speeds?
Archived author: Deleted User • Posted: 2021-08-25T15:55:19.950000+00:00
Original source
Well it worked that way in case anyone needs the info.