• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] How Can This Be?

Status
Not open for further replies.
Level 4
Joined
Nov 10, 2007
Messages
56
I have a hero with two similar skills. First is like Omnislash and the other is almost the same only performed on one target (Kitabatake's Fire Slash Combo, slightly modified). They're both GUI and use 2 or 3 same variables which I belive doesn't matter couse globals are there to be shared, right? Now, what happends is: when i cast the first one, the second one fires off too creating mix of both skills. How to hell is that possible couse there's that "Ability being cast equal to..." condition which is supose to prevent something like that?
 
Last edited:
Level 19
Joined
Aug 24, 2007
Messages
2,888
As razorbrain said
They must be based of different abilities

it doesnt matter to globals are shared in your problem but
You cant do a MUI of that in GUI (at least not possible without some local declaretions with custom scripts)

MUI = multi user instanceable = many units can use it at same time
 
Level 4
Joined
Nov 10, 2007
Messages
56
Yes, they are based on the same abilities, but I would of never guessed that could be the problem. Thanks and +rep to both for such quick reply.

P.S. MUI doesn't bothers me couse players can't have same heroes thus no one can cast the same spell at the same time.
 
Status
Not open for further replies.
Top