EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Pieces > Raid window

Category: Raid windowDarqUI Raid Window with Macro/Spell Icons and Cure Check
Interface Information
Download
How do I install this? (FAQ)
Name: DarqUI Raid Window with Macro/Spell Icons and Cure...   Updated this week!
Author:
Date: 11-15-2009 02:51 PM
Size: 2.41 MB
Version: 1.3
Rate Addon: 5 out of 5 with 5 votes  
Pictures
Click to enlarge 

Views: 0
Size: 67.89 Kb
Dimensions: 600 x 426
DarqUI Spell Button Utility
 
Click to enlarge 

Views: 0
Size: 132.26 Kb
Dimensions: 800 x 900
DarqUI Raid Window
 
Description
Raid Window:

v1.3 New Features:

Command macros on the click-to-cure buttons. This was added to give curing classes a way to coordinate healer channel information, although creative players who don't have cures can use the command function to build new targeted commands into the raid and group windows. (The new DarqUI group window is also included in this package. You do not need to download both separately.)

Layout improvements. Choose your preferred raid window arrangement from 8 preset configurations. The window now holds the current mode when you scroll through spell sets or make other adjustments. There is also a new classic option that switches the group backgrounds from transparent to the 4-color EQII default style.

Audible Raidwide Curse. This setting monitors curse activity raidwide and provides you with instant audible feedback. Allows priests to be more responsive to cures without constantly watching the raid window. Can be toggled on and off from the options panel. Raiders can combine this with v1.3 of the DarqUI Threat/Detrimental Window which automatically delivers healer channel text announcements for selected impairments.

Simplified Default Settings. All default options can now be set with simple variables. Previously several of the choices required digging into the XML code.

Please take a few minutes to read through the help file included with the download. It contains extensive instructions and advice for getting the most out of this interface piece.

Reminder for current users: The format for your spell icons did not change from the last version, so please remember to cut-and-paste your current button sets into the new window before trashing the old version. You can safely use your current click-to-cure definitions as well, although if you want to add macros to the cure buttons you will need to use the updated configuration utility (included).


Version 1.10: Both windows have been updated to include a command (macro) facility which extends the use of the quick-cast buttons to non-spellcast commands. Optionally execute a targeted command string of your choice along with, or instead of, the spell or combat art using the familiar %T mnemonic. Use the new command feature to assist, follow, do emotes, send targeted text to specific channels or players, create more complex group/raid/say/tells, cast a follow-up spell. A new tooltip format lists your macro commands along with spell name text.

Other improvements: Cure Check feature now prevents casting cures when the detrimental is uncurable.


Quick-cast Buttons with Spell Icons: These targeted spell buttons can be configured with the actual spell icons instead of numbers. A simple utility (with a complete help file) is included with the download for setting up your buttons. Switch between three sets of four buttons in the raid window, and three sets of five in the group window. Choose one of two locations for the quick-cast icons: over top of the player health bars where they appear only for the player you are mousing over, or on the right side where they appear continuously. If you can cut-and-paste text in Notepad, you can set up your spell icons.

Click-to-Cure with Cure Check: These cures work as expected, but they have a feature that I haven't seen on other interfaces which I call Cure Check. If this option is turned on, the click-to-cure button will do a check to see if there is at least one detrimental effect of that type on the player at the moment you click. If not, the button doesn't respond, your spellcast is not interrupted, and the tell/groupsay/raidsay does not go into chat. This will help in some cases where the same player would have been over-cured by multiple priests. Also with this feature, a priest could cast a long heal and then pre-spam a cure button without missing the heal if the cure turned out to not be needed.

I hope you enjoy using this mod. I have included the group window with the raid window because they were designed together, and they operate the same way. But you can use one without the other if you prefer. If you like these windows, be sure to check out my Clock/Countdown Timer, and my Threat window which uses the Cure Check feature for remedy potions.
Archive List (Old Versions)
File Name
Version
Size
Author
Date
1.10
2.37 MB
Darqwood
10-12-2009 05:53 PM
1.0
2.27 MB
Darqwood
09-21-2009 08:24 PM
File Statistics
User Rating:
5 out of 5 with 5 votes
Downloads: 315
Views: 2664
Favorites: 5
Uploaded By:
 
Last Modified: 11-16-2009 05:47 AM by Darqwood    

View Pictures. Download Now! Post A Comment
Remove Ads


Post A Reply
Author Comments Comment Options
Old 10-17-2009, 11:04 AM  
Darqwood
A Young Mystail Rat
Interface Author - Click to view interfaces

Server: Antonia Bayle
Forum posts: 3
File comments: 16
Uploads: 4
Post Re: Settings reset everytime I

Quote:
Originally posted by Baidien
I really love the features of the raid window but everytime I log out and back in the window resets it's position and settings.

Please note that setting defaults has changed in version 1.3 of the DarqUI Raid Window. Refer to the help file included with the download for configuring your default settings.


Baidien, thanks for using the raid window and for your feedback. My raid director has already given me a hard time about the group layout reverting to default when he logs out, so that change is in the works for a future version.

In the meantime, there are 7 default settings you can easily change to appear like you want them every time you log in. Open up your raid window in Notepad, search for the white text below, and make the change shown in blue depending on your preference:


1. Which button set to display on login (default is Bank0):
<Page Name="Init" OnShow="Parent.Controls.Bank1.Visible=true
Choices are Bank0, Bank1, Bank2, Bank3 (Bank3 turns off the spell icons)

2. Line Hilite (default is true):
Parent.Controls.TogHilite.Checked=false

3. Level Display (default is false):
<Data Name="LevelDisp" Value="true" />

4. Cancel Spellcast (default is true):
<Data Name="CancelSpellcast" Value="false" />

5. Cure Check (default is true):
<Data Name="CureCheck" Value="false" />

6. Quick-cast button location (defaults to health/mana bar area):
If you want the spell icons to default to the right-hand side of the raid window, search for the line that begins with <Page Name="Init" which should be in the neighborhood of line 142. Open up a blank line right below this one. Add the following on the line by itself:
Parent.Controls.BankTogRight.Press=true

7. Raid Group Arrangement (default is 1-across by 4-down):
If you want the default group layout to be something other than 1x4, search for the line that begins with <Page Name="Init" which should be on or about line 142. Open up a new blank line directly below it. If you added the line in step 6 to change your button location, the new blank line from this step must go directly below that. Add one of the following blue choices on the new line by itself:
If your quick-cast buttons are over the health bars:
For 2x2: Parent.Size=510,216
For 3x2: Parent.Size=760,216
For 4x1: Parent.Size=1010,113
If your quick-cast buttons are on the right-hand side:
For 2x2: Parent.Size=646,216
For 3x2: Parent.Size=964,216
For 4x1: Parent.Size=1282,113


EDIT: When you make changes in Notepad, make sure Word Wrap is unchecked.


--

Last edited by Darqwood : 11-16-2009 at 12:30 AM.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Old 10-16-2009, 10:28 PM  
Baidien
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 1
Uploads: 0
Settings reset everytime I

I really love the features of the raid window but everytime I log out and back in the window resets it's position and settings.
Baidien is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 01:04 AM.


Our Network
EQInterface | EQ2Interface | War.MMOUI | WoWInterface | VGInterface | LoTROInterface | MMOInterface