Users browsing this thread: 1 Guest(s)
No Exp or leveling, ever.

#4
Posts: 149
Threads: 21
Thanks Received: 40
Thanks Given: 3
Joined: Dec 2013
Reputation: 9
Status
Auto-life
You can try to alter the $C0/9F78 function. The function calculates the starting level when a character is created.

As example, the following code will force the starting level of any character to be 50:

Code:
org     $C09F78

    LDA #$32        ;set start-up level to #$32 (50)
    RTS             ;return level

The characters still will have their level alteration as setup in their startup data. You can easily setup them for zero alteration with ff3usme.

Indirectly, you can edit the HP/MP growth table and the additional HP/MP in the startup data to setup a fixed value for the character HP/MP.

I must also say that without level up some abilities won't be updated. Specifically, Sabin's Blitz, Cyan's SwdTech and Celes and Terra natural learning. They are dependent of level alterations to be updated.
  Find
Quote  
[-] The following 1 user says Thank You to HatZen08 for this post:
  • madsiur (07-07-2018)



Messages In This Thread
No Exp or leveling, ever. - by Spram - 07-03-2018, 09:03 PM
RE: No Exp or leveling, ever. - by madsiur - 07-04-2018, 10:00 AM
RE: No Exp or leveling, ever. - by Cecil188 - 07-05-2018, 10:09 AM
RE: No Exp or leveling, ever. - by HatZen08 - 07-07-2018, 06:31 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite