attack problem

  • Thread starter Thread starter Rayzero-x
  • Start date Start date
R

Rayzero-x

Guest
quick question, when i have an attack box for one gif  the rest seem to have the same attack box which does not appear in openborstats when i try to fix it,
for example,
anim attack1
delay 4
bbox 16 1 36 94
offset 34 93
frame data/chars/man/attack1-1.gif
delay 8
attack 54 6 49 30 5 0 1 0 5 0
offset 34 94
frame data/chars/man/attack1-2.gif (attack box for this frame)
delay 5
offset 34 93
frame data/chars/man/attack1-1.gif (no attack is set but the attack from the previous one is still active)

does anybody has a solution to it?.
 
Just to back up nsw25's reply.

anim  attack1
  delay  4
  bbox  16 1 36 94
  offset  34 93
  frame  data/chars/man/attack1-1.gif
  delay  8
  attack  54 6 49 30 5 0 1 0 5 0
  offset  34 94
  frame  data/chars/man/attack1-2.gif (attack box for this frame)
  delay  5
  offset  34 93
  attack  0 <--- all parameters from the attack data will be 0
  frame  data/chars/man/attack1-1.gif (no attack is set but the attack from the previous one is still active)

If you're using openborstats, you just need to add another attack box but with all 0. Look at where it says "Attack Box's" on the right side. You click on the down button on the very right where NoFlash is and select Add so that your attack box will be 0 without adjusting boxes for attacks.
 
Back
Top Bottom