• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Spell] Critical Strike With Cooldown

Status
Not open for further replies.
Level 2
Joined
Aug 22, 2014
Messages
18
I want to create a critical strike abillity that also has cooldown. I have created a bash spell with cooldown using the orb of lightning but i can't find a way to create critical strike. Any help would be appreciated! :)
 
Level 15
Joined
Aug 7, 2013
Messages
1,337
I'm not sure of an object editor solution.

What you can do is simply trigger the whole spell yourself and create a cool down that way (the spell won't fire until that timer is finished).
 
Level 25
Joined
May 11, 2007
Messages
4,651
Copy the Critical Strike ability and set the crit chance to 100%
The orb of slow and the orb of lighting have their own abilites that they perform when their chance hits, you can change these abilites to other abilites.

So copy the Orb of slow ability, set it to not be an item ability and set the critical strike to be the ability cast upon hitting the chance. Set the cooldown to 2-3 seconds.

Voilá!
 
Level 12
Joined
May 20, 2009
Messages
822
Copy the Critical Strike ability and set the crit chance to 100%
The orb of slow and the orb of lighting have their own abilites that they perform when their chance hits, you can change these abilites to other abilites.

So copy the Orb of slow ability, set it to not be an item ability and set the critical strike to be the ability cast upon hitting the chance. Set the cooldown to 2-3 seconds.

Voilá!

Not that simple. (I'm pretty sure, anyway) It only works with target-point and target-unit abilities with a few exceptions. However, at the bottom of this post, there is a test map that has a functioning Critical Strike clone with Cooldown, using Lightning Orb and Unholy Frenzy.
 
Level 2
Joined
Aug 22, 2014
Messages
18
Not that simple. (I'm pretty sure, anyway) It only works with target-point and target-unit abilities with a few exceptions. However, at the bottom of this post, there is a test map that has a functioning Critical Strike clone with Cooldown, using Lightning Orb and Unholy Frenzy.

I saw this article but i didn't see there was a test map lol! Thanks for the info :)
 
Status
Not open for further replies.
Top