EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   ProfitUI (https://www.eq2interface.com/forums/forumdisplay.php?f=41)
-   -   Quick raid buttons - Again :( (https://www.eq2interface.com/forums/showthread.php?t=11520)

Dechau 08-26-2008 10:52 AM

Quick raid buttons - Again :(
 
Ok, so I've tried to get the old macro editor to work, no luck there.

Now there is a new tool out there, and still I have absolutely no luck with setting my buttons :confused:

Any chance you can add something in the standard quickraid buttons for us all ?

tells on the single target spells.

Jester's Cap
Heart's
Shards
Gravitas

Is there anymore ?

Thing is I have tried to add to my own, but for some reason its not working, looks like this now:

<Data Name="Button1" Macro="SpellForMyLevel=&quot;Jester&apos;s Cap&quot;
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(65) Jester&apos;s Cap""tell Parent.Target Jester's for you"/>

What is wrong with this one ?

sorinth 08-26-2008 05:14 PM

Quote:

Originally Posted by Dechau (Post 75325)
Ok, so I've tried to get the old macro editor to work, no luck there.

Now there is a new tool out there, and still I have absolutely no luck with setting my buttons :confused:

Any chance you can add something in the standard quickraid buttons for us all ?

tells on the single target spells.

Jester's Cap
Heart's
Shards
Gravitas

Is there anymore ?

Thing is I have tried to add to my own, but for some reason its not working, looks like this now:

<Data Name="Button1" Macro="SpellForMyLevel=&quot;Jester&apos;s Cap&quot;
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(65) Jester&apos;s Cap""tell Parent.Target Jester's for you"/>

What is wrong with this one ?

tell Parent.Target Jester's for you"/> could it be the apos in this line thats messing things up?? There have been numerous threads about jesters cap. I am sure you have read through those. Personally, I dont use jesters, but I know there is an issue with the apos.

Nothsor 08-26-2008 06:20 PM

not sure if this will work but try
<Data Name="Button1" Macro="useabilityonplayer Parent.Target Jesters Cap" Tooltip="(AA) Jesters Cap"/>
tell Parent.Target 'Giving you Jesters Cap'


if that doesn't work change the tell line to something like
raidsay 'Casting Jesters Cap on' Parent.Target

also make sure the ability is spelled correctly.

Mayve 08-26-2008 07:23 PM

Quote:

Originally Posted by Dechau (Post 75325)
Ok, so I've tried to get the old macro editor to work, no luck there.

Now there is a new tool out there, and still I have absolutely no luck with setting my buttons :confused:

Any chance you can add something in the standard quickraid buttons for us all ?

tells on the single target spells.

Jester's Cap
Heart's
Shards
Gravitas

Is there anymore ?

Thing is I have tried to add to my own, but for some reason its not working, looks like this now:

<Data Name="Button1" Macro="SpellForMyLevel=&quot;Jester&apos;s Cap&quot;
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(65) Jester&apos;s Cap""tell Parent.Target Jester's for you"/>

What is wrong with this one ?


Looks like what is wrong is the quotes between the useability info and the tell info (see the red text in your quoted post above). As explained in the ProfitUI Reborn FAQ, macro's with multiple commands need to made into multiple lines. Therefore:


Code:

<Data Name="Button1" Macro="SpellForMyLevel=&quot;Jester&apos;s Cap&quot;
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(65) Jester&apos;s Cap
tell Parent.Target Jester&apos;s for you"/>

should get you the desired result.


Quote:

Originally Posted by sorinth (Post 75328)
tell Parent.Target Jester's for you"/> could it be the apos in this line thats messing things up?? There have been numerous threads about jesters cap. I am sure you have read through those. Personally, I dont use jesters, but I know there is an issue with the apos.

No, you have to have it that way. Hence the original code of the JCap button:

Code:

<Data Name="Button1" Macro="SpellForMyLevel=&quot;Jester&apos;s Cap&quot;
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(65) Jester&apos;s Cap"/>

Quote:

Originally Posted by Nothsor (Post 75329)
not sure if this will work but try
<Data Name="Button1" Macro="useabilityonplayer Parent.Target Jesters Cap" Tooltip="(AA) Jesters Cap"/>
tell Parent.Target 'Giving you Jesters Cap'


if that doesn't work change the tell line to something like
raidsay 'Casting Jesters Cap on' Parent.Target

also make sure the ability is spelled correctly.

That won't work because you have the tell parent.target outside the container. ( the /> )

Dechau 08-28-2008 12:12 PM

Quote:

Originally Posted by Mayve (Post 75330)
Code:

<Data Name="Button1" Macro="SpellForMyLevel=&quot;Jester&apos;s Cap&quot;
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(65) Jester&apos;s Cap
tell Parent.Target Jester&apos;s for you"/>

should get you the desired result.

The tell message is still not working for me, guess its not as easy as it seems after all :rolleyes:

Anyone else got an idea ?

Mayve 08-28-2008 04:04 PM

Haha, whoops. My bad for not proofreading that, I was trying to finish b4 raid form up :o

First of all, I killed it by having the tooltip info between the useability and the tell. Also, before replying this time I did some testing and it may not have worked even if i didn't do that. I looked on my alts for any spells with apostrophes in them (since my main doesn't have any) and it seems that is what makes it more complicated then other ones. I made a button that cast invis on the person and tells them they're invis no problem, but when I tried a spell with an apostrophe in it things got interesting.

Either way, this should be what you need:
Code:

<Data Name="Button1" Macro="SpellForMyLevel=&quot;Jester&apos;s Cap&quot;
useabilityonplayer Parent.Target SpellForMyLevel
tell Parent.Target &quot;Jester&apos;s for you&quot;" Tooltip="(65) Jester&apos;s Cap"/>

I don't have a troub so I couldn't test it 100%, but I tried it on same alt and tell sent and also was told spell or ability no longer available. So, in theory, should work for you.

Dechau 08-30-2008 05:06 AM

It is working now :nana:

Thanks for the help, really appreciate it :cool:


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

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI