If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below. Also, before requesting
codes, note that there is a main site, which may contain what you
are looking for already. Also, if you know what you want, feel free to
search for it directly.
Tony Hedstrom, Please tell me whether you can get the code in game Light Crusader for infinite gold to the most expensive product is not bought but would only amount that is?
1) Did the single infinite energy code work for Light Crusader?
does not work perfectly
As for infinite gold. I mean to buy only the amount that is there, but not to buy more expensive and always have infinite gold! That is, free not to buy, for example, if at the beginning of the game 200 GP you can not buy something that costs 1000, how is it always. for example, I tried to make this code but it was not luck
As for infinite gold. I mean to buy only the amount that is there, but not to buy more expensive and always have infinite gold! That is, free not to buy, for example, if at the beginning of the game 200 GP you can not buy something that costs 1000, how is it always. for example, I tried to make this code but it was not luck
OK, I think I understand now. You want a code that lets you buy anything, even if you don't have enough money? I don't have time to look at the code right now, but here is some info that might help you find it...
Set your debugger to break on write for the RAM address for your gold/money. When you try to buy something and the debugger snaps, look BEFORE where it stopped at and see if you can find a COMPARE instruction that is comparing how much money you have with how much money it costs. That compare instruction is sometimes right before the subtraction instruction. Once you find it, change the compare to a branch instruction instead.
EDIT: If you're lucky, you'll be able to branch over the compare and the subtraction instruction so it will only take one code.
FANAT, here's a slightly easier way to make that code...
Set your debugger to break on 'Read' for your Gold/Money RAM address. That way, when it reads your gold amount to check to see if you have enough, it will cause the debugger to snap.
Tony Hedstrom, Maybe I explained to very hard. I want the code that allows you to buy, not all items are very expensive, for example, when there are 200 coins to buy only what is up to 200 coins. And the one that is more expensive just to collect the remaining money and then buy something that is more expensive, but there is always an infinite gold
When a character has infinite money and had 200 coins, and he's going to buy something expensive, for 1000 should be written I need more GP. But do not buy something that is worth 1000 for 200 coins. it had to be a simple code, but does not work so
You could try changing the 'Subtract' instruction to an 'Add' instruction. That way, you could only buy the things you could afford, but you would have the cost of the item added to your money. Is that what you're looking for?
Tony Hedstrom, I suffered for a long time to make the code Invincible, with the start of the game, without blinking, and without loss of life in the of the game New Zealand Story, but the result nebylo opportunity to do so with the one code? and still need codes always have a weapon that your character picks up the laser itd. I ask about this with great respect and who will help in this difficult matter
Comment