Users browsing this thread: 1 Guest(s)
Disable magic while still allowing Esper equip

#1
Posts: 2
Threads: 2
Thanks Received: 0
Thanks Given: 0
Joined: Apr 2020
Reputation: 0
Status
None
In FF6ME it is easy to change the magic command to something like def. to remove a characters ability to use magic. However, this also disables their ability to equip Espers. Is there’s any simple workaround that would allow a character to equip espers for level up bonuses but not allow them to learn magic?

Thank you.
  Find
Quote  

#2
Posts: 377
Threads: 34
Thanks Received: 10
Thanks Given: 7
Joined: Dec 2018
Reputation: 18
Status
Moog
The place to start with this would be the menu bank, C3.

If you change C3/4D78 from 02 to 00 with a hex editor, it should make anyone with the fight command capable of equipping an Esper (except Gogo who has a special condition). That includes guests, though, but as far as I know there are protections to keep them from actually writing to the magic ram (which would otherwise corrupt configuration settings). You might run into a problem if a guest equips it and then leaves the party, though, but you can add an event to unequip them if that happens (or change C3/4D71: D0 04 {BNE} to B0 04 {BCS} so that all characters Gogo and higher can't equip espers).

EDIT: Branch if carry SET, not clear. Doh, I keep making goofy mistakes. Branch if carry clear would make it so that ONLY Gogo and guests could use espers, which is bad.
  Find
Quote  



Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite