View Single Post
07-11-09, 04:51 PM   #8
Rhamses
A Theradrim Guardian
Join Date: Jun 2009
Posts: 61
Ok, here is my work around. I am calling type1 a 'spell' and type2 as 'macro'

ExecuteWarning_Pet_BuffFrame:SetAttribute('type', 'spell')
ExecuteWarning_Pet_BuffFrame:SetAttribute('spell', "Health Funnel")
ExecuteWarning_Pet_BuffFrame:SetAttribute('type2', 'macro')
ExecuteWarning_Pet_BuffFrame:SetAttribute('macrotext', '/cast Life Tap')


Rhamses