Stat mods on Vincent's transformation

  • Thread starter Thread starter Tonfa
  • Start date Start date
Status
Not open for further replies.
T

Tonfa

Guest
Where are these stored? I have scoured a ton of old posts in search of this knowledge for no avail. It's obvious they have been found and cracked, though, given the Party Mechanics Guide. Would appreciate this information for the purposes of modification.
 
I don't think it's in his AI data; according to WallMarket, this is all that's in his main script:

Code: [Select]
Code:
LocalVar:0000 <- 112 + LimitLevel(?) * 2If ( (Random MOD 10 < 3) ){ LocalVar:0000 <- LocalVar:0000 + 1}TargetMask <- Unknown(2040)Perform(LocalVar:0000, Limit)SCRIPT END
I'd say that the stat mods are probably in the .exe file (along with quite a lot of other things like this). I have no idea where one would start looking for them.  :oops:
 
Status
Not open for further replies.
Back
Top