EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > UI User Discussion

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-29-2009, 08:26 AM
Ghimmhala Ghimmhala is offline
A Young Mystail Rat
 
Join Date: Oct 2004
Posts: 6
Default Cure's

okay how hard would it be to modify and add a audio alert or even a huge block of letters that flash across the screen to let you know what you need to cure?

I am not lazy but between trying to DPS on raids and keep behind the mob since I am a scout I find it really hard to pay attention to the little Icons on the ProfitUI bar..

I mean if devs that make mods for wow can do something like this I am sure it can be done with EQ2...

But if there some thing alrdy out there please point me towards its direction please.

Thx
Reply With Quote
  #2  
Old 09-29-2009, 10:56 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by Ghimmhala View Post
I mean if devs that make mods for wow can do something like this I am sure it can be done with EQ2...
First... get that idea right out of your head. EQ2 is not WoW and the UIs are very different, EQ2's is a lot more restrictive in what we can do.

With that said... you can use Advanced Combat Tracker to give you an audio alert when an effect you specify goes off.
__________________
Reply With Quote
  #3  
Old 09-29-2009, 02:51 PM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

More specifically, we as UI authors cannot create mods that can detect exactly what detrimental effect is on you. We can see arcane/trauma/elemental/noxious/curse but not how many nor any effect's name. That's why there are zero detrimental/effect window mods that show them in plain text. The information is only available when you mouse-over the icon for a tool-tip.
Reply With Quote
  #4  
Old 09-29-2009, 02:59 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Maybe I misunderstood the OP but as I read it they only want the same notification which is already in game, just bigger. That's easily doable.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #5  
Old 09-29-2009, 03:42 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by gm9 View Post
Maybe I misunderstood the OP but as I read it they only want the same notification which is already in game, just bigger. That's easily doable.
I guess I read it the same way. He just wants some big warning sign that says
HEY YOUR DOTTED, CLICK A POT
:P
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #6  
Old 09-29-2009, 03:56 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Exactly. You forgot the audio though, I suggest this.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #7  
Old 09-29-2009, 04:39 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by Landiin View Post
I guess I read it the same way. He just wants some big warning sign that says
HEY YOUR DOTTED, CLICK A POT
:P
Oh. If they just want something saying "ZOMG TRAUMA CURE" then yeah that's plenty doable. I guess I figured they wanted something more complex (something just saying "ZOMG TRAUMA" seems useless to me).
__________________
Reply With Quote
  #8  
Old 10-01-2009, 11:52 AM
Ghimmhala Ghimmhala is offline
A Young Mystail Rat
 
Join Date: Oct 2004
Posts: 6
Default wow

lol well if act can help me in what I want on the sounds then shoot me a link to where I can learn how to set it up xD

any ways
thx for the advice lol
Reply With Quote
  #9  
Old 10-01-2009, 04:00 PM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

Well, we're already here... so ask what effect you're trying to track...
Reply With Quote
  #10  
Old 10-01-2009, 05:37 PM
Ghimmhala Ghimmhala is offline
A Young Mystail Rat
 
Join Date: Oct 2004
Posts: 6
Default

Well all I really want if ACT can do it is like if I get trauma for it to make a noise or a custom chime or what ever.. I am not lazy but the profitUI cure bar is too small and I am some what vision impaired.. so with something telling me what I need to cure or sound to signify what to cure would make it easier to DPS...
Reply With Quote
  #11  
Old 10-02-2009, 12:10 AM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

Well, if you want to know when you have any trauma, then I suppose the UI is a better solution. ACT doesn't know what is a DoT or an instant spell. But it still requires someone to make it.

If you know the names of the things you want to cure, then you could make some Custom Triggers with audio alerts in ACT.
Code:
.{4,30}'s? (Effect 1|Effect 2|Effect 3)(?: critically)? hits YOU.+
The above regular expression will match any line that has Effect 1, Effect 2 or Effect 3 hit you. Each is delimited by a pipe character, |. In the Triggers/Sounds tab, Custom Triggers, Triggers, add the above regex with maybe a TTS alert saying, "trauma cure" or whatever. Obviously you'll want to replace Effect # with a real spell name that you want to cure. I'd make four triggers in total for each cure type and just add effect names to the list as you come to them.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 03:17 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI