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

Changing description or name...

Status
Not open for further replies.
Level 4
Joined
Mar 24, 2008
Messages
87
As i don't know anything about JASS, i will tell you my idea in GUI.
I think you can by a way using 2 times (or more) the same spell, like this :
Spell1 : Description1 / Name1
Spell2 : Description2 / Name2
Creat a trigger with your event / conditions, and in actions :
- Remove Spell1 from the unit
- Add Spell2 to the unit

I think they could be better ways to do it in JASS (or in GUI) but it's the only one i found :)
I hope it is what you're looking for.
 
Level 8
Joined
Aug 2, 2008
Messages
193
You could use more level of the required ability, using different tooltips and ability-names. But with 300 levels, it could be very hard work... You can increase the level of an ability to over 100, using Shift + Enter on the ability-level-data.

And event with Jass, it's not possible to change tooltips or ability-names ingame, that only works in Sc2 ;)
 
Status
Not open for further replies.
Top