View Single Post
09-10-10, 06:08 AM   #7
break19
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 116
Originally Posted by nobgul View Post
Thank You for the info Phanx,

I figured it would be a bear of a task for me to do, I wasn't 100% sure if it was something i wanted to do anyway. If i do decide to take the time to do it I would never " Release it to the public" Although all the addons I do use I already have the original author's consent to redistribute.
Or, you could make em an all-in-one addon, with subroutines for each class, and use:
Code:
if (select(2, UnitClass("player"))) ~= "ROGUE" then
for a rogue, for example. Then you'd have one addon, and it would then just call the appropriate subroutine(s) for the class.
__________________
My daddy always told me, "Son, you can't fix stupid, and to try is stupid in itself"
  Reply With Quote