Author Topic: Change sub duration in Status effect.  (Read 2470 times)

ElNino

  • *
  • Posts: 4
    • View Profile
    • FF7 Relectio
Change sub duration in Status effect.
« on: 2013-07-29 11:57:06 »
Topic of interest :
Quote
old topic about topic duration here
Gamefaqs mechanics

Since i hex edit the french ff7.exe adress are different than the one given by NFITC1 & Tenko Kuugen:

Code: [Select]
Status:     Timer Off:  Bit Off:    Handler Off:
unused1    0x3b68fc    0x3b690c    0x3c1ce8
....

also the handler value for timed status is 1a 4d 43 00 instead of 0a 4d 43 00


-----

so here's my question :

based on gamefaqs mechanics guide , when Regen or Seizure/dual drain "Character steadily gains/loses 1/32 of their Max HP over every 4 V-Timer Units during 127 V-Timer Units"

thx to the previous topic i'm able to change the 127 V-Timer value but is there a way to change the 4 V-timer value to 8 V-timer (or the 1/32hp to 1/63hp which is roughly the same) ?  :? And doing this will affect both effect or both of these effect use a different code ?