06-26-2013, 05:31 AM
SO i am working on Goku for a mod (rather MY mod :P)
and I made his kaioken move but a wild bug appears..
While he is in his kaioken stance, if I press UP and other arrow keys he deletes itself!!
^ These are the frames for it.. 286 is the frame where he starts attacking..
Need help urgent!
Also can someone tell me how to remove all weapons from game without any bugs in detail? Thanks in advanced!
and I made his kaioken move but a wild bug appears..
While he is in his kaioken stance, if I press UP and other arrow keys he deletes itself!!
Code:
<frame> 280 kaioken!
pic: 58 state: 7 wait: 2 next: 281 dvx: 550 dvy: 550 centerx: 39 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0 mp: 07120
sound: data\sounds\goku_kaioken.wav
bdy:
kind: 0 x: 30 y: 36 w: 35 h: 44
bdy_end:
<frame_end>
<frame> 281 kaioken!
pic: 59 state: 7 wait: 2 next: 282 dvx: 0 dvy: 0 centerx: 39 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
bdy:
kind: 0 x: 30 y: 36 w: 35 h: 44
bdy_end:
<frame_end>
<frame> 282 kaioken!
pic: 90 state: 7 wait: 2 next: 283 dvx: 0 dvy: 0 centerx: 39 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
bdy:
kind: 0 x: 30 y: 36 w: 35 h: 44
bdy_end:
<frame_end>
<frame> 283 kaioken!
pic: 91 state: 7 wait: 1 next: 284 dvx: 0 dvy: 0 centerx: 39 centery: 79 hit_a: 286 hit_d: 999 hit_j: 0
opoint:
kind: 1 x: 42 y: 55 action: 50 oid: 230
opoint_end:
bdy:
kind: 0 x: 30 y: 36 w: 35 h: 44
bdy_end:
<frame_end>
<frame> 284 kaioken!
pic: 90 state: 7 wait: 2 next: 285 dvx: 0 dvy: 0 centerx: 39 centery: 79 hit_a: 286 hit_d: 999 hit_j: 0 mp: -5
bdy:
kind: 0 x: 30 y: 36 w: 35 h: 44
bdy_end:
<frame_end>
<frame> 285 kaioken!
pic: 91 state: 7 wait: 3 next: 283 dvx: 0 dvy: 0 centerx: 39 centery: 79 hit_a: 286 hit_d: 999 hit_j: 0 mp: -5
bdy:
kind: 0 x: 30 y: 36 w: 35 h: 44
bdy_end:
<frame_end>
^ These are the frames for it.. 286 is the frame where he starts attacking..
Need help urgent!
Also can someone tell me how to remove all weapons from game without any bugs in detail? Thanks in advanced!