Modding => Help! => Topic started by: y22bc on March 01, 2014, 02:30:18 am
Title: orgASM's skill above short charge
Post by: y22bc on March 01, 2014, 02:30:18 am
Hi, I have a problem regarding orgASM's "blank support ability over short charge adds 25% bonus skill hit"(skill id 01E1) It only adds 1% bonus for some reason I know its suppose to work because FFT:plus uses it Following is what I did prepared a clean ISO used orgASM first also, applied change start menu to continue used FFTpatcher to set 01E1 to knight's RSM started a newgame So, anyone can teach me what I'm doing wrong?
Title: Re: orgASM's skill above short charge
Post by: Argy on March 01, 2014, 11:21:04 am
Hi,
I have just tried it as well, with a clean iso but I patched orgASM last and I got no increase whatsoever. Has anybody else had any success with using the above skill? (apart from FFT:Plus) Cheers Argy
Title: Re: orgASM's skill above short charge
Post by: Choto on March 01, 2014, 02:13:03 pm
-Don't load from a save-state, don't think that's a problem here though just stating -The bonus hit only works for certain formulas
-the hack is called in a couple other places too though:
001886e4: Routine used in formula 2B 00188818: MA + X 001888a0: 001889e4: Calculate Accuracy for Magical Spells 00188a44: Calculate Accuracy for Magical 00188aa4: 00188b2c: Physical Routine for Hit % abilities
So it might affect other things as well.
Anyways, make sure you use one of those formulas when you check for it. I'll take a look at the code
Title: Re: orgASM's skill above short charge
Post by: Argy on March 01, 2014, 02:27:06 pm
Hi Choto,
I tried it on formula 29, which is Steal Heart and I got no love from at it all. (Figuratively and Literally!!) I haven't tried the others though. Thanks for all of your hard work Choto. Cheers Argy
Title: Re: orgASM's skill above short charge
Post by: Choto on March 01, 2014, 02:49:24 pm
This is a hack that makes 0x1E1 bandit's eye from JoT5. It should work with more formulas than the original but I think it doesn't calculate totally accurately. There will be a little fluctuation in hit% but not enough to cause an alarm. I think it was only for like 70 total evade or so when it kicked in.
Thanks Argy, it's nice to know somebody's making use of the hacks :)
Title: Re: orgASM's skill above short charge
Post by: Argy on March 01, 2014, 03:46:56 pm
Choto! I admire someone that can look at code and know what it does. I look at it, scratch my head and say thank god to people like you! I will have a crack at this tomorrow. Cheers Argy
Title: Re: orgASM's skill above short charge
Post by: y22bc on March 01, 2014, 11:03:15 pm
I think I found what was wrong, but I don't have time to test it right now
here's 01E1 patch that came with fftpatcher 482 v2
I don't even know what these numbers represent, so I can be completely wrong to assume that I found the bug in patcher's hack
Title: Re: orgASM's skill above short charge
Post by: Argy on March 02, 2014, 05:04:21 am
Thank you Choto,
I have tried the Bandit's eye from JoT5 and it most definitely works. I tried it with Steal Heart and it was giving 100% charm on the Ghosts (3 different ones, with three diff compats). I will have a look at how it goes again human classes. Can you also let me know what other routines it effects and I can have a look at them, when RL, doesn't get in the way! Once again, thank you for your work.
Cheers Argy
Title: Re: orgASM's skill above short charge
Post by: y22bc on March 02, 2014, 06:35:29 am
Just finished testing dome's 01E1 thing and got it right
Title: Re: orgASM's skill above short charge
Post by: Choto on March 02, 2014, 08:53:46 am
sweet, nice work y22bc
@argy - I think the old hack only affected status-inflicting formulas only.. and I added a portion that affects damage abilities. I'm not even sure all the routines that are affected. It may be a case of it is what it's gonna be. Ask me again later though if you feel like looking into it.
Title: Re: orgASM's skill above short charge
Post by: Argy on March 02, 2014, 09:32:00 am
Thanks Choto.
I will probably look into it at a later date, I am happy with what I have at the moment.