Thread: Certain UI mods
View Single Post
  #2  
Old 09-30-2017, 10:50 AM
Triiz Triiz is offline
Fire Giant


Join Date: Jan 2016
Posts: 578
Default

Can't use UI's with buff timers, GM's specifically removed them. GINA does all the things you're wanting but it's not part of the UI. I've never seen a decent trigger pack around, you'll just have to set it up manually. I don't know much about what ever Regex actually is, but that's how you track what player/mobs the spell was cast on in GINA.

Example for Alacrity:

Search Text: ^{s} feels much faster.
Timer name: Alacrity ( {S} )
Result in your on screen timer bar: Alacrity ( markcosmin/whoever it was cast on )

Basically you just copy/paste the "cast on other" line from the wiki and replace "someone" with ^{s}


Example for slow (Enchanter slow)

Search text: ^{s} slows down.
Timer name: Slow = {s}
Result on your screen: Slow = A Decaying Skeleton in the timer bar

You can also get GINA to read tells/anything or just display it in an overlay with

Search text: {S} tells you, '{S1}'
Display Text: {S} - {S1}

^This will display text in your overlay size, if you want audio tells you add
Use text to speech: {S} - {S1}

Someone that knows more about Regex may have a better system, but that's what works for me as someone who never heard of regex until reading the GINA forums.
Reply With Quote