Aller au contenu

Photo

Cooldown cheat


  • Veuillez vous connecter pour répondre
3 réponses à ce sujet

#1
spacemanDOUG

spacemanDOUG
  • Members
  • 92 messages
Anybody still use these forums?

I was just wondering if anybody had an instant cooldown script, I tried making one myself but i suck at scripting and got about this far:

void main(){    event ev = GetCurrentEvent();    int nEventType = GetEventType(ev);
    switch ( nEventType )    {             case EVENT_TYPE_ABILITY_CAST_START:        {                                    void SetCooldown(                        float fCooldownTime, 1                        );                        break;        }        default:            break;    }}

#2
DragonSiege

DragonSiege
  • Members
  • 24 messages
Have a look at this ...



http://social.biowar...71/index/621100



I haven't tried it as this is not such an issue for me.

#3
spacemanDOUG

spacemanDOUG
  • Members
  • 92 messages
I've tried those but can't get them to work, I remember using a really short script before (couple of lines) and all cooldowns (even awakening's ones) were set to 1 second.

#4
spacemanDOUG

spacemanDOUG
  • Members
  • 92 messages
I've tried those but can't get them to work, I remember using a really short script before (couple of lines) and all cooldowns (even awakening's ones) were set to 1 second.