local prefix,num,size = "raid",0,GetNumRaidMembers()
local size = GetNumRaidMembers()
if size <= 0 then
prefix = "party"
size = GetNumPartyMembers()
end
for u=1,size do
if UnitIsUnit(prefix..u.."target", unit) then
num = num + 1
end
end
if num > 0 then
UpdateIn(0.2)
return "%d", num
end
. On pitbull4, does it exist frame or unit to show who is on my target ?
xperl has a window in which you can see "players assisting/targeting you"
with SUF, you can see how much of party is on your target
I find this information very useful in raid
. is it possible to modify the size of debuf on my target ? (only mine)
0
i see this youtube video http://www.youtube.com/watch?v=eNET0DzMuj0 and, i'm not sure, he use raven
1/ On his screen, i can see the pet icon . How can i do that ? I only find buff, debuff, cooldown and notification but no icon pet
2/ Does it exist a web site where i can find exemple, how to create condition,..
thanks for all your work, raven is excellent and very nice :)
0
thanks for your answer
I find this luatext
I don't find how to insert this text
Does someone know ?
thanks
0
. On pitbull4, does it exist frame or unit to show who is on my target ?
xperl has a window in which you can see "players assisting/targeting you"
with SUF, you can see how much of party is on your target
I find this information very useful in raid
. is it possible to modify the size of debuf on my target ? (only mine)
thanks