#Repeated FP Consumption on Skill not working [SOLVED]

20 messages · Page 1 of 1 (latest)

worldly comet
#

For context, I have made a new skill for the Spirit Glaive which I made by duplicating and modifying the Prelate's Charge TAE since that ash of war functioned similarly to how I wanted it to (playing an initial animation, then looping a second one until you let go of the button, then a release animation).

Everything works except for the FP consumption - for some reason only the very first instance of the WeaponArtFPConsumption event works. This seems to even transfer between hkt? I have attached some screenshots and a video which I thought would be relevant.

I am really stumped, I tried searching through server history and only found one other person who nobody replied to.

#

Repeated FP Consumption on Skill not working

regal lion
#

I don’t know if I’m blind but I don’t see a weapon art consumption in the loop.

worldly comet
#

the first image is the wind-up, in case it was unclear!

#

i didn't think it would be causing the problem but i included it just in case

regal lion
worldly comet
regal lion
#

Also can you confirm with ER debug tool that a923_040003 is playing ?

worldly comet
#

it is definitely playing - you can see in the video that the bullets and fx are shooting
i showed off the looping in it

worldly comet
regal lion
#

This prob won’t help but can you move the weapon consumption away from the bullet?

regal lion
#

There's a couple of them that do the same thing

#

Also this is the value that controls that, so if you want a custom one just duplicate that one and adjust it to your liking

worldly comet
worldly comet
#

oh i think it might be an hks thing!

worldly comet
#

it was in fact, an hks thing! i hadn't found it when i first made the skill since i just searched for "Prelate's Charge" in c0000.hks instead of its id
in case anyone digs through server history:

prelate's charge (which i duplicated to make my new looping skill) i think needs its r2 fp cost updated every time it loops, otherwise it only works the first time
this is done here in hks - i added or c_SwordArtsID == 373 as this is the id of my skill

#

Repeated FP Consumption on Skill not working [SOLVED]