Varedis
New Member
- Reaction score
- 0
What's wrong with my trigger?
Events
Unit - A unit Finishes casting an ability
Conditions
(Ability being cast) Equal to Coruption
Actions
Unit - Change ownership of (Target unit of ability being cast) to (Owner of (Triggering unit)) and Retain color
Unit - Replace (Ownership-changed unit) with a Queen of Suffering using The new unit's default life and mana
My ability has to change a creep into a Queen of suffering and make it mine, but the problem is that when I use the trigger: Finishes casting an ability, it doesn't work, it just shows the art effects and nothing happens, but when I use: Begins casting an ability, the trigger works, but the art effects don't work, the creep just turn instantly into a queen of suffering.
that's my first problem, if u can't fix that one, then fix this one.
There's an ability in Warcraft 3 called Dark Conversion, the one used in purging Stratholme, what do you call the zombie the commoner is conversed into? Summoned unit or what? I used evrything, even Replaced unit but still the triggered didn't work.
trigger:
Events
Unit - A unit Finishes casting an ability
Conditions
(Ability being cast) Equal to Dark Conversion
Actions
Unit - Change ownership of (Target unit of ability being cast) to (Owner of (Triggering unit)) and Retain color
same problem here: if I use finishes casting an ability, the queen of suffering (I replaced zombie with queen of suffering in Object Editor) isn't mine, the trigger doesn't work, but if I use begins casting an ability, the queen of suffering is mine, but the unit has no skills at all :S, even if I add new skills to the queen of suffering, it doesn't show them when I conversed a creep into her.
I tried to use the trigger:
Events
Unit - A unit Finishes casting an ability
Conditions
(Ability being cast) Equal to Corruption
Actions
Unit - Change ownership of (Target unit of ability being cast) to (Owner of (Triggering unit)) and Retain color
Unit - Add Avatar to (Ownership-changed unit)
but it doesn't work, the creep get the ability avatar but when the creep turns into the queen of suffering, all abilities are gone, even avater, I don't know what to call the queen of suffering so I can't add the ability with a trigger to her.
Can anyone fix my problem
Events
Unit - A unit Finishes casting an ability
Conditions
(Ability being cast) Equal to Coruption
Actions
Unit - Change ownership of (Target unit of ability being cast) to (Owner of (Triggering unit)) and Retain color
Unit - Replace (Ownership-changed unit) with a Queen of Suffering using The new unit's default life and mana
My ability has to change a creep into a Queen of suffering and make it mine, but the problem is that when I use the trigger: Finishes casting an ability, it doesn't work, it just shows the art effects and nothing happens, but when I use: Begins casting an ability, the trigger works, but the art effects don't work, the creep just turn instantly into a queen of suffering.
that's my first problem, if u can't fix that one, then fix this one.
There's an ability in Warcraft 3 called Dark Conversion, the one used in purging Stratholme, what do you call the zombie the commoner is conversed into? Summoned unit or what? I used evrything, even Replaced unit but still the triggered didn't work.
trigger:
Events
Unit - A unit Finishes casting an ability
Conditions
(Ability being cast) Equal to Dark Conversion
Actions
Unit - Change ownership of (Target unit of ability being cast) to (Owner of (Triggering unit)) and Retain color
same problem here: if I use finishes casting an ability, the queen of suffering (I replaced zombie with queen of suffering in Object Editor) isn't mine, the trigger doesn't work, but if I use begins casting an ability, the queen of suffering is mine, but the unit has no skills at all :S, even if I add new skills to the queen of suffering, it doesn't show them when I conversed a creep into her.
I tried to use the trigger:
Events
Unit - A unit Finishes casting an ability
Conditions
(Ability being cast) Equal to Corruption
Actions
Unit - Change ownership of (Target unit of ability being cast) to (Owner of (Triggering unit)) and Retain color
Unit - Add Avatar to (Ownership-changed unit)
but it doesn't work, the creep get the ability avatar but when the creep turns into the queen of suffering, all abilities are gone, even avater, I don't know what to call the queen of suffering so I can't add the ability with a trigger to her.
Can anyone fix my problem


