• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

Using multiple Berserk abilities

Status
Not open for further replies.
Level 8
Joined
Oct 2, 2013
Messages
288
I tried using multiple Berserk abilities on one unit.

It didn't work in spite of changing the order string for each ability.
The ability stacks and they seem to still use the same Order ID.

Is this a common problem or am I doing something wrong?


I'm looking for a solution to use -INSTANT- cast abilities that does not replace orders... -channel is therefor not an option-.

Thank you in advance :)
 
Level 8
Joined
Oct 2, 2013
Messages
288
The idea is to use several instant abilities that does NOT replace orders, and therefor also have no cast time. - and all for ONE unit.

So far berserk is the only ability I know that does exactly that.


I'm interested in knowing any ideas on how this is achieved.
As for -Channel-, it always has a "cast" and will replace orders in spite of settings.
 

sentrywiz

S

sentrywiz

Changing order ID does nothing on non Channel spells.

Option 1
Use dummy units and dummy spells with buff granting spells like Bloodlust.
For faster execution don't create dummy units just order them to cast the spell. This means placing dummies on the map with ready spells

Option 2
Use berserk once and when cast - remove it from the unit then add it again. This will reset it's cooldown as well.
 
Level 12
Joined
Nov 3, 2013
Messages
989
The idea is to use several instant abilities that does NOT replace orders, and therefor also have no cast time. - and all for ONE unit.

So far berserk is the only ability I know that does exactly that.

There's the toggle abilities: immolation, mana shield, defend, magic defend, etc. (if you don't want toggle just issue order undefend in the trigger)

Roar, Battle Roar (they might share same order string) and, I think, howl of terror don't interupt orders but have casting time. You could set the cast backswing and point to 0 and they should work similar to berserk.

Windwalk and Avatar also does not interrupt order, you'd either set the duration really low or remove the buff. (You might be using the buff from berserk for something but windwalk or avatar have to be removed to not have side effects)
 
Status
Not open for further replies.
Top