• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Can i override magic immunity with faerie fire?

Level 27
Joined
Nov 25, 2021
Messages
481
If it's for a unit, you can set Stats - Hero Ability to True, then set Required Level to -1, then set Hero Ability back to False again.

If it's for a Hero, then you can also set the Level Skip Requirement, but then it can be a bit funky, or you can make it an ultimate then set gameplay constant.

The dummy way is the easiest. There are two ways to go about it.

First is to make an ability based on Ensnare or Channel, and when cast on an enemy, a dummy will cast Faerie Fire.

Second is to make a blank ability, based off of Sphere, Item Armor Bonus, Reinforced Burrows Upgrade, etc. When that ability is learned, a trigger will give/level up the actual Faerie Fire for the Hero. The actual Faerie Fire here is made using the first method.
 
Top