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.
 
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.
Back
Top