El Fuerte Trial 18

Super Street Fighter 4 Trials - El Fuerte # 18 Position: Facing right. Push Dan into the corner and dash back twice. Activate with LS. Once you dash back twice you should be next to the 2nd black line away from Dan but on the side closest to Dan. When El has his feet wide one foot wiil be on the outside of that black line and the other on the outside of the grey mark that is halfway between the black lines. Click from here. The punch should hit the front of his lower face, around his mouth. If you connect above his head this will not work. * This took hrs and hrs to get working every time. I only publish once I can get it to work absolutely every time and while this does it is quite tricky to learn exactly how to do it which I have tried to explain above. Just keep trying if you follow the directions you should be fine.
Version1.00
AuthorJayD101
Publish DateSat, 24 May 2014 - 10:36
Last UpdateSat, 24 May 2014 - 10:36
Downloads74
RATE


0

0

Code: Select all
 
main {  if(get_val(XB360_LS)) combo_run(ElFuerteT18);
        if(get_val(XB360_RS)) combo_stop(ElFuerteT18);
}
 
combo ElFuerteT18 {
    set_val(XB360_UP, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_UP, 0);
    set_val(XB360_RIGHT, 0);
    wait(510);
    set_val(XB360_RB, 100);
    wait(20);
    set_val(XB360_RB, 0);
    wait(375);
    set_val(XB360_RT, 100);
    wait(20);
    set_val(XB360_RT, 0);
    wait(50);
    set_val(XB360_DOWN, 100);
    wait(20);
    set_val(XB360_RIGHT, 100);
    set_val(XB360_DOWN, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 0);
    wait(20);
    set_val(XB360_RIGHT, 100);
    set_val(XB360_DOWN, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RIGHT, 100);
    set_val(XB360_RT, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    set_val(XB360_RT, 0);
 
}