Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] is it possible to...
#6
Hi Kenta, welcome to the LFE Forums!

As for your question, you can easily add the fire or ice-effect into your attacks. Below, you can see the respective fire-punch-action. It is important to write it in an itr with "kind: 0", as the other ones do something else than damaging the opponent.

    DC-Code:
<frame> 61 punch
   pic: 11  state: 3  wait: 3  next: 999  dvx: 0  dvy: 0  dvz: 0  centerx: 36  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
  sound: data\007.wav 
   itr:
      kind: 0  x: 33  y: 33  w: 42  h: 16  dvx: 2  bdefend: 16  injury: 20  effect: 2
   itr_end:
   bdy:
      kind: 0  x: 25  y: 11  w: 35  h: 69
   bdy_end:
<frame_end>
 
<frame> 66 punch
   pic: 13  state: 3  wait: 3  next: 999  dvx: 0  dvy: 0  dvz: 0  centerx: 34  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
  sound: data\007.wav 
   itr:
      kind: 0  x: 42  y: 4  w: 33  h: 52  dvx: 2  bdefend: 16  injury: 20  effect: 2
   itr_end:
   bdy:
      kind: 0  x: 25  y: 12  w: 37  h: 69
   bdy_end:
<frame_end>


You can exchange the effects with others if you wish. A list of available effects is visible here: http://www.lf-empire.de/en/lf2-empire/da...81-effects
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:


Messages In This Thread
[solved] is it possible to... - by Kenta - 12-25-2010, 01:11 PM
RE: is it possible to... - by prince_freeza - 12-25-2010, 01:20 PM
RE: is it possible to... - by Kenta - 12-25-2010, 01:24 PM
RE: is it possible to... - by prince_freeza - 12-25-2010, 01:34 PM
RE: is it possible to... - by Kenta - 12-25-2010, 01:38 PM
RE: is it possible to... - by Silverthorn - 12-25-2010, 01:39 PM
RE: is it possible to... - by prince_freeza - 12-25-2010, 01:40 PM
RE: is it possible to... - by Kenta - 12-25-2010, 01:47 PM



Users browsing this thread: 1 Guest(s)