![]() |
|
Weakness for fire/ice - 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: Tutorials (https://lf-empire.de/forum/forumdisplay.php?fid=12) +---- Thread: Weakness for fire/ice (/showthread.php?tid=9482) |
Weakness for fire/ice - Onyx - 12-01-2014 Weakness for FIRE/ICE ----------------------------------------------------------------------------- Hi everyone, long time ago, when i was creating character called Rimfrost I wanted to make a weakness for fire with this champ using injury etc. But it was impossible, and today i created good idea about that weakness. Using correct bdy position and invisible ball (with state 18) we can make this easy! So let's create that invisible ball: ==================================== STEP 1 - effect that causes injury ==================================== Code: <bmp_begin>Pic 11 from firzen_chasei is blank, so i used this number in both frames. Anyway, the most important thing is STATE 18, because this causes that ball to hurt anyone (even character which releases opoint). Remember that with injury you can change the additional damage. And why 2 cols? Because guy on fire is dynamic, and it looks stupid when he inhibit after hit, but guy on ice is static, so he'll fall limply. You can ask: Why effect 0? It causes to release the effect of fire or ice! I'll explain of course, namely there's a big problem. I tried to combine that (especially ice with kind: 16) and it causes loop, and character with weakness was still knocked by that effect until he died, so there's a huge defect with my weakness patent. ==================================== STEP 2 - setting the body ==================================== Even if that effect got vrest, if you'll attack that sensitive character staying next to him you'll get hit also, so we must set infeasible body out of map. Code: <frame> 200 iceCode: <frame> 201 iceNow is needed OPOINT striking this second BODY, no one can reach him, so it will works only for character with weakness. [opoint: kind: 1 x: 21 y: -220 action: 2 dvx: 0 dvy: 0 oid: 666 facing: 0] That Y helps us cover with BODY. [OID: 666] is that script which is showed in step first. [action: 2] because its concerns ICE weakness. With fire we do the same, but with [action: 0] Code: <frame> 203 fireAnd finally... ==================================== STEP 3 - HAVE FUN! ==================================== ![]() ![]() Here's my DAT files for you to study ![]() char with weakness: http://speedy.sh/Fk3t2/weakguy.dat weakness effect: http://speedy.sh/ptDPe/weakguy-col.dat Just put that into LF2/Data and remember to add this into DATA.TXT Code: id: 60 type: 0 file: data\weakguy.datIf you noticed any bug or english mistake just write in thread or PM me. TUTORIAL BY -=ONYX=- RE: Weakness for fire/ice - ThrillerBeat - 12-02-2014 nice tut man but why that name ´´niggakox´´ tha sounds a bit racist man RE: Weakness for fire/ice - Onyx - 12-02-2014 @Up I love afroamerican rap XD, and "kox" is from polish badass :P And ty
|