• 🏆 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!

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