![]() |
||||
|
[solved] Problem with attack - 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] Problem with attack (/showthread.php?tid=5305) Pages:
1
2
|
||||
[solved] Problem with attack - Krixen - 07-27-2010 Hi all I have a problem with my attack, I did it but the game does not start. I long time dont dating, and I a bit forgotten this. This is the date:
RE: Problem with attack - SirFrog - 07-27-2010 First of all: Please use the code-tags. As you're new to this forum, I'll try to explain: [code*] Here you put your code [/code*] Then you remove the * from it. To the problem itself: Does the game itself not start, or does the attack not work? If the game doesn't start, you will have to tell us what error message is displayed. However, if the attack doesn't work, explanation will follow below: If frame 235 is the first frame of your attack, then it's no question about it. an opoint, which summons your ball or special attack or whatever, does never work when it is in the first frame of an attack. In other words, it needs to be in the second frame. Do you understand? If you do, and this solves your question, please press solved. RE: Problem with attack - Krixen - 07-27-2010 Thanks for the help, but after correction of the game ceases to be loaded during the loading of my attack, so the problem must lie in the attack. RE: Problem with attack - MH-Razen - 07-27-2010 while editing your post cause of the dc-code thing I saw this frame:
get rid of this symbol: ᄌ in the end of the frame. I`ve no idea if it could cause an error, but hey, give it a try :p RE: Problem with attack - Krixen - 07-27-2010 (07-27-2010, 10:51 AM)MH-Razen Wrote: while editing your post cause of the dc-code thing I saw this frame: Thanks for the edit. This stamp is not it. Already tried several variants. Can you help me dating your way, here you have a link, I'd be very grateful. http://img687.imageshack.us/i/atak1r.png/ RE: Problem with attack - MH-Razen - 07-27-2010 ok next thing i found: <frame> 11 hiting pic: 3 state: 9999 wait: 1 next: 999 dvx: 0 dvy: 0 dvz: 0 centerx: 75 centery: 120 hit_a: 0 hit_d: 0 hit_j: 0 <frame_end> state 9999? that`s broken weapon stat, i guess you cant use it outside of broken_weapon.dat without having bugs, dont know, never played around with this one ![]() What did you think the state 9999 do? if you can tell me this i can tell you which state would do the same - but i guess that`s the problem. Maybe just test it with state 3000 and see if the bug still happens
RE: Problem with attack - Krixen - 07-27-2010 Very thanks Razen MH. The game is working, but now I have a problem with the signs of dimensions. Long ago I played and I forgot the date. In the form I know, but in the attack worse. The problem looks like this: http://img713.imageshack.us/i/bugw.png/ I want to make my clones teleport to the enemy and struck at him, I do not know exactly how to itr. Please help. RE: Problem with attack - MH-Razen - 07-27-2010 first you should correct your imagea bit - the green lines are simply unprofessional. Delete theupper green line and make sure the width and height of every single pic is the same. For the exact beam: you used state 400, after this move the char - I'm not sure if it was 120 or 80 px, so test both. Use dvx to move the char... RE: Problem with attack - Krixen - 07-27-2010 That isn't problem but thanks. Mayby another state?I mean something like this http://img225.imageshack.us/img225/287/aaahp.png RE: Problem with attack - MH-Razen - 07-27-2010 as far as I mean you mean the area which should hurt? According to these dates: p w: 150 h: 120 row: 4 col: 1 it should be around this: itr: kind: 0 x: 50 y: 80 w: 50 h: 40 injury: 130 bdefend: 70 fall: 50 vrest: 10 itr_end: for details on the meanning of the different tags check out the mainsite: Data Changing -> Frame Elements -> itr |