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

Dark Conversion Problem

Status
Not open for further replies.
Level 3
Joined
Apr 15, 2019
Messages
25
Hi I'm trying to solve something here about the dark conversion used by Mal'ganis. I know how to edit it so the spell works on humans, what I need to know is how can I get them to convert to the owning player as soon as they are converted? I don't think it requires triggers but I could be wrong.

Sadly when testing the spell the zombies attack me instead of the enemy and it's rather odd.
 
Level 24
Joined
Feb 9, 2009
Messages
1,787
The spell was intended for a partial part in the main campaign and thus acts according to the rules set at the time, I can whip up a similar spell in a jiffy.

Actually its quite feasible to do so with a single trigger:
  • Cast
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • Or - Any (Conditions) are true
        • Conditions
          • (Ability being cast) Equal to Dark Conversion (Malganis)
          • (Ability being cast) Equal to Dark Conversion (Malganis, Fast)
    • Actions
      • Unit - Change ownership of (Target unit of ability being cast) to (Triggering player) and Change color
 
Last edited:
Status
Not open for further replies.
Top