GINA Rebuff Timer

Discussion in 'Priests' started by Valet37, Sep 12, 2017.

  1. Valet37 New Member

    I'm getting ready to level up a Cleric and am trying to set up some Gina timers inspired by PathToEternity's posts. What I'm trying to do is set up a timer that starts when one of my spells wears off another player. I've got it set so that when a spell wears off a timer bar pop's up. All of that is working fine. My problem is when I re-buff that individual, the timer will not disappear. The only way I can get it to go away is by using an emote command to clear the timer.

    Do any of you have a fix for this?

    [IMG]
  2. Sirene_Fippy Okayest Bard

    I'm not sure why it's happening but {s} isn't working in the end early text.

    Instead you can use the literal way like this:

    Search Text:
    ^Your Courage spell has worn off of (?<char>\w+)

    Timer Name:
    Courage ------------ ${char}

    End early text:
    ${char} looks courageous

    Edit: Btw my favorite method for clearing timers that may not end when I want them to is to include the end early text: "stop timer," and I ;tell myself stop timer.

    Also if you want to poke through some more triggers for ideas, here's a link: cleric triggers common triggers
    Gyurika Godofwar and Valet37 like this.
  3. Valet37 New Member

    You're awesome! Thanks for all the useful info!