[solved] eating specail items giving new attacks - 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] eating specail items giving new attacks (/showthread.php?tid=1696) |
[solved] eating specail items giving new attacks - Madara Uchiha - 12-12-2008 ok i want to create an attack or an item were if u eat this item u will be able to gain new specail attacks but i want it to work on everyone even enimes so it transform who ever eats it i thouyght or serval things but dont no how to create something like this so i am hoping u guys can help RE: eating specail items giving new attacks - MH-Razen - 12-12-2008 ok you should look into the project "demon drink" (weapons) and "transform drink" (adv tuts, type 6) and you should look into kongdom lf2 where I used powerups. which think do you prefer, drink or powerup? eat would reqwuire new frames in every char if you want it to look good RE: eating specail items giving new attacks - Madara Uchiha - 12-12-2008 but i want it to replace thier normal attacks and give them new specail attacks and make it work on everyone even enimes RE: eating specail items giving new attacks - MH-Razen - 12-12-2008 so for example, davis punch without the powerup is just a punch, with the powerup he ... start to dance for example... actually you might want to rethink the whole thing, cause whatever move you want to change - you'll have to add new bdys and itr's to every frame in every char you want to use this for AND you need to code new moves into EVERY char. Really wanna take this or make your plan a bit more concrete now? RE: eating specail items giving new attacks - Madara Uchiha - 12-12-2008 no i mean like this say for exmaple davis he has normal moves and when he uses D>A he will shoot his ball but when he eats this item when he does D>A he will do diffrent moves its like transfoming except i want it to work on every character RE: eating specail items giving new attacks - MH-Razen - 12-12-2008 ever used my transform dirnk? every char transform into justin, justin into julian and julian does his soul attack when they drink the demon drink. sounds like thats what you need RE: eating specail items giving new attacks - Madara Uchiha - 12-15-2008 will it work on every chracter even eniimes? sry for bad english RE: eating specail items giving new attacks - MH-Razen - 12-15-2008 everybody use items right? so why shouldnt everybody drink this RE: eating specail items giving new attacks - dubbleD - 12-16-2008 lol an idea just popped up in my head. i propose this: in every frame on the character, put in a bdy point y: -1000 or something like that. then you have a special item that when you drink/eat, will spawn a ball with itr/k 8 high up at y: -1000. as long as you still have the bdy there, the ball will be with you. now the character, could have already the move inputs but with a bdy thats like uhm...y: -2000 instead of -1000. then in the ball, it could have like that itr/k 3 at y: -2000 while at the same time still have the itr/k 8 at y: -1000. there for when an input move is used with y:-2000, the character will react with the ball and whatever frame the ball sends the character, you have what you want. and uhm...just dont delete the ball and you'll have it permanently. i think if you want to get rid of it once you fall down, then uhm...put an itr/k y:-5000 for example with a bdy point with y:-5000 that will dvx the ball into a deleting frame. (note: this has to be made into every individual character to work. its not a universal thing) theres numerous possibilities. and uhm...my sensless rambling is done. i hope at least 1 or 2 of you can understand... EDIT: oh well, MH-RAZEN already mentioned something like this. just in no detail |