Guild Import only gets 4 matches #24


Open
Assigned to talryn
  • JohnPolansky created this issue Nov 25, 2022

    Using 10.0.5 on load it shows:

     

    Alts: imported the guild 'Oakheart'. Mains: 4, Alts: 21

     

    it also prints a ton of the following:

     

    Alts: Reference to non-existent main Lormac for Tambu-Lothar

     

    In order to get alts to work I did have to add my own Notes parser regex:

     

    [14] = {
    -- <name> - Alt
    regex = "([%a]+)[ ]+[-]+[ ]+[Aa][Ll][Tt]",
    description = "<name> - Alt",
    enabled = true,
    },

     

    This works but it only finds 4 mains and alts.. and dumps out the rest as missing yet.. they all appear to have the correct Notes to match properly

     

    https://pastebin.com/A1LBiFis

     

    It appears to only be finding the same four each time, I realize there are a few people in the list that don't have the right note format but I should be getting a lot more than 4.

     

    Appreciate the help!

  • JohnPolansky posted a comment Nov 25, 2022

     I think the issue may be that we are on a shared realm server meaning the guild is on one realm but 90% of the players are on different ones. So it's only working if your MAIN is on "moonrunner".

     

    [60:Tambu]: Level 60 Night Elf Druid <Oakheart-Moonrunner> - Revendreth

     

    https://us.battle.net/support/en/article/14296

     

    • Ghostlands, Kael'thas, Grizzly Hills, Gnomeregan, Moonrunner, Trollbane, Lothar, Malfurion

     

    Might need to create a list of guild users and their realms so you can match them against it when they are on shared realms.

     

    PS - Also should have said.. this looks like an awesome add-on. been looking for something to help me manage all the guild alts.

     

     


    Edited Nov 25, 2022
  • Talryn posted a comment Nov 29, 2022

    You're right.  It only matches when the main name is exact and for the shared realms it would need the server name.  I'll check on what I can do.  Because of people having the same name on multiple servers I was worried it could be an issue but when I can I'll try to add some logic to pick one if there is just one match.  If ambiguous it would skip it.  Looking at your roster quick, I don't think you have an issue with name conflicts across servers

     

  • Talryn self-assigned this issue Nov 29, 2022

To post a comment, please login or register a new account.