Hey There ;)
Currently i am working on a move that pulls the enemy back to the char in midair... First thing i could think of was a ball that catches the enemy, but that doesnt work :/
here's my Code from the attack file which is opointed
If you dont get what i mean here is a video
so after i send the enemy flying with a 3-hit-combo , i want to pull him back to me with the claw attack (at 0:05) but the enemy doesnt get catched ... ... would be nice if someone can help me ;)
greetings Q.D
Currently i am working on a move that pulls the enemy back to the char in midair... First thing i could think of was a ball that catches the enemy, but that doesnt work :/
here's my Code from the attack file which is opointed
DC-Code:
<frame> 59 claw pic: 50 state: 3005 wait: 5 next: 60 dvx: 10 dvy: -3 dvz: 550 centerx: 63 centery: 110 hit_a: 0 hit_d: 0 hit_j: 0 itr: kind: 3 x: 44 y: 33 w: 50 h: 40 catchingact: 77 77 caughtact: 130 130 itr_end: <frame_end> <frame> 60 claw pic: 51 state: 3005 wait: 4 next: 61 dvx: 550 dvy: 550 dvz: 550 centerx: 63 centery: 110 hit_a: 0 hit_d: 0 hit_j: 0 itr: kind: 3 x: 44 y: 33 w: 50 h: 40 catchingact: 77 77 caughtact: 130 130 itr_end: <frame_end> <frame> 61 claw pic: 52 state: 3005 wait: 5 next: 1000 dvx: -10 dvy: 3 dvz: 550 centerx: 63 centery: 110 hit_a: 0 hit_d: 0 hit_j: 0 itr: kind: 3 x: 44 y: 33 w: 50 h: 40 catchingact: 77 77 caughtact: 130 130 itr_end: <frame_end> . . . <frame> 77 claw pic: 50 state: 3005 wait: 5 next: 78 dvx: 10 dvy: -3 dvz: 550 centerx: 63 centery: 110 hit_a: 0 hit_d: 0 hit_j: 0 cpoint: kind: 1 x: 50 y: 35 vaction: 130 throwvz: -842150451 hurtable: 0 throwinjury: -842150451 decrease: 7 cpoint_end: <frame_end> <frame> 78 claw pic: 51 state: 3005 wait: 4 next: 79 dvx: 550 dvy: 550 dvz: 550 centerx: 63 centery: 110 hit_a: 0 hit_d: 0 hit_j: 0 cpoint: kind: 1 x: 50 y: 35 vaction: 130 throwvz: -842150451 hurtable: 0 throwinjury: -842150451 decrease: 7 cpoint_end: <frame_end> <frame> 79 claw pic: 52 state: 3005 wait: 5 next: 1000 dvx: -10 dvy: 3 dvz: 550 centerx: 63 centery: 110 hit_a: 0 hit_d: 0 hit_j: 0 cpoint: kind: 1 x: 50 y: 35 vaction: 130 throwvz: -842150451 hurtable: 0 throwinjury: -842150451 decrease: 7 cpoint_end: <frame_end> |
If you dont get what i mean here is a video
so after i send the enemy flying with a 3-hit-combo , i want to pull him back to me with the claw attack (at 0:05) but the enemy doesnt get catched ... ... would be nice if someone can help me ;)
greetings Q.D