Forum: Lua/XML Help
10-23-19, 05:08 AM
|
Replies: 3
Views: 244
|
Forum: Lua/XML Help
10-22-19, 01:22 PM
|
Replies: 3
Views: 244
Taint Classic
Can someone please tell me why this script gives error below:
10x [ADDON_ACTION_BLOCKED] AddOn 'xVerminz' tried to call the protected function...
|
Forum: Macro Help
10-10-19, 01:45 AM
|
Replies: 4
Views: 997
|
Forum: Lua/XML Help
10-05-19, 01:52 PM
|
Replies: 2
Views: 418
|
Forum: Lua/XML Help
10-04-19, 10:07 AM
|
Replies: 2
Views: 418
|
Forum: Lua/XML Help
09-24-19, 01:33 PM
|
Replies: 0
Views: 274
Defining default chat from lua
Hi,
I created bunch of new chatframes using FCF_OpenNewWindow and last one stays open.
Is there a way to say FCF_{SetDefault.. or Select}("ChatFrame1") or something.
Id like General to be selected...
|
Forum: Lua/XML Help
09-23-19, 04:37 AM
|
Replies: 0
Views: 237
TargetFrame Buffs/Debuffs
Hi,
I noticed that this piece of code does not work on enemy players...
It works just fine on everything else... npcs, mobs, bosses etc... but on enemy players it does not.
Any hint why?
|
Forum: Lua/XML Help
09-15-19, 05:39 AM
|
Replies: 2
Views: 519
|
Forum: Lua/XML Help
09-14-19, 02:54 AM
|
Replies: 2
Views: 519
Default Blizz frames
Hi,
1.
Im trying to do some basic modifications to some default blizz frames... and while some of the frames i have no problem with for some others im getting error that frames are not found.
For...
|
Forum: Lua/XML Help
09-12-19, 10:22 AM
|
Replies: 2
Views: 634
|
Forum: Lua/XML Help
09-12-19, 02:55 AM
|
Replies: 2
Views: 634
Lua reposition frames
Hi,
Can someone explain to me why this does not work:
BNToastFrame:HookScript("OnShow", function(self)
BNToastFrame:ClearAllPoints()
BNToastFrame:SetPoint("BOTTOMLEFT", someframe, "TOPLEFT", 0,...
|
Forum: UI Screenshots, Feedback and Design Discussion
01-13-14, 01:10 PM
|
Replies: 93
Views: 54,974
|
Forum: AddOn Help/Support
01-09-14, 08:30 AM
|
Replies: 6
Views: 3,221
|
Forum: AddOn Help/Support
01-09-14, 04:02 AM
|
Replies: 6
Views: 3,221
|
Forum: AddOn Help/Support
01-09-14, 03:45 AM
|
Replies: 6
Views: 3,221
SetFont size help please
Hi,
I have
customFrame.text = customFrame:CreateFontString(nil, "BACKGROUND", "PVPInfoTextFont");
customFrame.text:SetFont("Fonts\\DAMAGE.ttf",22,"OUTLINE");
Why is 22 font size the biggest i can...
|