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

#2
Posts: 3,971
Threads: 279
Thanks Received: 238
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
Disabling experience gained is easy, there are many ways to do it, one being setting those 6 bytes to $EA:

Code:
C2/5E4C: 20 35 62     JSR $6235      (Add experience for battle)

C2/5E56: 20 35 62     JSR $6235      (Add experience for battle)

For your starting level, the actors starting data only allow party average -2 to +2 iirc, There is once again more than one way to set a custom HP / MP one could perform a custom party average on the character (event command $77, see C0/9F32). But personally I would modify the event command $40 use at character recruit (see C0/A07C) and get the correct HP / MP /level(?)) from 2-3 tables, one for each data. You could use actor ID as table index. This solution (or any in fact) require a fair understanding of assembly coding, so it's not something you can achieve without actually putting both hands in assembly learning.
  Find
Quote  
[-] The following 1 user says Thank You to madsiur for this post:
  • Spram (07-06-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