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

[Trigger] How to make a unit immune to certain spells?

Status
Not open for further replies.
Level 19
Joined
Feb 27, 2019
Messages
590
There is a one time use solution. I havnt dabbled with it myself though so no guarantees.

Targets allowed non-suicidal can be added to the affected disease spells. When the Stoneform ability is learned/used it can add the classification A sapper to the unit. The error message can be changed in game-play constants. Changing the classification of a unit might have unforeseen consequences.
 
There is a one time use solution. I havnt dabbled with it myself though so no guarantees.

Targets allowed non-suicidal can be added to the affected disease spells. When the Stoneform ability is learned/used it can add the classification A sapper to the unit. The error message can be changed in game-play constants. Changing the classification of a unit might have unforeseen consequences.
An added side note is those suicidal units are banned from transports unless respective abilities are edited as well iirc. And it has behavior to prevent 'running away' iirc.

Pretty much the concise solution is the 'nuke missile' solution of having a system to filter them out.
 
Status
Not open for further replies.
Top