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

Regular preset Icon wont show up in certain spells

Status
Not open for further replies.
Level 5
Joined
Oct 13, 2005
Messages
120
I created spells for Pheonix fire, item-fire bonus, and other item spells. THe spells worked but there was no icon, only the hero research icon. I did create an icon for the spell itself but it doesnt show. How do you make icons not show and show?
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
Yes, thats normal. I have a solution for that. Make 3 unit abilities. Every ability with the description of the dmg etc of the hero spell.

Events: Hero learns an ability
Conditions: Ability = .....
Actions:
wait 0.01
If:
level of learned ability = 1
Then:
Add Unit ability 1
Else:
Do Nothing
If:
level of learned ability = 2
Then:
Remove Unit Ability 1
Add Unit ability 2
Else:
Do Nothing
If:
level of learned ability = 3
Then:
Remove Unit Ability 2
Add Unit ability 3
Else:
Do Nothing
 
Level 7
Joined
May 16, 2004
Messages
355
Stupid method...very very stupid method. Chaosarmy please ignore Ramza's post, its a bunch of needless work. Refer to the Maps section(I think, it might be in spells) and read the similar post that someone made in which Daelin outlined the intelligent way to fix this.
 
Status
Not open for further replies.
Top