Hi.
I've been overdoing this topic like 5 times already. I can't find anything that will help me in the Solved section. So...
I want to create a blast, that goes diagonaly from up.
When I use type 3 with hit_Fa 3 it doesn't work.
It acts just like it doesn't hit the ground.
There is frame 60, frame 10, frame 20 and 30. Ball goes to 10, 20 and 30 frames in cases, but somehow it looks like it ignores the ground.
I've checket type: 1
It's buggy. After it hits an opponent it appears like 100 units under him, instead of staying in it's place.
I'm not willing to create it a weapon anyway, because I will be messing with the gravity and I need to work with dvy.
I've been overdoing this topic like 5 times already. I can't find anything that will help me in the Solved section. So...
I want to create a blast, that goes diagonaly from up.
When I use type 3 with hit_Fa 3 it doesn't work.
It acts just like it doesn't hit the ground.
Code:
<frame> 150 flying
pic: 4 state: 3000 wait: 2 next: 150 dvx: 10 dvy: 3 centerx: 28 centery: 27 hit_a: 0 hit_d: 0 hit_j: 0 hit_Fa: 3
itr:
kind: 0 x: 8 y: 6 w: 29 h: 13 dvx: 5 fall: 70 vrest: 10 bdefend: 16 injury: 35
itr_end:
bdy:
kind: 0 x: 8 y: 6 w: 25 h: 13
bdy_end:
<frame_end>
There is frame 60, frame 10, frame 20 and 30. Ball goes to 10, 20 and 30 frames in cases, but somehow it looks like it ignores the ground.
I've checket type: 1
it looks liek this (Click to View)
I'm not willing to create it a weapon anyway, because I will be messing with the gravity and I need to work with dvy.