![]() |
Creating a stronger Armor than Julian? - 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: [1.9/1.9c] Exe Editing (https://lf-empire.de/forum/forumdisplay.php?fid=17) +---- Forum: Solved Problems (https://lf-empire.de/forum/forumdisplay.php?fid=19) +---- Thread: Creating a stronger Armor than Julian? (/showthread.php?tid=1066) |
Creating a stronger Armor than Julian? - RUDOLF27 - 09-11-2008 In regards to this thread by xxtomnyxx: Armour Effect of ID Code: If you want creat a new id with Armour Effect, just replace the code ''mov eax,dword ptr ds:[edi+6F4]'' at 0042CCE6 with ''JMP XXXXXXXX ''. I have managed to add the first 5 lines but I can't manage to add the 6th line. It says, "unknown identifier". How can I solve this one? Pls. help, thanks! ![]() RE: Creating a stronger Armor than Julian? - Jurassic - 09-11-2008 Well, if you don´t manage to make an armour with Hex editing, try dc. RE: Creating a stronger Armor than Julian? - Boop - 09-11-2008 Make sure you type the 0 before the f... 0F RE: Creating a stronger Armor than Julian? - RUDOLF27 - 09-12-2008 (09-11-2008, 03:05 PM)Jurassic Wrote: Well, if you don´t manage to make an armour with Hex editing, try dc.If I don't manage to do this, maybe after copying Julian's armor, I'll just do DC... :confused: (09-11-2008, 03:57 PM)Silva Wrote: Make sure you type the 0 before the f... 0FYes, I typed it correctly. And also, according to his comment, you can type any number in hex, 1E, for example... :confused: RE: Creating a stronger Armor than Julian? - Boop - 09-12-2008 The thing is, you can't just type F or A, a 0 has to be first. I think the mistake is here : esi+B8 .. should be esi + 0B8 RE: Creating a stronger Armor than Julian? - RUDOLF27 - 09-13-2008 Thanks a lot, it seems that you solved it! ![]() How about the last part? What should I put there, the ones with the % and the spaces... Code: XXXXXXXX *cmp eax,%%%←which id's attack can break defend EDIT: Thanks, Silva. I managed to give my character armor class 3 (needs more than 3 hits to get hurt, Julian got armor class 2) and the remaining I copied Julian's remaining lines... ![]() RE: Creating a stronger Armor than Julian? - c4ss0k4 - 09-19-2008 you could try DC putting an itr kind 8 with an loop that it has an state 7 BUT no worries this case is already solved ![]() |