View Single Post
02-14-10, 08:23 PM   #16
Praesagus
A Theradrim Guardian
 
Praesagus's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 64
I would agree to do it you would probably want to write your own spellbook and then add the logic to it for filtering/sorting.

I started (barely) a project close to this because I found that whenever I respec, it's a pain in the arse to have to go through and reassign buttons etc (although profiles fixes most of that problem now).

But....I had a simple one liner of code that read all my skills and printed them out....that was the easy part. What I wanted was a mod that would read all my spells/abilities and I could drag and drop each onto my buttons...if I did a simple drag, it was removed from the mod and added to the buttons...if I did something like shift drag (abilities you might want on multiple bars....stances/forms for instance) it left the ability in the mod and added it to the button.

My other projects, laziness, lack of motivation, procrastination and real life all won out though.

If I find/didn't delete the initial mod/one liner I wrote, I'll post it here.
  Reply With Quote