Maybe that helps? Again, no expert here, so can't give an exact code sample.
Don't know how to get raidindex of a player from its name to be honest, but it should be possible.
Thanks for your input.
I know in DogTag it is [RaidGroup] As simple as that.
So I gues in LuaText it is something like:
I would like to know the LuaText expression for RaidGroup.
That is all really.
I have Dogtag disabled and LuaText enabled.
I have looked in the guides for hours for this but I cant find the solution anywhere. And I dont have time to get deep into Lua language.
local dr,dg,db = DifficultyColor(unit)
return "|cff%02x%02x%02x%s%s|r %s",dr,dg,db,Level(unit),Classification(unit) and '+' or '',SmartRace(unit) or ''
What is the code for just the Level? I am no expert.
Message: Interface\AddOns\Recount\Tracker.lua:550: attempt to concatenate local 'source' (a nil value)
Time: 10/21/10 16:51:57
Count: 14
Stack: Interface\AddOns\Recount\Tracker.lua:550: in function `AddAbsorbCredit'
Interface\AddOns\Recount\Tracker.lua:622: in function <Interface\AddOns\Recount\Tracker.lua:609>
Interface\AddOns\Recount\Tracker.lua:878: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
[string "safecall Dispatcher[16]"]:4: in function <[string "safecall Dispatcher[16]"]:4>
[C]: ?
[string "safecall Dispatcher[16]"]:13: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:120: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
Locals: <none>
Then I have to close and reload addons :(
Hopefully it can be fixed.
0
Thanks for your input.
I know in DogTag it is [RaidGroup] As simple as that.
So I gues in LuaText it is something like:
return RaidGroup(unit)
But this gives me an errormessage.
Hopefully someone else can give me the answer :)
0
That is all really.
I have Dogtag disabled and LuaText enabled.
I have looked in the guides for hours for this but I cant find the solution anywhere. And I dont have time to get deep into Lua language.
0
local dr,dg,db = DifficultyColor(unit)
return "|cff%02x%02x%02x%s%s|r %s",dr,dg,db,Level(unit),Classification(unit) and '+' or '',SmartRace(unit) or ''
What is the code for just the Level? I am no expert.
0
0
I get this error in BG's:
Message: Interface\AddOns\Recount\Tracker.lua:550: attempt to concatenate local 'source' (a nil value)
Time: 10/21/10 16:51:57
Count: 14
Stack: Interface\AddOns\Recount\Tracker.lua:550: in function `AddAbsorbCredit'
Interface\AddOns\Recount\Tracker.lua:622: in function <Interface\AddOns\Recount\Tracker.lua:609>
Interface\AddOns\Recount\Tracker.lua:878: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
[string "safecall Dispatcher[16]"]:4: in function <[string "safecall Dispatcher[16]"]:4>
[C]: ?
[string "safecall Dispatcher[16]"]:13: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:120: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
Locals: <none>
Then I have to close and reload addons :(
Hopefully it can be fixed.