Thread Tools Display Modes
10-26-08, 09:40 PM   #1
Travisstorma
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 9
Best way to get raid talent info.

I'm working on a mod and I need to know the spec of each mage. I know that using the following code won't work because I need to wait for a response from INSPECT_TALENT_READY.
Here is code that I know needs to be changed a bit;

Code:
for i = 1, GetNumRaidMembers() do
     if UnitClass("raid"..i) == "Mage" then
          NotifyInspect("raid"..i)
     end
end

I have a couple of ways that I think might work, but I don't think that they would be very effecient.

Any help?
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Best way to get raid talent info.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off