Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Baertram
Forum: Lua/XML Help 12/16/22, 03:46 PM
Replies: 10
Views: 2,970
Posted By Baertram
Yeah, like explained in detail...

Yeah, like explained in detail above



https://www.esoui.com/forums/showthread.php?p=46880
Forum: Lua/XML Help 12/16/22, 12:05 PM
Replies: 10
Views: 2,970
Posted By Baertram
You can just get the "Character name" of that...

You can just get the "Character name" of that group members via the code that Masteroshi showed you above:

local characterName = GetRawUnitName(unitTag)


As character names could contain gender...
Forum: Lua/XML Help 12/16/22, 01:48 AM
Replies: 10
Views: 2,970
Posted By Baertram
I hope that does not sound rude now but: I...

I hope that does not sound rude now but:
I recommand reading the long post I had answered you above. If this is not enough help I do not know what to do else, as we are not going to create your addon...
Forum: Lua/XML Help 12/15/22, 07:56 AM
Replies: 10
Views: 2,970
Posted By Baertram
One hint to your code Masteroshi: Could work but...

One hint to your code Masteroshi:

Could work but is a manual concatenation which should not be used if there are better ways provided by ZOs:
local tag = "group"..tostring(i)

You also would not ...
Forum: Lua/XML Help 12/15/22, 07:21 AM
Replies: 10
Views: 2,970
Posted By Baertram
Hello, what XML view do you mean? Did you create...

Hello,

what XML view do you mean? Did you create a XML UI yourself where you want to add your group members?

Did you check the ESOUI Wiki for entries relating to group, maybe there are...
Showing results 1 to 5 of 5