Aller au contenu

Photo

Abilities animation duration


  • Veuillez vous connecter pour répondre
1 réponse à ce sujet

#1
Morzidius

Morzidius
  • Members
  • 7 messages
Hello,

Is it possible to control the abilities animation durations?
I.e using SetAttackDuration?
I have tried to set the attack duration in the COMMAND_TYPE_USE_ABILITY code but with no effect. The ranged aim speed is possible to set though thats why I wonder.


Thank you very much!

#2
D_Exile

D_Exile
  • Members
  • 2 messages
i tired to increase the attack speed for my custom made great sword called 'swift_blade' with the following script but it didnt work, can you tell me why?

void main()

{

object oPC = GetHero();

SetAttackSpeed(oPC,1.0);

}