Skip to content

[Request] Add activation animations for Algernon's Cloak and Nymph's cloak (0813)

TanthalasTanthalas Member Posts: 6,738
edited August 2012 in Fixed
While I was testing some stuff I noticed that CLCK08 (Algernon's Cloak) didn't have any animation when used. You just see your target getting charmed. The same happens with CLCK07 (Nymph's cloak).

Would it be hard to add some kind of animation to this?
Post edited by Bhryaen on

Comments

  • WispWisp Member Posts: 1,102
    If you mean that green glow that washes over a charmed character, you can add it with this (it is also missing from the Nymph' Cloak):

    COPY_EXISTING clck07.itm override
    clck08.itm override
    LPF ADD_ITEM_EFFECT
    INT_VAR
    opcode = 215
    target = 2
    power = "%SOURCE_RES%" STRING_EQUAL_CASE clck07 ? 8 : 3
    timing = 1
    resist_dispel = 1
    savingthrow = BIT1
    savebonus = "-1"
    insert_point = "-1"
    STR_VAR
    resource = SPNWCHRM
    END
    AndreaColomboBhryaenTanthalas
  • TanthalasTanthalas Member Posts: 6,738
    I'll turn this into a request then.

    Thanks @Wisp
  • GalactygonGalactygon Member, Developer Posts: 412
    You can use ITEMANIM.2da to set activation animations. ToBEx has made it possible to set different activation animations for the different charges for items with more than one type of ability.

    -Galactygon
    AndreaColombo
  • Avenger_teambgAvenger_teambg Member, Developer Posts: 5,862
    Itemanim is for avatar stance changes?
  • SethDavisSethDavis Member Posts: 1,812
    edited August 2012
    checking this one now

    Potentially fixed - @Wisp's fix has been applied
    Tanthalas
  • TanthalasTanthalas Member Posts: 6,738
    Confirmed Implemented in Build 0813

    Both Algernon's cloak and the Nymph's cloak now how activation animations and sounds.
  • BhryaenBhryaen Member Posts: 2,874
    Wait... I thought the Nymph Cloak (CLCK07) was just a plain +2 CHA cloak. Only Algernon's should have the Charm charges... Or am I misunderstanding? For sure Algernon's was missing an animation and sound for its effects, but CLCK07 just goes on and reduces merchant prices... or wins you a Rep point for a dead cat.
  • WispWisp Member Posts: 1,102
    @Bhryaen
    No, Nymph's Cloak gots the charm, too.
  • BhryaenBhryaen Member Posts: 2,874
    Well, howdy do... And has 100 charges as well... New discoveries...
  • Avenger_teambgAvenger_teambg Member, Developer Posts: 5,862
    Confirmed fixed - both cloaks play the sound/anim
    Tanthalas
Sign In or Register to comment.