10-17-2011, 05:00 PM
There is a possibility that the Magitek command (Heald Force Tek Missile, Fire Beam, etc.) consume magic points? Try to modify it but in the battle FF3usme magic points do not decrease, as is this accomplished?
Magitek cost magic points
|
10-17-2011, 05:00 PM
There is a possibility that the Magitek command (Heald Force Tek Missile, Fire Beam, etc.) consume magic points? Try to modify it but in the battle FF3usme magic points do not decrease, as is this accomplished?
Even though you mark the option in usME, the game's code is not recognizing it...here's why:
Code: (Determine MP cost of a spell/attack) Look at this specific code now: Code: C2/4F11: AD 7A 3A LDA $3A7A (get command #) If the command is summon, lore, magic or Xmagic, the game will pull the MP cost for the spell/attack; otherwise, it won't. |
« Next Oldest | Next Newest »
|