[#bugs] non-saad creatures with long blade + dueling stance never switch to dueling stan...

Issue #6417 resolved
Freehold Games Bot Account created an issue

Marked for crossposting by: rockygr

Message (jump):

<anyama> non-saad creatures with long blade + dueling stance never switch to dueling stance, even when targeting the player. They properly switch to defensive stance at 60% health. My understanding is that contarget() is always returning -1 because the game object that gets generated by that function isn't properly targeting the player, but I am a bit lost in the sauce at this point wrt. game object stuff. If contarget's object is properly targetting the player, creatures attacking the player should always switch to dueling stance above 60% hp and to defensive below 60% hp, which is what Saad does.

Comments (4)

  1. Noelle Lavenza

    This has nothing to do with contarget at all. The code checks for LongBladesImprovedDuelistStance rather than LongBladesDuelingStance; that means dueling stance only works for Crowsong, Saad Amus, his clones, and Une. The only creatures who have LongBladesDuelingStance and not LongBladesImprovedDuelistStance are Mechanimist wardens.

  2. Log in to comment