Little Fighter Empire - Forums
[solved] Hit enemy on ground? - 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] Hit enemy on ground? (/showthread.php?tid=4862)



[solved] Hit enemy on ground? - Whaat - 04-21-2010

In some version it is possible to hit enemy even when he is on ground.
One attack like that is Davis´ ´boom´ attack (D down J) in LF2 special version.
And now i want do the same thing, i have copied the attack and so long, everything else works, but it doesnt attack enemy when he´s on ground?
So the problem is in other chars data, but where?


RE: Hit enemy on ground? - Ramond - 04-21-2010

Well, to hit a char, the char must have a bdy in the frame. So just add fitting bdys in the lying frames of all the chars.

...that is if you haven'T done that already.

Also, the downside is that every attack which intersects with the lying char's bdy will hit him. To avoid that, give the chars in lying frames a special bdy with coordinates, which cannot be reached by normal attacks. Then the attack which should be able to hit the lying char should have an itr (or whatever you use to hit him) with the same coordinates.


RE: Hit enemy on ground? - Whaat - 04-22-2010

Thanks, now it works perfectly :)