Help Chaining Autocast Skills - UI Irregularity

I haven’t been able to figure out an irregularity of the UI system and would appreciate some insight. Both of the skills below function on the same premise: the skill is casted, and with a 100% chance-on-attack controller, a follow-up skill is autocasted. That follow-up skill in turn autocasts essentially the same follow-up skill (but with a different filename so as not to create an infinite loop). This continues on and on until the ‘chain’ of autocast skills ends. For some reason, however, this displays only the first autocast skill in one mastery, and displays ALL of the autocast skills in the chain for a separate mastery.

The only difference between the skills is that ‘Autofire I’ is a Skill_AttackProjectile that autocasts Skill_AttackProjectile skills and ‘Fervent Force’ is a Skill_AttackWeapon that autocasts Skill_BuffSelfDuration skills. Is there some way to get ‘Fervent Force’ to only display one of the autocasts, like in ‘Autofire I’, or is this simply a unique oddity of the game engine?

Thanks. :slight_smile:

If auto fire works, it’s probably an engine issue with buffs/attacks or something. Wouldn’t surprise me.

Try testing it by putting the buff chain onto the other skill and vice versa.

Just a guess (didn’t test it) in “UI Information” if you set “isPetDisplayable” to true, it might show all in a row.

If not, it’s probably some not intended exception.

Drat.

And here I was hoping I screwed something up. :stuck_out_tongue:

Edit:

They’re all false in each instance. :confused:

For those interested, there’s actually a lot of peculiarities when it comes to this situation. For instance, here’s a similar skill that applies consecutive buffs as the player loses health. At all ranks, players receive such bonuses iteratively until 20% health; however, at ranks 1-11 of the skill, the tooltip looks like this:

At rank 12, it looks like this:

However this behavior does not occur with the ‘Fervent Force’ chain, shown a couple posts above.

This is one really wacky engine. :rolleyes:

This is one really wacky engine.

You are coming to this conclusion now? Lol.

That’s a rad idea though, might have to borrow that when I make Asylumsmod2.0