Forum: AddOn Search/Requests
01-03-21, 02:13 PM
|
Replies: 3
Views: 1,227
Thanks SDPhantom,
I think this shows...
Thanks SDPhantom,
I think this shows automagically only when levelling and in the specified zone :)
Not appears anymore after you learn the spell because you are supposed to put them in your bars...
|
Forum: AddOn Search/Requests
01-02-21, 06:46 AM
|
Replies: 3
Views: 1,227
Covenant abilty frame
Hi all,
while levelling in SL you got a (cute) frame for the spell/abilities of the covenant, until you move them in your action bars. And they go back there if you remove from the...
|
Forum: Lua/XML Help
12-25-20, 12:44 PM
|
Replies: 8
Views: 1,966
Hi,
I am not so skilled but I think if you...
Hi,
I am not so skilled but I think if you succeded in make your code taint free you could use the standard functions without have to rewrite anything.
Almost sure :)
Happy New Year to...
|
Forum: Lua/XML Help
12-24-20, 12:48 AM
|
Replies: 8
Views: 1,966
Hi all,
very probably the thing you want to...
Hi all,
very probably the thing you want to achieve is protected and so you have to take care about "Secure Execution" and "Tainting" or your code will triggers an error like:
"YOUR_ADDON has been...
|
Forum: Lua/XML Help
10-17-20, 08:02 AM
|
Replies: 15
Views: 5,241
|
Forum: Lua/XML Help
10-17-20, 04:52 AM
|
Replies: 15
Views: 5,241
Hi again...
just to adds functionality could be...
Hi again...
just to adds functionality could be done that in the default state it starts in v1, but when we used a manual add it commute to version v2 wiping all the data and track only the manual...
|
Forum: Lua/XML Help
10-17-20, 04:38 AM
|
Replies: 15
Views: 5,241
|
Forum: Lua/XML Help
10-16-20, 10:38 PM
|
Replies: 0
Views: 1,663
Protected call
Hi,
I have made an addons that deals with displaying guild mates (gmGuild / gmGuildFriends).
It can shows the roster of the guild by pressing the LDB icon.
The problem is when you try to interact...
|
Forum: Lua/XML Help
10-16-20, 09:49 PM
|
Replies: 15
Views: 5,241
Hi SDPhantom,
I have packed your code in an...
Hi SDPhantom,
I have packed your code in an addon and I am using without error.
Some questions:
1) Is it supposed to run in retail too ? I play retail and I have no errors, but I was not in a raid...
|
Forum: AddOn Search/Requests
10-15-20, 10:16 PM
|
Replies: 0
Views: 1,895
Unitframe for BossFrames only
Hi,
is there an unitframe addon that can manage only the bossframes ?
Boss1TargetFrame ... Boss5TargetFrame
Thanks.
|
Forum: AddOn Help/Support
10-14-20, 06:03 PM
|
Replies: 5
Views: 2,425
|
Forum: Lua/XML Help
10-14-20, 05:55 PM
|
Replies: 13
Views: 3,074
|
Forum: Lua/XML Help
10-14-20, 04:42 PM
|
Replies: 13
Views: 3,074
That code works from so long ago.
It was taken...
That code works from so long ago.
It was taken from "Tectiles" by tekkub and I never changed so much ...
It is strange but using the _G fixes the code. Why it works in game and not in my addon is a...
|
Forum: Lua/XML Help
10-14-20, 04:38 PM
|
Replies: 13
Views: 3,074
Found and fixed ... it was easy now that...
Found and fixed ... it was easy now that Fizzlemizz points out to the file of changes from 8.x to 9.x :)
local list = CreateFrame("Button", "PhanxConfigDropdown" .. id, dropdown,...
|
Forum: Lua/XML Help
10-14-20, 04:33 PM
|
Replies: 13
Views: 3,074
|
Forum: Lua/XML Help
10-14-20, 04:23 PM
|
Replies: 13
Views: 3,074
|
Forum: Lua/XML Help
10-14-20, 02:45 PM
|
Replies: 13
Views: 3,074
I have tried also to change the function in this...
I have tried also to change the function in this way (taken by Phanx addon):
local function SetFont(obj, font, size, style, r, g, b, sr, sg, sb, sox, soy)
if not obj then return end -- TODO: prune...
|
Forum: Lua/XML Help
10-14-20, 02:37 PM
|
Replies: 13
Views: 3,074
API Changed in SetFont ?
Hi all,
the next error I am trying to fix is this.
This happens when I try to change fonts attributes calling the function in this way:
....
gmfontset["Roboto"] = {"Roboto-Regular.ttf",...
|
Forum: Lua/XML Help
10-14-20, 01:18 PM
|
Replies: 4
Views: 2,591
|
Forum: Lua/XML Help
10-14-20, 12:04 PM
|
Replies: 4
Views: 2,591
GuildRoster() is gone ?
Hi all,
this will the first of the many (I fear) messages about api changes in 9.0.x that I think I'll have to post to get some help on :/
Is the function:
GuildRoster()
still available or it has...
|
Forum: Lua/XML Help
10-14-20, 03:54 AM
|
Replies: 15
Views: 5,241
|
Forum: Lua/XML Help
10-11-20, 04:17 AM
|
Replies: 9
Views: 4,892
|
Forum: Lua/XML Help
10-05-20, 03:46 PM
|
Replies: 9
Views: 4,892
|
Forum: Lua/XML Help
10-05-20, 02:38 PM
|
Replies: 9
Views: 4,892
|
Forum: Lua/XML Help
04-06-20, 12:52 PM
|
Replies: 6
Views: 1,418
|