![]() |
|
DC language quiz - Printable Version +- Little Fighter Empire - Forums (https://lf-empire.de/forum) +-- Forum: General Zone (https://lf-empire.de/forum/forumdisplay.php?fid=23) +--- Forum: Hangout Area (https://lf-empire.de/forum/forumdisplay.php?fid=26) +--- Thread: DC language quiz (/showthread.php?tid=8544) |
RE: DC language quiz - Alblaka - 02-10-2013 I would make the vagues guess of a specific frame number having a hardcoded special effect and ruining the move. Though I couldn't tell which one. RE: DC language quiz - Ramond - 02-10-2013 Nope no problem with hardcoded stuff. The solution is simpler than you think, it just requires that you really read carefully...EDIT: Actually, for better clarification purpose, I changed a few terms in the question, so it might be more obvious now.
RE: DC language quiz - Ramond - 02-12-2013 Bump. No idea guys? :P I guess at least BP should try to solve it. He at least should know why he raegd.. RE: DC language quiz - Silverthorn - 02-12-2013 Is it related to my network-driver going batcrap insane and hogging the CPU resulting in a quasi-crash of the whole computer? v: That is probably related to the fact that my network-driver goes batcrap insane and hogs the CPU, rendering the whole computer unusable. Thus, my internet access is based on random intervals of sanity of the network-driver. Why do I get the feeling that I'm repeating myself? RE: DC language quiz - Ramond - 02-12-2013 YES No... it definitely is a DCing issue (after all that's what this thread is about)
RE: DC language quiz - Reaper - 02-12-2013 (02-09-2013, 11:23 AM)Ramond Wrote: Assume Blue Phoenix programmed Davis a RAEG move, and he doesn't modify the existing frames but creates new frames between frame 350 and 380 for the whole rage move.Where is your hit_RAEG: 350 ? In case that is correct: I have given my character a move with an opoint and oid: 210. He performs it, but no fireball appears. data.txt and the fireball remained unchanged. What did I do wrong? RE: DC language quiz - Ramond - 02-12-2013 DING! Reaper got it. It's an issue that brings me to the raeg pretty often. ![]() Reaper: That may have several causes, 1) x/y coordinates set wrong, so it appears somewhere off-screen 2) action: set incorrectly, so a wrong frame is spawned (perhaps one without anything) 3) Maybe the object limit is reached in-game ![]() 4) Perhaps no opoint_end? (Or would that cause an error, not sure.) In case I'm kind of correct, free round
RE: DC language quiz - Henren - 02-12-2013 Why Davis stay alive? He has 500hp and Dennis attack him with a combo that have total injury of 500. RE: DC language quiz - Ramond - 02-12-2013 ^ While that's not totally a DCing question, the answer is that a combo that does 500 injury takes a bit of time, and during this time the normal hp regeneration will heal Davis for a few hp in the meantime, so after the combo Davis will have something between 5 and 15 hp. RE: DC language quiz - Henren - 02-12-2013 RIGHT Now comes a bit difficult quastion ... I have change some thing in firen ball data I make all right but when I load the game the game not start. (This happend too when I change something by henry wind data) Why the game didnt start? (Load process stop at firen ball dat and no message comes) |