Final Fantasy Hacktics

Modding => PSX FFT Hacking => Topic started by: Lydyn on November 06, 2011, 09:39:44 am

Title: Formula Changes
Post by: Lydyn on November 06, 2011, 09:39:44 am
Not sure where else I can post this, as I'm unaware of who is around, who is active, how their topics are set-up, etc.

All I want is to change formulas to 5E) Dmg_(MA*Y) #Hit_(X+1) and 1E) Dmg_(MA*Y) #Hit(Rdm{1,X}).
Title: Re: Formula Changes
Post by: Shade on November 06, 2011, 12:09:34 pm
So what do you want change about them, since I think close to everything about formulas can re-edited to your purposes(unless there is hardcoding that we are (I am) unaware of.
Title: Re: Formula Changes
Post by: Lydyn on November 06, 2011, 12:43:05 pm
That is what I want changed ... 5E is originally ((MA+Y)/2*MA) #Hit_(X+1) 6.25% Status.

1E is originally Dmg_((MA+Y)*MA/2) #Hit(Rdm{1,X}).
Title: Re: Formula Changes
Post by: FFMaster on November 06, 2011, 06:01:22 pm
Those exist already, I think they are in Xif's thread.

EDIT: Yep. Posting here for convenience.

BATTLE.BIN
0x0011ECE8 :
21106000
00000000

Original thread is here: http://ffhacktics.com/smf/index.php?topic=953.0
Title: Re: Formula Changes
Post by: Lydyn on November 06, 2011, 06:34:33 pm
What about 5E) Dmg_(MA*Y) #Hit_(X+1)?
Title: Re: Formula Changes
Post by: FFMaster on November 06, 2011, 07:02:55 pm
It will affect that as well as Untruth Formula as well as 5E.

Anything that has (MA+Y)*MA/2 will become MA*Y.