Little Fighter Empire - Forums
[solved] Invisible attack - Printable Version

+- Little Fighter Empire - Forums (https://lf-empire.de/forum)
+-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7)
+--- Forum: Data Changing (https://lf-empire.de/forum/forumdisplay.php?fid=11)
+---- Forum: Solved Problems (https://lf-empire.de/forum/forumdisplay.php?fid=14)
+---- Thread: [solved] Invisible attack (/showthread.php?tid=4759)

Pages: 1 2 3 4


[solved] Invisible attack - basement2 - 04-09-2010

Okay... I'm making a WoodyGX. I'm done his normal attack combo and spriting. (Actually i just recoloured Woody) Now i want to give him a umm Whirlwind attack(currently named Sandstorm).

2 points.
-It's invisble although i gave it a picture number.
-It freezes even though there is no <effect 3> at all

How do i make it uninvisible and doesn't freeze?
    DC-Code:
<frame> 205 sandstorm
   pic: 9  state: 15  wait: 2  next: 206  dvx: 0  dvy: 0  dvz: 0  centerx: 82  centery: 144  hit_a: 0  hit_d: 0  hit_j: 0  effect: 1
  sound: data\073.wav 
<frame_end>
 
<frame> 206 sandstorm
   pic: 10  state: 15  wait: 2  next: 207  dvx: 0  dvy: 0  dvz: 0  centerx: 82  centery: 144  hit_a: 0  hit_d: 0  hit_j: 0
   opoint:
      kind: 1  x: 82  y: 144  action: 215  dvx: 0  dvy: 0  oid: 322  facing: 0
   opoint_end:
<frame_end>
 
<frame> 207 sandstorm
   pic: 11  state: 15  wait: 1  next: 208  dvx: 0  dvy: 0  dvz: 0  centerx: 82  centery: 144  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>
 
<frame> 208 sandstorm
   pic: 12  state: 15  wait: 1  next: 209  dvx: 0  dvy: 0  dvz: 0  centerx: 82  centery: 144  hit_a: 0  hit_d: 0  hit_j: 0
   itr:
      kind: 15  x: 15  y: 21  w: 128  h: 170  dvx: 0  dvy: -2  fall: 70  vrest: 200  bdefend: 16  injury: 75  zwidth: 30  
   itr_end:
<frame_end>
 
<frame> 209 sandstorm
   pic: 13  state: 15  wait: 1  next: 210  dvx: 0  dvy: 0  dvz: 0  centerx: 82  centery: 144  hit_a: 0  hit_d: 0  hit_j: 0
   itr:
      kind: 15  x: 15  y: 21  w: 128  h: 170  dvx: 0  dvy: -2  fall: 70  vrest: 200  bdefend: 16  injury: 75  zwidth: 30  
   itr_end:
<frame_end>
 
<frame> 210 sandstorm
   pic: 14  state: 15  wait: 1  next: 211  dvx: 0  dvy: 0  dvz: 0  centerx: 82  centery: 144  hit_a: 0  hit_d: 0  hit_j: 0
   itr:
      kind: 15  x: 15  y: 21  w: 128  h: 170  dvx: 0  dvy: -2  fall: 70  vrest: 200  bdefend: 16  injury: 75  zwidth: 30  
   itr_end:
<frame_end>
 
<frame> 211 sandstorm
   pic: 15  state: 15  wait: 1  next: 212  dvx: 0  dvy: 0  dvz: 0  centerx: 82  centery: 144  hit_a: 0  hit_d: 0  hit_j: 0
   itr:
      kind: 15  x: 15  y: 21  w: 128  h: 170  dvx: 0  dvy: -2  fall: 70  vrest: 200  bdefend: 16  injury: 75  zwidth: 30  
   itr_end:
<frame_end>
 
<frame> 212 sandstorm
   pic: 16  state: 15  wait: 1  next: 213  dvx: 0  dvy: 0  dvz: 0  centerx: 82  centery: 144  hit_a: 50  hit_d: 158  hit_j: 0
   itr:
      kind: 15  x: 15  y: 21  w: 128  h: 170  dvx: 0  dvy: -2  fall: 70  vrest: 200  bdefend: 16  injury: 75  zwidth: 30  
   itr_end:
<frame_end>
 
<frame> 213 sandstorm
   pic: 17  state: 15  wait: 2  next: 214  dvx: 0  dvy: 0  dvz: 0  centerx: 82  centery: 144  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>
 
<frame> 214 sandstorm
   pic: 18  state: 15  wait: 2  next: 1000  dvx: 0  dvy: 0  dvz: 0  centerx: 82  centery: 144  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>
 
<frame> 215 sandstorm
   pic: 18  state: 15  wait: 50  next: 1000  dvx: 0  dvy: 0  dvz: 0  centerx: 82  centery: 144  hit_a: 0  hit_d: 0  hit_j: 0
   itr:
      kind: 16  x: 15  y: 21  w: 128  h: 170  dvx: 0  dvy: -2  fall: 70  vrest: 100  bdefend: 16  injury: 75  zwidth: 30  
   itr_end:
<frame_end>


Here's my coding. any thing wrong?


RE: Invisible attack - forgetlatios - 04-09-2010

show us the bmp part.


RE: Invisible attack - basement2 - 04-09-2010

Oh and I'm scanning the tutorials now.
file(9-18): sprite\WoodyGX\WoodyGX_ss.bmp w: 159 h: 159 row: 5 col: 2
How do you put pics?
I mean post it here in this forum


RE: Invisible attack - Taniaetc - 04-09-2010

It freezes because you use itr: kind: 16. Change it back to 15.


RE: Invisible attack - basement2 - 04-09-2010

How do I make it uninvisible?


RE: Invisible attack - forgetlatios - 04-09-2010

go imagehost.org and upload. png please.


RE: Invisible attack - basement2 - 04-09-2010

[Image: WoodyGX_ss.jpg]


RE: Invisible attack - forgetlatios - 04-09-2010

change the pic numbers. pic 18 doesn't exist. the (9-18) is for human referene


RE: Invisible attack - basement2 - 04-09-2010

[Image: WoodyGX_ss.jpg]
change 2 wad?


RE: Invisible attack - Taniaetc - 04-09-2010

Can I please take a look at the bmp_part thing? Might be a clue.