now you have to exclude the caster from the search effect because it will apply the transporter effect on him. did you test it with items? exclude hidden units from the search effect too (and missiles, dead units, explosives, cars, w/e).
you might need to reorder the effect that transporter happens before the teleport of the caster (or at the same time), or use even only one teleport effect (not excluding the caster) if you intend to teleport all units around.
i would use a persistant effect instead of the set effect. initaleffect is the search + teleport, endeffect is teleporting the caster, basically like borg did it 3 years ago.
@EntityEnigma: Go
i think i found it. on the set ability you have set it to 1 effect, which will always be the first one if not set on random. set min and max to 2 effects.
(the comparsion was for the search validator, i mixed that up)
try excluding the caster from the search effect, is the outer comparison of the search effect equal or equal and greater? you can also try another effect in the search to see if it does anything at all (or register transporter as event and fire a debug msg if transporter is applied)
@EntityEnigma: Go
now you have to exclude the caster from the search effect because it will apply the transporter effect on him. did you test it with items? exclude hidden units from the search effect too (and missiles, dead units, explosives, cars, w/e).
you might need to reorder the effect that transporter happens before the teleport of the caster (or at the same time), or use even only one teleport effect (not excluding the caster) if you intend to teleport all units around.
i would use a persistant effect instead of the set effect. initaleffect is the search + teleport, endeffect is teleporting the caster, basically like borg did it 3 years ago.
@EntityEnigma: Go i think i found it. on the set ability you have set it to 1 effect, which will always be the first one if not set on random. set min and max to 2 effects.
(the comparsion was for the search validator, i mixed that up)
try excluding the caster from the search effect, is the outer comparison of the search effect equal or equal and greater? you can also try another effect in the search to see if it does anything at all (or register transporter as event and fire a debug msg if transporter is applied)
@EntityEnigma: Go
we cannot help if you do not tell us what you got already and where it fails.