This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Profession launcher objects for any Broker display
I suck, I quit the game for months and neglected to fix this. It should be displaying correctly as of 4.3.0.0. Give it a whirl and let me know if your objects still hide themselves on login/reload, and what display you're using if so.
Unsure if its some other addon thats causing it, but within the last week or two my broker professions seems to only display alchemy and my cooking, archeology and first aid have vanished from the broker bar and i cant get them back.
It seems to me that the buttons disappear (and won't appear in the TitanBar configuration as possible Broker Addon) if I do a reloadui through /reloadui or through ACP. Only if I reloadui through logging out and re-logging in it works. And also the primary skills appear as professions_1 and professions2 at all times.
My primary skills just show up as professions_1 and professions_2 not the name of the skill and they don't keep their location on my bazooka bar. So temp fix I move the local primary skill data in the lua to the local secondary skill data in the lua. So it looks like this
Yes there is - just edit the Broker_Professions.lua file and remove professions_ from line 56. So it ends up saying local prof = ("%s"):format(index or spell)
function f:create(spell, icon, index) local prof = ("Profession_%s"):format(index or spell) if not f[prof] then f[prof] = LibStub("LibDataBroker-1.1"):NewDataObject(prof) f[prof].type = "launcher"
-
View User Profile
-
Send Message
Posted Jul 15, 2012-
View User Profile
-
Send Message
Posted Jul 15, 2012@schmed11
This has been corrected in 4.3.0.0
-
View User Profile
-
Send Message
Posted Sep 26, 2011Unsure if its some other addon thats causing it, but within the last week or two my broker professions seems to only display alchemy and my cooking, archeology and first aid have vanished from the broker bar and i cant get them back.
-
View User Profile
-
Send Message
Posted Apr 29, 2011And also the primary skills appear as professions_1 and professions2 at all times.
-
View User Profile
-
Send Message
Posted Nov 25, 2010local primary = {
}
local secondary = {
(GetSpellInfo(78670)), -- Archaeology
(GetSpellInfo(2550)), -- Cooking
(GetSpellInfo(3273)), -- First Aid
(GetSpellInfo(2259)), -- Alchemy
(GetSpellInfo(2018)), -- Blacksmithing
(GetSpellInfo(7411)), -- Enchanting
(GetSpellInfo(4036)), -- Engineering
(GetSpellInfo(25229)), -- Jewelcrafting
(GetSpellInfo(2108)), -- Leatherworking
(GetSpellInfo(2656)), -- Smelting
(GetSpellInfo(3908)), -- Tailoring
(GetSpellInfo(53428)), -- Runeforging
(GetSpellInfo(45357)), -- Inscription
}
-
View User Profile
-
Send Message
Posted Nov 2, 2010The buttons seem to not display properly when used with Minimap Button Frame. No LUA error is present, they're just not present within the frame.
-
View User Profile
-
Send Message
Posted Oct 4, 2010-
View User Profile
-
Send Message
Posted Oct 5, 2010So it ends up saying
local prof = ("%s"):format(index or spell)
Thats what I did :)
-
View User Profile
-
Send Message
Posted Oct 15, 2010local prof = ("Profession_%s"):format(index or spell)
if not f[prof] then
f[prof] = LibStub("LibDataBroker-1.1"):NewDataObject(prof)
f[prof].type = "launcher"
find the exact contact
-
View User Profile
-
Send Message
Posted Jul 1, 2010-
View User Profile
-
Send Message
Posted Oct 26, 2009-
View User Profile
-
Send Message
Posted Nov 3, 2008(GetSpellInfo(45358)), -- Inscription
into the "local tradeskills = {...." list.
-
View User Profile
-
Send Message
Posted Oct 30, 2008-
View User Profile
-
Send Message
Posted Oct 27, 2008Add
(GetSpellInfo(45361)), -- Inscription
to your Broker_Professions.lua if you want to make this work with inscription.
-
View User Profile
-
Send Message
Posted Oct 26, 2008You should update the wowinterface version. It is out of date wrt this one.