Forum: Lua/XML Help
12-17-20, 11:20 AM
|
Replies: 4
Views: 1,893
|
Forum: Lua/XML Help
12-17-20, 03:12 AM
|
Replies: 4
Views: 1,893
|
Forum: Lua/XML Help
12-15-20, 12:01 PM
|
Replies: 4
Views: 1,893
Extract conduit information
Hello.
I'm trying to extract information of a conduit given it's ID, however checking the documentation I don't see a way to extract the conduit data of a conduit that I haven't learnt and it's not...
|
Forum: Lua/XML Help
09-13-20, 12:18 AM
|
Replies: 1
Views: 9,906
World map overlay frame and SetMovable
Hello.
I'm adding a new overlay frame to my world map that contains one frame.
I'm trying to allow the user to move this frame on drag and drop.
The problem I'm finding is that if the frame is not...
|
Forum: Lua/XML Help
05-24-20, 09:58 AM
|
Replies: 6
Views: 1,627
MunkDev, thank you very much for your...
MunkDev, thank you very much for your guide.
That's actually what I was looking for.
I've been reading about taint in other places and they make it sound so complicated, when actually is fairly...
|
Forum: Lua/XML Help
05-24-20, 08:28 AM
|
Replies: 6
Views: 1,627
Hey Ketho.
Thanks for your answer.
The first...
Hey Ketho.
Thanks for your answer.
The first thing I did was to comment the parts of the code where I was using the "WorldMapFrame", which are in 2 places:
- WorldMapFrame:AddDataProvider()
-...
|
Forum: Lua/XML Help
05-24-20, 07:30 AM
|
Replies: 6
Views: 1,627
How to deal with taint issues?
Hello!
I've been the whole morning trying to understand the taint logs and why I'm getting this error in my addon and it doens't make too much sence to me. This is the first time I have to deal with...
|
Forum: AddOn Help/Support
08-04-19, 09:06 AM
|
Replies: 3
Views: 1,735
|
Forum: AddOn Help/Support
07-31-19, 01:32 PM
|
Replies: 3
Views: 1,735
|
Forum: AddOn Help/Support
07-27-19, 02:34 PM
|
Replies: 2
Views: 1,217
|
Forum: AddOn Help/Support
07-27-19, 09:25 AM
|
Replies: 2
Views: 1,217
Find quest IDs associated to NPCs
Hello.
I'm trying to find a way to extract the quest IDs associated to NPCs that have a lockout.
For example, the NPC "Uncle T'Rog" has the associated quest ID "55538". Is there any function to help...
|
Forum: General Authoring Discussion
12-23-18, 01:27 AM
|
Replies: 4
Views: 1,298
|
Forum: General Authoring Discussion
12-15-18, 01:38 AM
|
Replies: 4
Views: 1,298
|
Forum: General Authoring Discussion
12-12-18, 08:37 AM
|
Replies: 4
Views: 1,298
How to know map phase
Hello.
Since the beggining of BFA and the new map API, I can't tell which version of a map I'm seeing. For example, in Silithus there is the old map version and the Legion version, but both of them...
|
Forum: AddOn Help/Support
08-09-18, 09:29 AM
|
Replies: 4
Views: 1,578
|
Forum: AddOn Help/Support
08-09-18, 07:59 AM
|
Replies: 4
Views: 1,578
|
Forum: AddOn Help/Support
08-09-18, 04:15 AM
|
Replies: 4
Views: 1,578
Hook mixin or override template
Hello.
I'm trying to do something... I think simple, which is to add a new option to the DropDownMenu that appears on the world map.
That button uses the Template...
|
Forum: Lua/XML Help
06-29-18, 09:27 AM
|
Replies: 2
Views: 897
Issue showing texture on string
Hello.
I have a list of items and I'm trying to show their icons on a tooltip using LibQ-Tip.
For every item I get its information calling GetItemInfo(itemID), and with the texture received I add a...
|
Forum: PTR General Discussion
06-19-18, 05:22 AM
|
Replies: 5
Views: 3,250
|
Forum: PTR General Discussion
06-18-18, 03:01 PM
|
Replies: 5
Views: 3,250
BFA beta, how to create a new LFR group?
Hello.
I've notice that the old method C_LFGLis.CreateListing doesn't receive anymore the title and description that you need in order to create a group, now the new parameters...
|
Forum: Lua/XML Help
12-11-17, 07:55 AM
|
Replies: 1
Views: 1,233
PARTY_KILL event and world creature
Hello.
I'm trying to see if a member of my party (or just me) killed an enemy.
I'm capturing the event PARTY_KILL, however I'm seeing that if the person who deals the last hit isn't in the group,...
|
Forum: Lua/XML Help
10-10-17, 02:21 PM
|
Replies: 4
Views: 2,502
|
Forum: Lua/XML Help
09-18-17, 05:47 AM
|
Replies: 3
Views: 842
|
Forum: Lua/XML Help
09-17-17, 02:10 PM
|
Replies: 3
Views: 842
AceDB lost default values on SetProfile
Hello.
I'm trying to use profiles in one of my addons and everything works fine until I change the profile, where I lose every default value.
Let's say I have the next code:
local...
|
Forum: Lua/XML Help
09-04-17, 08:37 AM
|
Replies: 0
Views: 686
Extract id of a killed npc
Hello.
I'm trying to extract the NPC ID of a npc I just killed (when I'm in a group).
I have the next code:
myFrame:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
myFrame:SetScript("OnEvent",...
|