Hello i need someone to help me with a collision trigger. I need it to hit only units the gun shot tuches (right now a gun shot below or above would kill a flying unit or a smaler unit then you).
I also need it to shoot up and down to hit the units after this is fixed.
ummm yes im pretty sure it will work. use this GUI trigger: Event -unit starts the effect of an ability Condition- Ability beig cast equal to YourAbility Actions- if all conditions are true... If- Targets Flight height less then equal to 495 Then- **YOUR ACTIONS** Else- do nothing
if all conditions are true... If- Targets Flight height greater than then equal to 505 Then- **YOUR ACTIONS** Else- do nothing
if all conditions are true... If- Targets Flight height equal to 500 Then- **YOUR ACTIONS** Else- do nothing
nope wont work. well it will for 1 shot to a certin unit but i have like 6 shots be for it hits a unit so only 1 would hit. u need to use jass for this.