Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Shackleford
Forum: Lua/XML Help 09-01-12, 07:47 PM
Replies: 16
Views: 9,423
Posted By Shackleford
Got in another raid tonight and ran this macro as...

Got in another raid tonight and ran this macro as people came and gone,

/script local index = UnitInRaid("target"); if index then DEFAULT_CHAT_FRAME:AddMessage(index) end

It seems again if there...
Forum: Lua/XML Help 08-30-12, 07:45 PM
Replies: 16
Views: 9,423
Posted By Shackleford
Was able to hop into a raid tonight and check, I...

Was able to hop into a raid tonight and check, I was indexed at 24 instead of 25. I don't know if that's how it will always return or if you get a different index every time or if its a bug, but I...
Forum: Lua/XML Help 08-30-12, 05:29 PM
Replies: 16
Views: 9,423
Posted By Shackleford
I'm sorry maybe I wasn't clear enough in my post....

I'm sorry maybe I wasn't clear enough in my post. Simply subbing GetNumGroupMembers() for GetNumRaidMembers() isn't my issue, its the problem of the player (myself) being indexed. Before the patch it...
Forum: Lua/XML Help 08-30-12, 04:11 PM
Replies: 16
Views: 9,423
Posted By Shackleford
RaidIndex problem

Before the patch I used for i = 1, GetNumRaidMembers() - 1 do
--stuff
end to exclude the player from the lookup but now with GetNumGroupMembers() - 1 this seems to include myself (the player) in the...
Forum: MoP Beta archived threads 08-19-12, 04:55 PM
Replies: 258
Views: 184,709
Posted By Shackleford
SummonRandomCritter()

Does anyone know the status of SummonRandomCritter()? Currently this only returns an error message of "You do not have a pet". Is this to be removed or is it just bugged?
Showing results 1 to 5 of 5