Thread Tools Display Modes
01-11-07, 04:47 PM   #1
Riraito
An Aku'mai Servant
 
Riraito's Avatar
Join Date: Dec 2006
Posts: 32
GetRaidRosterInfo()

im trying to make raid frames that display health mana etc and I've been using the following code:
Code:
        for i = 1,GetNumRaidMembers() do
            name, rank, subgroup, level, class, fileName, zone, online, isDead = GetRaidRosterInfo(i);
               .
               .
               .
and for the most part it works fine, but then randomly it just gives me the error on the code following that "attempt to index a nil value" so I'm wondering is there a better way to go about this?
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » GetRaidRosterInfo()


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