EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > ProfitUI

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 09-10-2010, 09:04 PM
dernia dernia is offline
A Crazed Gnoll
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 24
Post QuickRaidButton not working

Here's what I've got:

Code:
<Data Name="Button2" Macro="SpellForMyLevel='3390154729'
     useabilityonplayer Parent.Target SpellForMyLevel
     raid Rezzing Parent.Target&apos;s group
     say All the lazy folks in Parent.Target&apos;s group needs to get up" Tooltip="Group Rez"/>
When I click the button, nothing happens. Nothing at all. What am I doing wrong? I've looked over all my other ones, and the FAQ, and I'm just stumped. Thanks!
Reply With Quote
  #2  
Unread 09-10-2010, 09:28 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

As stated in the FAQ, you need to enclose the ' (&apos;) with &quot;
__________________
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
  #3  
Unread 09-11-2010, 01:50 AM
dernia dernia is offline
A Crazed Gnoll
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 24
Default

If I use the &quot; then won't I be able to use the ' instead of &apos;? I had thought by using &apos; I could circumvent the need for the &quot;. But thanks, gm9. As always, my hero.
Reply With Quote
  #4  
Unread 09-11-2010, 03:18 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

No it's the same thing, you could use ' anyway but well formed XML asks that you use the entity &apos; instead. However since it is a special character serving as a delimiter in UI script, you must enclose it in another delimiter (" = &quot;) to prevent it being processed as such.
__________________
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  
Unread 09-11-2010, 11:10 AM
dernia dernia is offline
A Crazed Gnoll
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 24
Default

Quote:
Originally Posted by gm9 View Post
No it's the same thing, you could use ' anyway but well formed XML asks that you use the entity &apos; instead. However since it is a special character serving as a delimiter in UI script, you must enclose it in another delimiter (" = &quot to prevent it being processed as such.
So would:

Parent.Target&aquot;'&aquot;s group

be legal? Or do I still need to use &apos;? Cause I currently have that, and now it just prints out "Rezzing (PlayerName here)" instead of "Rezzing (PlayerName here)'s group", and it doesn't do the /say part at all.
Reply With Quote
  #6  
Unread 09-11-2010, 11:56 AM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

Quote:
Originally Posted by dernia View Post
So would:

Parent.Target&aquot;'&aquot;s group

be legal? Or do I still need to use &apos;? Cause I currently have that, and now it just prints out "Rezzing (PlayerName here)" instead of "Rezzing (PlayerName here)'s group", and it doesn't do the /say part at all.
Might want to edit the &aquot; to be &quot;
Reply With Quote
  #7  
Unread 09-12-2010, 02:53 AM
dernia dernia is offline
A Crazed Gnoll
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 24
Default

HAHA, I'm a nub...
Reply With Quote
  #8  
Unread 09-20-2010, 10:00 PM
dernia dernia is offline
A Crazed Gnoll
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 24
Default

Okay, had to take a break from the game for a bit. I'm back and was testing this, and it's failing. Here's what I currently have:

<Data Name="Button2" Macro="SpellForMyLevel='3390154729'
useabilityonplayer Parent.Target SpellForMyLevel
raid Rezzing Parent.Target&quot;'&quot;s group
say All the lazy folks in Parent.Target&quot;'&quot;s group needs to get up" Tooltip="Group Rez"/>

I have also used:

<Data Name="Button2" Macro="SpellForMyLevel='3390154729'
useabilityonplayer Parent.Target SpellForMyLevel
raid Rezzing Parent.Target&quot;&apos;&quot;s group
say All the lazy folks in Parent.Target&quot;&apos;&quot;s group needs to get up" Tooltip="Group Rez"/>

In both cases, the line that gets out put is:

/raid Rezzing Parent.Target' s group
/say All the lazy folks in Parent.Target' s group needs to get up

And yes, there's a space between the apostrophe and the s. I'm not sure why. Thanks for any help.

Last edited by dernia : 09-20-2010 at 10:48 PM.
Reply With Quote
  #9  
Unread 09-21-2010, 04:39 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

no way around the space as far as I am aware
__________________
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
  #10  
Unread 09-22-2010, 11:52 PM
Kraal of BDA Kraal of BDA is offline
A Young Mystail Rat
 
Join Date: Jan 2007
Server: Antonia Bayle
Posts: 6
Default

Wouldn't it be:

raid Rezzing Parent.Target&quot;&apos;s&quot; group
say All the lazy folks in Parent.Target&quot;&apos;s&quot; group needs to get up" Tooltip="Group Rez"/>

Last edited by Kraal of BDA : 09-23-2010 at 11:01 AM.
Reply With Quote
  #11  
Unread 09-24-2010, 09:58 AM
Kraal of BDA Kraal of BDA is offline
A Young Mystail Rat
 
Join Date: Jan 2007
Server: Antonia Bayle
Posts: 6
Default

I tested a few different ways myself and ended up with this:

raid Rezzing Parent.Target &quot;&apos;s&quot; group
say All the lazy folks in Parent.Target &quot;&apos;s&quot; group needs to get up" Tooltip="Group Rez"/>

Which comes out the way you want except there is still a space between the person's name and the apostrophe but quite a bit better than it coming out as "Parent.Target's"
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 01:11 PM.


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