• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Help! I want to make trigger that changes my abillity with another.

Status
Not open for further replies.
Level 6
Joined
Aug 31, 2018
Messages
157
I've made a trigger that change my abillity from level 1 to level 2 but the problem is that i want to make the level 2 abillity icon to look different. But how? Is there a way to replace 1 abillity with another with trigger?
 

Uncle

Warcraft Moderator
Level 64
Joined
Aug 10, 2018
Messages
6,586
Throwing this out there just in case. That trigger will change the Icon globally. So if multiple units have that ability the icon will change for them too regardless of what level their ability is.

To change a specific unit's ability Icon you would use this action. HOWEVER, this doesn't work yet (among many other things) and I imagine it won't be fixed until Reforged comes out:
  • Ability - Set Ability: (Unit: (Triggering unit)'s Ability with Ability Code: Animate Dead)'s String Level Field: Icon - Normal ('aart') of Level: 0 to ReplaceableTextures\CommandButtons\BTNRune.blp
 
Status
Not open for further replies.
Top