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

Need trigger help

Status
Not open for further replies.
Level 37
Joined
Mar 6, 2006
Messages
9,240
This is a pretty basic trigger. You first have to set the unit who you want to change to variable "OwnerChanger" in some other trigger (maybe map initialization). I used the spell Holy Light, but you can ofcourse use whatever you like.

==============================================

ChangeOwner
Events
Unit - A unit Begins casting an ability
Conditions
(Ability being cast) Equal to Holy Light
(Casting unit) Equal to OwnerChanger
Actions
Wait 1.00 seconds
Unit - Change ownership of (Target unit of ability being cast) to Player 2 (Blue) and Change color


==============================================
 
Status
Not open for further replies.
Top