Little Fighter Empire - Forums
How do I do this? - 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)
+--- Thread: How do I do this? (/showthread.php?tid=1328)



How do I do this? - SweetDeath - 10-14-2008

I'm starting to learn DC, and I'm trying to make it that when firen runs and attacks, he will burn with his fist.
So I found these frames:

<frame> 85 run_attack
pic: 102 state: 3 wait: 1 next: 86 dvx: 6 dvy: 0 dvz: 0 centerx: 34 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
bdy:
kind: 0 x: 19 y: 24 w: 35 h: 54
bdy_end:
bdy:
kind: 0 x: 10 y: 36 w: 27 h: 15
bdy_end:
<frame_end>

<frame> 86 run_attack
pic: 103 state: 3 wait: 1 next: 87 dvx: 4 dvy: 0 dvz: 0 centerx: 30 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
sound: data\007.wav
bdy:
kind: 0 x: 8 y: 51 w: 38 h: 27
bdy_end:
bdy:
kind: 0 x: 9 y: 8 w: 35 h: 47
bdy_end:
<frame_end>

<frame> 87 run_attack
pic: 104 state: 3 wait: 2 next: 88 dvx: 0 dvy: 0 dvz: 0 centerx: 28 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
itr:
kind: 0 x: 29 y: 22 w: 47 h: 37 dvx: 10 fall: 70 arest: 15 bdefend: 16 injury: 50
itr_end:
bdy:
kind: 0 x: 10 y: 59 w: 41 h: 24
bdy_end:
bdy:
kind: 0 x: 23 y: 19 w: 32 h: 37
bdy_end:
<frame_end>

<frame> 88 run_attack
pic: 105 state: 3 wait: 4 next: 999 dvx: 0 dvy: 0 dvz: 0 centerx: 28 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
itr:
kind: 0 x: 29 y: 22 w: 47 h: 37 dvx: 10 fall: 70 arest: 15 bdefend: 16 injury: 50
itr_end:
bdy:
kind: 0 x: 31 y: 27 w: 33 h: 28
bdy_end:
bdy:
kind: 0 x: 7 y: 55 w: 48 h: 26
bdy_end:
<frame_end>

Now I now I need to add "effect: 2" somewhere so it could burn, right?
I just dont know where to put it.


RE: How do I do this? - Adam315 - 10-14-2008

<frame> 87 run_attack
pic: 104 state: 3 wait: 2 next: 88 dvx: 0 dvy: 0 dvz: 0 centerx: 28 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
itr:
kind: 0 x: 29 y: 22 w: 47 h: 37 dvx: 10 fall: 70 arest: 15 bdefend: 16 injury: 50
effect: 2
itr_end:
bdy:
kind: 0 x: 10 y: 59 w: 41 h: 24
bdy_end:
bdy:
kind: 0 x: 23 y: 19 w: 32 h: 37
bdy_end:
<frame_end>

<frame> 88 run_attack
pic: 105 state: 3 wait: 4 next: 999 dvx: 0 dvy: 0 dvz: 0 centerx: 28 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
itr:
kind: 0 x: 29 y: 22 w: 47 h: 37 dvx: 10 fall: 70 arest: 15 bdefend: 16 injury: 50
effect: 2
itr_end:
bdy:
kind: 0 x: 31 y: 27 w: 33 h: 28
bdy_end:
bdy:
kind: 0 x: 7 y: 55 w: 48 h: 26
bdy_end:
<frame_end>


RE: How do I do this? - Silverthorn - 10-14-2008

I don't know how often I need to repeat this but Mainsite Search First!
Kayz, check this for itr: clicky
And effects: clicky

Nothing more to say.


RE: How do I do this? - SweetDeath - 10-14-2008

thank you!


RE: How do I do this? - Silverthorn - 10-15-2008

is this solved now? if yes, please make use of the solved-button, it makes it easier for staff to move it, if not, please specify your problem