
My guild is a crafting guild and some members asked me to make a addon to make it quicker to craft. So, here it is.
For professions that have a window, clicking on the profession opens its' window.
For those without a window, it creates a button in the center to allow usage of that skill. One click on the button activates that skill, but leaves the button intact so it may be used many times. A double click on the button activates that skill and removes the button.
Dependency:
Titan Panel
Any comments, questions, or complaints are handled
here on CurseForge.
- Reply
- #6
420psilo Sep 29, 2012 at 10:31 UTC - 0 likesDOESNT WORK FOR MOP. :(
- Reply
- #5
bluegila Mar 14, 2011 at 19:19 UTC - 0 likesis there anyway to disable or move the professions buttons (ie milling) from the center of the screen? the placement makes me want to just remove the add on altogether.
- Reply
- #3
stesmi Dec 27, 2010 at 00:44 UTC - 0 likesI've found a bug in Titan Panel [Professions].
In the .lua you have ShowIcon = 1, DisplayOnRightSide = 1,
However, the correct thing to do is set them = true.
Titan uses true/false. How I noticed this was when I wanted to make it a left side plugin like 4.0.0 was and changed DisplayOnRightSide to 0 and it didn't change anything. Stayed on the right. Then I remembered it's true/false, not 1/0. So it should be DisplayOnRightSide = true instead.
Not that it makes a functional difference, it just makes it correct. Titan treats anything not "false" as "true". And 0 is not "false", hence 0 = true.
- Reply
- #1
Valandris Aug 31, 2010 at 01:02 UTC - 0 likesI got esMX WoW (btw translated your addon in the LA Spanish for ya) and I downloaded the addon, restarted the game, checked and noticed the addon did appear in my addons list and was turned on BUT when I went to show it on my panel, it wasn't there at all.