View Single Post
  #6  
Unread 08-28-2008, 04:04 PM
Mayve's Avatar
Mayve Mayve is offline
Snoogans!
Premium Member
Interface Author - Click to view interfaces
 
Join Date: Oct 2005
Server: Befallen
Posts: 53
Default

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

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.