EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > ProfitUI

Closed Thread
Thread Tools Search this Thread Display Modes
  #1  
Unread 10-19-2007, 10:50 PM
Deayne Deayne is offline
A Young Mystail Rat
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 2
Default Raid Window

Where and How can I add a raid chat on the 3 raid window toon icons like /r Sending a heart to %T... Thank You
  #2  
Unread 10-20-2007, 06:34 PM
Roukai Roukai is offline
A Young Mystail Rat
 
Join Date: Apr 2006
Server: Antonia Bayle
Posts: 4
Default QuickRaidButtons.txt

If you open your Profit UI folder and look for a txt file called _ProfitUI_QuickRaidButtons. If your looking to have a tell sent, the only way i can find to do that is to have one of the buttons be a tell and the other to cast the spell.. still trying to see if i can change it myself. BUT %t is not target, but "tell Parent.Target i have a fly in my soup" will tell your target that you have a fly in your soup.. not that they care, but yeah, if you look at the berserker button list you'll get a good idea as to what your looking for.
  #3  
Unread 10-20-2007, 09:59 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Try this one:

<Data Name="Button1" Macro="useabilityonplayer Parent.Target Ruinous Heart
raidsay Sending a heart to Parent.Target" Tooltip="Ruinous Heart"/>
__________________
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.
  #4  
Unread 10-21-2007, 05:46 AM
sorinth sorinth is offline
A Griffon
 
Join Date: Jun 2006
Server: Najena
Posts: 160
Default

Thanx for all your hard work. I noticed today that the three raid buttons are gone from the raid window. I have the clicky cures but the three raid buttons are gone.

I also have some additional observations on the group window issues, but will post on that thread.
  #5  
Unread 10-21-2007, 06:18 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

The buttons show on mouse-over.
__________________
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.
  #6  
Unread 10-21-2007, 10:34 PM
Maxx Dekitten Maxx Dekitten is offline
A Young Mystail Rat
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 4
Default

Is there a way to put another message on the button - I have the one you listed above but I'd like one for the group as well off the same button
  #7  
Unread 10-22-2007, 01:37 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

You can put really anything there.
__________________
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.
  #8  
Unread 10-22-2007, 07:41 AM
Algaron Algaron is offline
A Young Mystail Rat
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 3
Default This works

&apos;;&apos; as the macro seperator e.g

<Data Name="Button1" Macro="useabilityonplayer Parent.Target Ruinous Heart &apos;;&apos;raidsay Sending a heart to Parent.Target" Tooltip="Ruinous Heart"/>


Quote:
Originally Posted by gm9 View Post
Try this one:

<Data Name="Button1" Macro="useabilityonplayer Parent.Target Ruinous Heart
raidsay Sending a heart to Parent.Target" Tooltip="Ruinous Heart"/>
  #9  
Unread 10-22-2007, 08:01 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

just a linebreak is easier though
__________________
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.
  #10  
Unread 10-22-2007, 09:05 AM
Maxx Dekitten Maxx Dekitten is offline
A Young Mystail Rat
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 4
Default

Actually what I mean is both, not just a different one

for example, I'd like to tell the raid, as well as my group that I'm rezing someone. While this seems redundant, the group message still works when I'm just exping.

I'm just not sure what I have to use to separate the 2 messages with so they both work at the same time
  #11  
Unread 10-22-2007, 09:12 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

<Data Name="Button1" Macro="useabilityonplayer Parent.Target Ruinous Heart
raidsay Sending a heart to Parent.Target
gsay Sending a heart to Parent.Target
command 4
command 5
command 6
command 7
... (you get the idea)" Tooltip="Ruinous Heart"/>
__________________
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.
  #12  
Unread 10-22-2007, 09:15 AM
Maxx Dekitten Maxx Dekitten is offline
A Young Mystail Rat
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 4
Default

Uhg, it would have to be that easy - thanks
  #13  
Unread 10-22-2007, 11:43 AM
Roukai Roukai is offline
A Young Mystail Rat
 
Join Date: Apr 2006
Server: Antonia Bayle
Posts: 4
Default

Let it at least be said .. "You, gm9, are the man. Yep, i'm in awe.." Thanks much!
Closed Thread



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 06:21 PM.


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