![]() |
||
[solved] Itr problem - don't work. - 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] Itr problem - don't work. (/showthread.php?tid=3804) |
||
[solved] Itr problem - don't work. - Hukko - 10-20-2009 I'm coding Grimmjow for my MOD and you know my MOD system (2 combos, 4 attacks). I was coding the first combo and the last attack's itr don't work... Why?
The Itr at frame 268 don't work! Please help-me, i never had this problem before thank you. regards. RE: Itr problem - don't work. - Magnamancy - 10-20-2009 You want it to do damage?
It's been a bit since I've actually done any DCing (just getting the spriting done =P) but I think your problem resides in the kind of the itr. Shouldn't the 0 be something else? If that isn't the problem, make sure your co-ordinates are where they're supposed to be. (This has caught me out before :D) Other than that, Idk... RE: Itr problem - don't work. - Hukko - 10-20-2009 The kind is right, needs to be kind: 0. Edit: Yes, this don't work in the game, like if don't have itr in this frame. RE: Itr problem - don't work. - Magnamancy - 10-21-2009 I just checked out the main website, apparently effect: 1 already has a sound effect attached. I'm not sure if this'll help, but try removing the sound tag from the frame that has the itr in it(In my head: could be just conflicting values). I wonder what's going on ... RE: Itr problem - don't work. - no one - 10-21-2009 Your itr seem to be lack of arest/vrest and bdefend. That could be the problem. RE: Itr problem - don't work. - Azriel - 10-21-2009 put itrs before bdys Azriel~ RE: Itr problem - don't work. - TheNave - 10-21-2009 if you don't add a v/arest or set it to 0, then it's counted like arest: 15... and that's to high to make 2 itrs hit the enemy in such a short amount of time... I'd say... add a vrest: 7 to all itrs and that should fix it @Az I never heared that that could cause any problems, I'm mostly puting the itrs behind bdys and it still works RE: Itr problem - don't work. - Hukko - 10-21-2009 thanked posts = correct solved. ty |