Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Big Problem
#11
well, your doing it nearly right, but don't just follow my advice, think a bit about what you are doing.
Catchingact is the frame where the ball goes. It doesn't really matter which frame number it has, but it should be one of the frames you use, in this case 40 or 41.
If you only use this one special bdy: the rest is ok, but y: 20000 AND h: 20000 means it goes from 20000 to 40000. So if you want to use several of them they could overlap.
And one thing I told you wrong: I said its x: -9999 and w: 9999 but that means it would go from -9999 to 0, so on the one side it won't work. Must be x: -5000 and w: 10000, sry.
Rest should be ok if your swordattack starts on 350.
Oh and instead of posting your edited data maybe just try it out, then you will see whether it works.
Reply
Thanks given by: Gangster95
#12
i tried it and the move does nothing
and i had control everythink and for me it looks okay.
can you see a problem:

60(Punchfragment)
<frame> 60 punch
pic: 70 state: 3 wait: 1 next: 61 dvx: 0 dvy: 0 dvz: 0 centerx: 39 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
itr:
kind: 2 x: 27 y: 57 w: 40 h: 25 vrest: 1
itr_end:
bdy:
kind: 0 x: 28 y: 12 w: 33 h: 70
bdy_end:
bdy: #sword
kind: 0 x: -9999 y: 20000 w: 9999 h: 20
bdy_end:
<frame_end>

then the move that make the ball:

<frame> 360 take sword
pic: 60 state: 3 wait: 1 next: 356 dvx: 0 dvy: 0 dvz: 0 centerx: 38 centery: 77 hit_a: 0 hit_d: 0 hit_j: 0
opoint:
kind: 1 x: 68 y: 0 action: 0 dvx: 0 dvy: 0 oid: 600 facing: 0
opoint_end:
<frame_end>

THE BALL:

<frame> 0 flying
pic: 999 state: 9997 wait: 1 next: 1 dvx: 23 dvy: 0 centerx: 51 centery: 41 hit_a: 0 hit_d: 0 hit_j: 0
itr:
kind: 3 x: -9999 y: 20000 w: 9999 h: 10 zwidth: 500 vrest: 1 catchingact: 0 caughtact: 350
itr_end:
<frame_end>

AND THE SWORDATTACK:

<frame> 350 super_punch
pic: 132 state: 3 wait: 1 next: 71 dvx: 0 dvy: 0 dvz: 0 centerx: 30 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
bdy:
kind: 0 x: 14 y: 14 w: 30 h: 66
bdy_end:
<frame_end>

HE DO THE PIC FOR TAKE SWORD
AND THE BALL HE DO TO BECAUSE
HE MAKE AFTER THE MOVE A SWORDATTACK (BUT IT TAKE NO DAMAGE)
Sorry for my bad english
Reply
Thanks given by:
#13
Other persons could answer in here too... I'm not a datachanger at all.
Anyway, first thing is that a next: 71 in the sword attack leads it back to a totally wrong frame. At least if you don't have the other frames there. If you just wanted one frame then you should place an itr: in it. Otherwse it can't seal damage.
and second:
Quote:And one thing I told you wrong: I said its x: -9999 and w: 9999 but that means it would go from -9999 to 0, so on the one side it won't work. Must be x: -5000 and w: 10000, sry.
Btw: You just need either such a bdy: with big x: and w: values or an itr. But I think it doesn't matter.
Reply
Thanks given by:
#14
i had tried it all but it does´n´t go...
i will do the charackter twies one time with knife and one with sword.
but thanks for the help
Sorry for my bad english
Reply
Thanks given by:
#15
Try pressing the Thank and Solve buttons.

@mods: Mind not trashing this post until he does so? Feel free after XD
FOLLOW THE RULES!

LFE Forum Rules (Click to View)
Grand Fonic Hymn - Orchestral Arrangement. Arranged by me. I promise it's not horribad.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)