Search found 62 matches

by HSishi
Sat Mar 08, 2014 6:59 pm
Forum: Specific Trigger Questions
Topic: Trigger for dots fading
Replies: 1
Views: 11813

Re: Trigger for dots fading

{S} is a preserved variable placeholder, so if you don't need it for output, don't use it. I think you can use the star * in this case. For Countdown starting message, you might consider the 'Spell lands' message. For your example spell "Pyre of Marnek", the generic message is "Soandso 's body is co...
by HSishi
Thu Jul 18, 2013 2:13 pm
Forum: General Discussion
Topic: Sharing link timeout
Replies: 2
Views: 10128

Re: Sharing link timeout

*de-dusting this question _cough_ *

Is the timespan of 6 hours still valid? And, additionally to that, what's the current size limit of a trigger (because of pre-recorded sounds)?

Thanks for the answer :) .

//Hsishi
by HSishi
Fri May 24, 2013 3:41 pm
Forum: Fulfilled Requests
Topic: Feature Request - Regarding Stop Watch Timer
Replies: 7
Views: 32285

Re: Feature Request - Regarding Stop Watch Timer

AFAIK it's because RegEx is not useable in "End Early" field.

//Hsishi
by HSishi
Tue Apr 30, 2013 2:06 pm
Forum: General Discussion
Topic: Feature Request - Freeze timers
Replies: 0
Views: 7958

Feature Request - Freeze timers

Hello, since SOE has flagged more zones to freeze buff timers, I miss a freeze GINA timers when entering those zones and unfreeze timers if you enter a non-freezing zone. Useage: I, as rogue, have some clicky's I use frequently and also poisons and potions with a time-out component. The buff timers ...
by HSishi
Mon Nov 26, 2012 10:38 am
Forum: Specific Trigger Questions
Topic: How to "But NOT" comparisation?
Replies: 8
Views: 28278

Re: How to "But NOT" comparisation?

No, there isn't a Donate option for this program
:| Ah well ... I so hoped there's a way to give a little tip to you.

//HSishi
by HSishi
Fri Nov 23, 2012 3:53 pm
Forum: Specific Trigger Questions
Topic: How to "But NOT" comparisation?
Replies: 8
Views: 28278

Re: How to "But NOT" comparisation?

Ah, very handy. Instead of {S} we can use <anything> then to make macros more readable, but ONLY if we enable "Use Regular Expressions". Nice 8-) . You created a nice, powerful and handy tool to give legasthenic or distracted people on raids their chance to react correctly. It's just a bit complicat...
by HSishi
Thu Nov 22, 2012 4:28 pm
Forum: Specific Trigger Questions
Topic: How to "But NOT" comparisation?
Replies: 8
Views: 28278

Re: How to "But NOT" comparisation?

I understand ":" in the macro replaces "<tankname>" in your explaination. Or is "{tankname}" a valid variable now, additional to "{S#}" and "{N#}"?

Thanks again for the deeper explaination into the code again :) . Maybe we should make a sticky tread with "How to code ..." solutions.

//HSishi
by HSishi
Thu Nov 22, 2012 7:23 am
Forum: Specific Trigger Questions
Topic: How to "But NOT" comparisation?
Replies: 8
Views: 28278

Re: How to "But NOT" comparisation?

Many thanks, your solution works fine :) . We don't have "subset" tank names, their names are very unique. Just for me to understand this RegEx language - what exactly is coded in this sequence? (?:(?!{C}).)*\ (?: means "If" (?) (?! means "not" (?) {C} is Character name . is for what? *\ is placehol...
by HSishi
Wed Nov 21, 2012 8:57 am
Forum: Specific Trigger Questions
Topic: How to "But NOT" comparisation?
Replies: 8
Views: 28278

How to "But NOT" comparisation?

Hello. I need a bit help coding a conditioned trigger. Given emote: The Triunity shouts, in Alaran, 'We grow tired of your worthless efforts, CURRENT_TANK. Someone more worthy should face us!' Wanted reactions: 1. CURRENT_TANK shall get the GINA text "Drop aggro (Howl)". So I use The Triunity shouts...
by HSishi
Tue Aug 28, 2012 2:59 pm
Forum: Bug Reports
Topic: GTT Export
Replies: 12
Views: 39328

Re: GTT Export

Ok, it seems I got a working trigger with the generic wildcard ".*" instead of numbered {S} token. It can be now exported to GTT. So Search text line is now {S} recites a line of .* song and beckons for you to approach .* and sing the next line Please add the ".*" token to your token list ... or is ...