Log in

View Full Version : Trust Haste/Haste II Casting..



Sirmarki
06-23-2017, 06:39 AM
Hi,

Is there a way to make trusts cast Haste II over the already cast Haste spell?

What I mean is (as an example) - If you have Apururu and Koru/King of Hearts in your party and Apururu casts Haste first, the others will not cast Haste II as Haste is now "holding" that slot...

Is there a way this can be amended?
Something like
if "Haste" (exists) then cast "Haste II" instead to overwrite?

What I normally have to do is keep an eye on whats being cast on me, and if its Haste, I have to cancel it off, and hope that the others 'get in there quick' and cast Haste II before Apu decides to recast Haste again.

Marada
06-28-2017, 09:51 AM
That or just have it where there's this

If (Haste II trust caster is in party
Apururu doens't cast haste
else
Apururu casts haste

But the actual logic is probably a lot harder to code depending on how they have it set for the AI.

Jakuk
06-28-2017, 11:57 PM
That or just have it where there's this

If (Haste II trust caster is in party
Apururu doens't cast haste
else
Apururu casts haste

But the actual logic is probably a lot harder to code depending on how they have it set for the AI.

I doubt it's that complicated, Simplest would be a different status effect for Haste and Haste II, that way they can set it to cast Haste II when it doesn't find Haste II, even if they still don't want them to stack they've shown they can do that with two different status effects.

Would also make it easy to tell if you have Haste or Haste II without recasting it, searching the log or worse, trying to work it out.

Marada
06-29-2017, 07:24 AM
My logic there was only for an Apururu case, but yours is actually better coding practice. This is why I am failing at trying to become a developer.

Xilk
06-30-2017, 02:01 AM
Or, bring the Gambit System from ffxii ! j/k

Arciela II prioritizes Haste 2. easiest way tot do it imo.