Thread Tools Display Modes
12-11-10, 12:53 PM   #1
angeld
A Murloc Raider
Join Date: Apr 2009
Posts: 7
Polymorph Flyout

anyone been able to create a flyout macro for the diffrent polymorph spells like
sheep turtle and pig. Every time i try to create something all i get is pig to show up or the macro does not work at all. Thanks for any info you can provide
  Reply With Quote
12-16-10, 06:14 AM   #2
Dwargh
A Theradrim Guardian
 
Dwargh's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 64

Have you tried this one:
Code:
/flyout s+:~pig,~turtle,~sheep:l:l:l:3:c
Or even just:
Code:
/flyout s+:polymorph:l:l:l:3:c
Should work, as long as you have the different spells in your spell book and they're all named polymorph. (polymorph(pig))

Last edited by Dwargh : 12-16-10 at 06:19 AM.
  Reply With Quote
01-03-11, 11:43 AM   #3
angeld
A Murloc Raider
Join Date: Apr 2009
Posts: 7
Sorry for log response i have been away for a while. I am new to this but when i just type in the lines you subjested my macaroon errors out and the button does not work. But when I make it through the create flyout macro button useing ~pig,~turtle,~sheep and set it to scan tooltip, it creates a button with milling and polymorph pig icons, the milling does the milling, and polymorph pig casts regular polymorph sheep. When I try just useing Polymorph with the scan tooltip, it creates a button that just has poly pig icon, and casts regular poly sheep. I have also tried to used diffrent items from the tooltips, like transforms Wander, with no luck
  Reply With Quote
01-04-11, 01:36 PM   #4
Dwargh
A Theradrim Guardian
 
Dwargh's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 64
It's weird that milling shows up when it's not even listed and should not have either listed word in it's tooltip.

If I could get hold of the other types of sheep spells myself I could probably figure it out if it's possible. Thing is the spell name is actually the same: "Polymorph" the only thing that differs is the definer of the spell "(pig)"
I'm not sure the flyout is set to check for the definer.
What should work in any case though is the tooltip scan as long as the tooltip for each polymorph states what animal to morph into. Why it's seemingly not working I do not know.
  Reply With Quote
09-11-11, 01:38 PM   #5
Pugnacious
A Defias Bandit
Join Date: Jan 2010
Posts: 3
same problems with the pally auras. I've been trying to get a flyout for this, but every time i type it manually it tosses an error, and when i use the editor, it shows only concentration aura or if i tell it to scan the tooltip arcane torrent.
  Reply With Quote
09-24-11, 09:36 AM   #6
Dwargh
A Theradrim Guardian
 
Dwargh's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 64
Originally Posted by Pugnacious View Post
same problems with the pally auras. I've been trying to get a flyout for this, but every time i type it manually it tosses an error, and when i use the editor, it shows only concentration aura or if i tell it to scan the tooltip arcane torrent.
Hmm. well I do know I used a flyout on my pally's auras.. and even judgement spells.

/flyout s:aura:l:c:c:5:c


/flyout s:judgement:l:b:b:1:c:hide

Those are the ones I used. and they worked fine for me.
(past tense sine I've stopped playing)
  Reply With Quote
09-24-11, 12:29 PM   #7
Pugnacious
A Defias Bandit
Join Date: Jan 2010
Posts: 3
I'll give it another go, but i tried specifically

Code:
/flyout s:aura:l:c:c:5:c
and it only gave me concentration aura. Maybe i'm doing something else weird.
  Reply With Quote
09-25-11, 10:15 AM   #8
Dwargh
A Theradrim Guardian
 
Dwargh's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 64
Originally Posted by Pugnacious View Post
I'll give it another go, but i tried specifically

Code:
/flyout s:aura:l:c:c:5:c
and it only gave me concentration aura. Maybe i'm doing something else weird.
well if you expect it to be a mouse over flyout you need to change the last c into an m.

else you need to right click it to get the flyout.

Other than that, if the name of the paladin auras have changed so they no longer contain the word aura then that would keep it from working.
  Reply With Quote
10-12-11, 08:44 AM   #9
Dwargh
A Theradrim Guardian
 
Dwargh's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 64
Just had another thought about Polymorph spell.

/flyout s:~polymorph(pig),~polymorph(turtle),~polymorph():l:c:c:3:c

doubt it will make any difference but if it does...

Otherwise I bet some coding could help with making flyouts for any spell possible but that's not for me.

(like making the flyout able to list spells by ID)
  Reply With Quote

WoWInterface » Featured Projects » Ion Engines, Engage! » Polymorph Flyout

Thread Tools
Display Modes

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