Search found 38 matches

by Sirene
Fri Jul 10, 2015 5:09 pm
Forum: Bug Reports
Topic: Colors and Overlays FAQ (v1.0.21.0 and higher)
Replies: 1
Views: 7486

Colors and Overlays FAQ (v1.0.21.0 and higher)

How do you save category color settings? I keep changing mine but some of them reset to green when I restart GINA.
by Sirene
Tue Jun 30, 2015 12:58 am
Forum: Specific Trigger Questions
Topic: Removing Rank (Rk. II and Rk. III)
Replies: 3
Views: 12763

Re: Removing Rank (Rk. II and Rk. III)

This is my favorite solution (enc aura for example): Search Text: ^Befuddler's Aura Rk. III expires. Display Text: Your Befuddler's Aura has expired. Text To Speech: Your Befuddler's Aura has expired. Another solution (less ideal, allows for more generic use): Search Text: ^{s} expires. Display Text...
by Sirene
Tue Jun 23, 2015 10:59 am
Forum: Specific Trigger Questions
Topic: Timer Count-UP: not possible to set audio msg for ending
Replies: 2
Views: 10376

Re: Timer Count-UP: not possible to set audio msg for ending

You're right that you can't set an "ending text" for count-up triggers, and as a workaround count-down definitely works. Not sure if this is what you're looking for, but you have it correct with your fear trigger setup. I use the following trigger for root: http://i.imgur.com/Go5RoXG.png Timer Ended...
by Sirene
Wed May 13, 2015 4:25 am
Forum: Bug Reports
Topic: End early text not saving "Use Regex" option
Replies: 1
Views: 7386

End early text not saving "Use Regex" option

When I make a trigger with a timer, and I set some phrases which end the timer early, if I check the Use Regex option, most of the time when I save the trigger, it does not save this option. A workaround is to make sure you double click each end early phrase - for some reason this will allow GINA to...
by Sirene
Sat Apr 04, 2015 8:46 pm
Forum: Submissions for Gimagukk's Library
Topic: Future of Library Packages
Replies: 0
Views: 12678

Future of Library Packages

It would be amazing if we could upload packages to Gimagukk's Library, and update the package appropriately with changes. Although it's easy to share triggers with people in game, downloading updates from the Library would make trigger changes more consistent. everyone in the raid can re-download th...
by Sirene
Sat Mar 21, 2015 1:44 pm
Forum: Fulfilled Requests
Topic: GINA Lag
Replies: 1
Views: 12543

GINA Lag

Lately I've been having an issue where GINA starts to get behind compared to my EQ client. I'm not sure if the log file itself is writing slowly, or if I have too many GINA triggers, or if the GINA triggers I have are too long. I have all EQ filters turned on (for parsing). The lag only happens when...
by Sirene
Fri Mar 06, 2015 8:36 pm
Forum: Specific Trigger Questions
Topic: Trigger for Tells received. (But exclude NPC Tells)
Replies: 8
Views: 30982

Re: Trigger for Tells received. (But exclude NPC Tells)

I figured out a more efficient way of doing this -

Search Text:

^((?<!\s).)*tells you, '

This will do a negative lookbehind for \s (a space) and exclude tells from anyone or anything with a space in it's name (NPCs with more than one word in their name)
by Sirene
Sat Feb 07, 2015 2:00 pm
Forum: Specific Trigger Questions
Topic: Trigger for Tells received. (But exclude NPC Tells)
Replies: 8
Views: 30982

Re: Trigger for Tells received. (But exclude NPC Tells)

^((?!Teleportation Assistant|Parcel Delivery Liaison|a personal banker|a guild banker|General Supply Merchant).)*tells you, '

This trigger works but it's a pretty expensive operation to exclude specific NPCs.
by Sirene
Fri Nov 21, 2014 2:19 am
Forum: Fulfilled Requests
Topic: Different colour text in one overlay ?
Replies: 4
Views: 28624

Re: Different colour text in one overlay ?

I'm gonna piggyback on this idea, since my request is very similar, hope that's okay. :mrgreen: Not sure if it's possible, but I would really like to have a timer's color be associated with the timer itself, rather than the category. I have a timer window for generic raid timers, that are all green....
by Sirene
Fri Nov 21, 2014 2:03 am
Forum: Specific Trigger Questions
Topic: Circle Clickies
Replies: 1
Views: 14453

Circle Clickies

My current triggers for Circle clickies work like so: Search Text: {s1} begins to cast a spell. <Circle of {s2} {s3}> Guardian Circle has its own: {s1} begins to cast a spell. <Guardian Circle {s2}> This is fine for most situations except - - If more than one person clicks CoP etc, it starts a new t...