![]() |
Is that possible? - 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: Advanced Data Changing (https://lf-empire.de/forum/forumdisplay.php?fid=13) +---- Thread: Is that possible? (/showthread.php?tid=729) |
Is that possible? - Jurassic - 07-28-2008 Is it possible to make, that if a baseball hit a weapon, the baseball transforms into something other. Here is an example: ![]() RE: Is that possible? - Ascor - 07-28-2008 not possible the baseball has no hiting frame RE: Is that possible? - ~Dome~ - 07-28-2008 Hm.. since there isn´t any hitframe in a weapon, its quiet difficult You could let it activate a invisible ball every 3 TU, when it´s hit by sth it deletes, the old ball per hitframe, and activates a new one.. €dit: hehe posted at the same time.. RE: Is that possible? - Jurassic - 07-28-2008 Good idea but then the ball will also come back if any weapon hit it. I want him only to come back if he´s beaten by a stick. RE: Is that possible? - ~Dome~ - 07-28-2008 => Use new itr with y: 5000, and a bdy with y:5000 in the ball ONLY RE: Is that possible? - Hypermodder - 07-28-2008 easyer method: just set down the weapon hp to 1 and change the broken.dat! in weapon_5.dat: Code: <bmp_begin> in broken_weapon.dat: Code: <frame> 60 baseball1 RE: Is that possible? - ~Dome~ - 07-28-2008 that won´t work: 1. You could do this with all weapons/hits and not only with baseballbat 2. You have to change weapon_hurt to 0.. Mine would work.. RE: Is that possible? - Hypermodder - 07-28-2008 (sat down the drop_hurt to 0) so, believe meh, it works! RE: Is that possible? - Jurassic - 07-28-2008 I can´t work with broken.dat because that will hurt your friends, too. You can see that if you gives burning smoke an opoint to make firens explode. RE: Is that possible? - ~Dome~ - 07-28-2008 @HM You didn´t read this: 1. You could do this with all weapons/hits and not only with baseballbat He wants it only for the bat.. mine would work, as I said.. |