• 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.

Wierd. All abilities being casted at once

Status
Not open for further replies.
Level 3
Joined
May 24, 2008
Messages
27
I just ran a test
I turned all of my triggers off for this test
I get all 4 abilities learned
I casted an ability from my hero's abilities
All four of the abilities are cast.
I used summons lava spawn for each new custom ability i made.
1. Why is this happening
2. Can I have lava spawn as the base for each of my custom hero abities and change its data, in the object editor, and run smooth?
 
Level 11
Joined
Nov 15, 2007
Messages
800
I used summons lava spawn for each new custom ability i made.
1. Why is this happening
2. Can I have lava spawn as the base for each of my custom hero abities and change its data, in the object editor, and run smooth?

1. You answered this yourself.
2. No. You cannot use the same base ability for 2 abilities on the same unit or the order ID will conflict. You can't change the order ID, only the order string which is unrelated.

You'll have to use triggers to emulate the splitting behavior of lava spawns.
 
Level 3
Joined
May 24, 2008
Messages
27
how am i supposed to make a bunch of unit spawning abilities then, im only kind of sure that theres only 5 or 6 different type of them.

My game is ruined!
 
Last edited by a moderator:
Level 24
Joined
Oct 12, 2008
Messages
1,783
The easy trick to go around this is to use dummy abilities.
You cast the ability, it spawns a unit. You just add a timed life to that unit and voila.

But honestly there are more than enough simple summons.
You have Feral Spirit and 3 Beastmaster summons, Thats enough for the 4 skills you need.
 
Status
Not open for further replies.
Top