i get trolled by DEVS in game, they study me, they watch me in every heroic i join. they use my personal info and throw it around battle grounds, heroics, trade. even time i goto customer service forums they lie for their company as a whole.
Edit: It may not specifically state this, but the idea behind this forum is to post ideas for addons that you plan on writing and to get feedback on said idea (good, bad, possible, practical, etc.).
Your code doesn't need to be that complex. Have you looked at XPerl?
Lifted from XPerl:
local function HideSetFocus()
if (XPerl_ShouldHideSetFocus) then
local which = UIDROPDOWNMENU_INIT_MENU.which
if (which) then
for index, value in ipairs(UnitPopupMenus[which]) do
if (UnitPopupShown[1][index] == 1) then
if (value == "SET_FOCUS") then
UnitPopupShown[1][index] = 0
break
end
end
end
end
end
end
hooksecurefunc("UnitPopup_HideButtons", HideSetFocus)
Presumably, you can just check if value at UnitPopupMenus[which] equals the keys in your BlackListOptions table and not break from the loop.
can one of you make an addon that consists of a menu that has tabs for all 10 of my characters
each tab = char name
tab list:
Conquest points bar
Valor points bar
RAID ID list
so when im doin a bh raid or i join one i know what characters of mine need it or don't and which ones i need to do arena on ect without logging on each character.
It definitely can't be 2MB. My copy of Auctioneer currently uses about 6MB in one of its files (Auc-ScanData.lua). Edit: And I'm sure others who actually play the AH have larger files than me.
The client handles the actual storage of the data. AceDB can't tell the difference between a global variable that is character specific and a global variable that is available to all characters. Global is global. So, using what you posted should work, but there's really only one way to find out for sure.
@egingell: you should double-check (by running the WM client) if they removed your addon from distribution after you asked them to. Some authors had some surprises in the past ; though this may have changed since.
It's really not that simple. The API only tells you what Blizzard's category for that achievement, so you'd have to keep a hard coded list of every single achievement and what category you want it in.
0
Good for you.
Edit: It may not specifically state this, but the idea behind this forum is to post ideas for addons that you plan on writing and to get feedback on said idea (good, bad, possible, practical, etc.).
0
Otherwise you must call it using the dot not the colon (i.e. addon_obj.del_profile_ref(arg)).
As to what your actual problem is, you need to be more specific and paste all of your code.
0
0
0
Just sayin'.
0
0
Lifted from XPerl: Presumably, you can just check if value at UnitPopupMenus[which] equals the keys in your BlackListOptions table and not break from the loop.
0
Altoholic doesn't do this?
0
0
They go up to 1150-something and 2000 is a nice round number.
0
E.g.
0
0
0
I did.
0