[SOLVED] Alpine Rally - haste skill

How can I use the haste skill, I couldn’t find it when I was playing the game, thanks

@xiaoming

if (hero.canCast("haste", hero)) {
    hero.cast("haste", hero);
    }
else if (hero.isReady("reset-cooldown")) {
    hero.resetCooldown("haste");
    }

1 Like

Also make sure to use a wizard and equip elemental codex book which includes haste so hero can use it.

thank you, it works now!

1 Like