Mascarada / epgp

Automatically exported from code.google.com/p/epgp
0 stars 0 forks source link

Connected Realm problems #741

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have two players of the same name but different server in the guild.
2. Try and award EP/GP to the player
3.

What is the expected output? What do you see instead?
We've had several raiders make alts of the same name as their main on our 
connected server.  This causes problem of that EPGP will try to apply it to the 
first person matching that name (which since our alts are higher on the guild 
list it uses that one) and the EPGP info under their main now never changes (my 
guess as to what its doing, but its putting all the info in their alts and 
changing the officer notes to try to redirect it doesn't work.

Anyhow, I've figured out how to fix this problem.  Change line 316 of 
LibGuildStorage-1.2.lua from

    local name = strmatch(name, "(.*)-")

to

    local name = Ambiguate(name, "none")

What version of the product are you using? What locale is your client (en,
ru, kr, ch, es, tw)?
5.9.21 en

Original issue reported on code.google.com by shmood...@gmail.com on 26 Feb 2014 at 5:47

GoogleCodeExporter commented 8 years ago
Hi,

I've got same probleme One player with main and alts with same name, and one 
player on an another realm.

I make your modification and it seems to fix the problem.
We've got a raid monday, if i can i confirm if it's ok or not.

Original comment by JashuGa...@gmail.com on 1 Mar 2014 at 8:12

GoogleCodeExporter commented 8 years ago
Please try epgp-5.9.22 -- it contains this fix and seems to work for me with 
connected realm members of the same name.  Thanks for the fix, Shmoodude!

Original comment by chip.turner on 2 Mar 2014 at 5:23

GoogleCodeExporter commented 8 years ago
This "fix" breaks the EPGPWEB export function, since the characters's name is 
now attached to the relam and the website can't get the player info from armory

Original comment by milto...@gmail.com on 12 Jun 2015 at 1:36