Final Fantasy Hacktics

Modding => PSX FFT Hacking => Topic started by: Rfh on November 26, 2011, 11:26:42 am

Title: An ASM Hack that makes formula 17 gain elemental?
Post by: Rfh on November 26, 2011, 11:26:42 am
Anyone know an ASM that makes this?          
EDIT: I was wrong. Can any moderator move the topic to help?
Title: Re: An ASM Hack that makes formula 17 gain elemental?
Post by: Pickle Girl Fanboy on November 26, 2011, 04:07:20 pm
Just use the (Report) button next to the number of your posts in your message.  In the Reason For Reporting, type "Wrong board".
Title: Re: An ASM Hack that makes formula 17 gain elemental?
Post by: Glain on November 26, 2011, 06:36:41 pm
You could try this. I didn't actually look into anything too much, so this patch just switches out a procedure call for one that's supposed to take elemental into account. Also, I didn't test it at all! Nonetheless...


 <Patch name="Formula 17 gains elemental (hopefully)">
   <Description>
     Formula 17 gains elemental (hopefully)
   </Description>
   <Location file="BATTLE_BIN" offset="122274">
     8922060C
   </Location>
 </Patch>
Title: Re: An ASM Hack that makes formula 17 gain elemental?
Post by: Rfh on November 27, 2011, 05:05:35 am
The ASM does not work, does not take into account the element.
Title: Re: An ASM Hack that makes formula 17 gain elemental?
Post by: Glain on November 27, 2011, 11:34:00 am
What should the formula do if it takes the element into account? Higher/lower hit rates? Can't hit if you're immune to the element? That formula seems to always do HP-1 damage.
Title: Re: An ASM Hack that makes formula 17 gain elemental?
Post by: Pride on November 27, 2011, 02:56:18 pm
That formula will only reduce HP down to 1, by giving it 'elemental properties' then it will affect the hit rate, not the actual damage.
Title: Re: An ASM Hack that makes formula 17 gain elemental?
Post by: Rfh on December 02, 2011, 01:57:04 pm
Quote from: Pride on November 27, 2011, 02:56:18 pm
That formula will only reduce HP down to 1, by giving it 'elemental properties' then it will affect the hit rate, not the actual damage.


I wanted to do was put a ability with this formula with dark element and the bosses put an immunity to dark, so the skill does not affect them. Can I get this in another way?
Title: Re: An ASM Hack that makes formula 17 gain elemental?
Post by: Rfh on December 04, 2011, 05:13:03 am
If I anyone create the formula Dmg_(TarCurHP Y)% Hit_F (MA+X)% could to do this.