I'm prototyping a MOBA-style champion, and made a resource bar for him. I don't know why, but any time the champion is offscreen, one of the DialogItems gets resized for no apparent reason. Has anyone experienced this before?
It's attached. Most of the map is from a tutorial I've been following (and can be ignored), all the relevant Data Editor pieces have the prefix Harmony -
I don't follow the question. The ability is an effect-target, and nothing is channeled that I know of.
I can use the ability and tell the unit to walk away, but the unit stops walking when the missile fires back.
I've searched the forum for an answer to this, but have come up nil after several hours. Hopefully someone can point out what I'm doing incorrectly.
I've set up a unit who has an ability that puts an area on the ground (as a telegraph for the player), then deals area damage and slows all units in the area one second later. Because the unit is absorbing energy from the area, I have the effect launching a missile (an energy ball) from the target area back to the caster as a visual effect.
The ability is set up as follows:
CreatePersistant(telegraph) starts telegraph effect -> one second later, trigger Set1
Set1 is [CreatePersistant(damage); Set2]
CreatePersistant(damage) starts spell damage effect -> one second later, ends telegraph and damage effects, also triggers LaunchMissile from effect point to caster unit
Set2 is [Damage; Behavior(slow)]
Everything works perfectly while testing, except for one hitch: when the missile fires from effect back to the caster, the caster unit stops moving. When controlling the unit, I can re-queue the movement after the missile fires, but I need the unit to not stop moving. Anyone have any idea?
0
Another month, another no answer. Is it really possible that no one has seen this issue before?
0
So... it's been almost a month and no one has had an answer, so I'm bumping this thing. Anyone have any ideas?
0
I'm prototyping a MOBA-style champion, and made a resource bar for him. I don't know why, but any time the champion is offscreen, one of the DialogItems gets resized for no apparent reason. Has anyone experienced this before?
0
If you're in the Heart of the Swarm editor:
0
That did it, Kueken. Works like a charm now. <3
0
Bumping this, as it's a big glitch on my hero
0
It's attached. Most of the map is from a tutorial I've been following (and can be ignored), all the relevant Data Editor pieces have the prefix Harmony -
0
I don't follow the question. The ability is an effect-target, and nothing is channeled that I know of. I can use the ability and tell the unit to walk away, but the unit stops walking when the missile fires back.
0
I've searched the forum for an answer to this, but have come up nil after several hours. Hopefully someone can point out what I'm doing incorrectly.
I've set up a unit who has an ability that puts an area on the ground (as a telegraph for the player), then deals area damage and slows all units in the area one second later. Because the unit is absorbing energy from the area, I have the effect launching a missile (an energy ball) from the target area back to the caster as a visual effect.
The ability is set up as follows:
Everything works perfectly while testing, except for one hitch: when the missile fires from effect back to the caster, the caster unit stops moving. When controlling the unit, I can re-queue the movement after the missile fires, but I need the unit to not stop moving. Anyone have any idea?