EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Pieces > Raid window


Post A Reply
Author Comments Comment Options
Unread 03-19-2010, 06:02 PM  
mattzemp
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 1
Uploads: 0
this UI is great you should make a group window like this as well. It is better than profit and drums imo
mattzemp is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-21-2010, 08:43 PM  
EQAditu
A Griffon
 
EQAditu's Avatar
Interface Author - Click to view interfaces

Server: Permafrost
Forum posts: 256
File comments: 156
Uploads: 10
I've had that problem with every chat button I've ever built into a UI mod. The lucky thing is that I consolidated it into one code call, so that any of the buttons will consume the bad attempt and the next different button will chat.

With the small rectangle... I had the option of having a huge tooltip with name/level/health/power or a tiny tooltip with a space. I couldn't get it to be "nothing" for the buttons.

tellchannel channelname is the safe method. Not only does it always work no matter what(chat, UI, do_file_commands), but it won't get messed up by random channel number changes.
EQAditu is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-21-2010, 07:31 PM  
Neyai
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 24
Uploads: 0
Quote:
Originally posted by EQAditu
I only play one class, so I have no idea if the spell sets are correct unless someone tells me.

Edit the XML in Notepad or something, find the following and change the SpellName for the appropriate button.
Code:
<Data Name="Inquisitor1" SpellName="Ministration" />
<Data Name="Inquisitor2" SpellName="Arch Recovery" />
<Data Name="Inquisitor3" SpellName="Penance" />
Ok several issues:

1. Your info worked to fix the main heal (fanatical healing) button. Thanks!

2. Following your info above, I turned on the raidsay. Oddly, if it's the first spell you cast, it doesn't work. You have to use another of the buttons, and then it works. I'll work with it as it is, but thought I'd let you know.

3. As you hover your mouse over a button, and small black square appears above and to the right. It never disappears, whether hovering, clicking, casting, etc. Again, I don't care and I'll deal with it, just thought I'd let you know.

The only question I have that I kinda need is
4. I also need to add in a channel say for our heal parse channel (for the cure curse). I copied the raidsay lines entirely, and replaced "raidsay". First time I tried "tellchannel 8" and second time I just did the "8". I couldn't get either to work. I'm not sure how to tell it to see a custom chat channel.

Thanks much
Neyai is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-20-2010, 06:40 PM  
EQAditu
A Griffon
 
EQAditu's Avatar
Interface Author - Click to view interfaces

Server: Permafrost
Forum posts: 256
File comments: 156
Uploads: 10
Quote:
Originally posted by Neyai
Not to sound ungrateful, but I'm still having trouble with it. All the buttons work except the large heal (in my case, Fanatical Healing). It comes back with "This spell or ability is no longer available."

Really appreciate all your work on this. It's great to have a serious raid mod, but not have to deal with all the overload and complications of a full custom UI.
I only play one class, so I have no idea if the spell sets are correct unless someone tells me.

Edit the XML in Notepad or something, find the following and change the SpellName for the appropriate button.
Code:
<Data Name="Inquisitor1" SpellName="Ministration" />
<Data Name="Inquisitor2" SpellName="Arch Recovery" />
<Data Name="Inquisitor3" SpellName="Penance" />
EQAditu is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-20-2010, 11:02 AM  
Neyai
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 24
Uploads: 0
Not to sound ungrateful, but I'm still having trouble with it. All the buttons work except the large heal (in my case, Fanatical Healing). It comes back with "This spell or ability is no longer available."

Really appreciate all your work on this. It's great to have a serious raid mod, but not have to deal with all the overload and complications of a full custom UI.


Quote:
Originally posted by EQAditu
Try v1.74
Neyai is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-19-2010, 03:23 PM  
EQAditu
A Griffon
 
EQAditu's Avatar
Interface Author - Click to view interfaces

Server: Permafrost
Forum posts: 256
File comments: 156
Uploads: 10
Quote:
Originally posted by Neyai
Ah, sorry, yeah same problem for me, the parent.parent thing in raid window cure buttons.
Try v1.74
EQAditu is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-19-2010, 11:11 AM  
Neyai
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 24
Uploads: 0
Ah, sorry, yeah same problem for me, the parent.parent thing in raid window cure buttons.
Neyai is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-18-2010, 02:34 PM  
EQAditu
A Griffon
 
EQAditu's Avatar
Interface Author - Click to view interfaces

Server: Permafrost
Forum posts: 256
File comments: 156
Uploads: 10
I admit that I didn't try it raiding... I just forced visibility on Group1.Member1 and tested the buttons. The name next to the buttons happens to have my name by default.

That error message describes something unexpected though. It means there is no data at the location that the button is looking for. It should have at least, "Longestnameposs" if EQ2 is no longer updating that data. Instead, it was overwritten with a null value.

I guess I'll have to try referencing the alternate location of the data since there is no DynamicData for it.
EQAditu is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-18-2010, 02:00 PM  
Alanta
A Coastal Crab

Server: Unkown
Forum posts: 0
File comments: 4
Uploads: 0
heya.. my buttons doesnt work.. there is a msg..

/usabilityonplayer: "Parent.Parent.Basic.Name.LocalText" could not be found in your group or raid.

allways get that msg on everything i click.. what can i do to make it work?
thanks.. really like this mod.
Alanta is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-18-2010, 01:51 AM  
EQAditu
A Griffon
 
EQAditu's Avatar
Interface Author - Click to view interfaces

Server: Permafrost
Forum posts: 256
File comments: 156
Uploads: 10
Re: new xpac

Quote:
Originally posted by Neyai
Hey Hotbuttons not working after the new expansion. I assume you're aware... any info, please?
They work fine for me. You'll have to be more specific.
EQAditu is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-17-2010, 08:21 PM  
Neyai
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 24
Uploads: 0
new xpac

Hey Hotbuttons not working after the new expansion. I assume you're aware... any info, please?
Neyai is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-02-2010, 04:44 PM  
Qupe
A Grassland Beetle
 
Qupe's Avatar
Interface Author - Click to view interfaces

Server: Antonia Bayle
Forum posts: 64
File comments: 43
Uploads: 1
Forgot to post after you made the frame tied to the window settings, but thanks! I love this raid frame!
Qupe is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-23-2010, 03:02 PM  
Katz_Mckatz
A Grove Wisp
 
Katz_Mckatz's Avatar

Server: Antonia Bayle
Forum posts: 26
File comments: 2
Uploads: 0
Using the raid window

All of the buttons work but one for me. One of the buttons says spell not found. I'm a level 80 warden. Thought I would let you know in case a spell name needs to be changed in your program.

I figured out how to edit it and it had Grand florescence and I think needs Nature's Embrace

Does the program automatically pick the highest level version that you can use?

By the way, I love it! I want that functionality on my group window too.

Last edited by Katz_Mckatz : 01-23-2010 at 03:28 PM.
Katz_Mckatz is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-20-2010, 05:01 AM  
chriswebstar
A Griffawn

Server: Runnyeye
Forum posts: 74
File comments: 12
Uploads: 0
How do you handle rezzing across the raid? I thought I'd ask before asking for a rezz button :P
chriswebstar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-17-2010, 08:09 PM  
Qupe
A Grassland Beetle
 
Qupe's Avatar
Interface Author - Click to view interfaces

Server: Antonia Bayle
Forum posts: 64
File comments: 43
Uploads: 1
Quote:
Originally posted by EQAditu
@DjThaPimp
@Qupe

Would this be solved if the Frame and Title opacity sliders affected those groupbox frames as well?
Yessir!
Qupe 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 03:34 AM.


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