Who in particular doesn't match? As far as I can tell, the standings on the page match exactly as they are in the data file, though i only looked at the first 10 or so records.
Who in particular doesn't match? As far as I can tell, the standings on the page match exactly as they are in the data file, though i only looked at the first 10 or so records.
It's everyone at the bottom.
Just about everyone from #24 on is in the wrong place.
Who in particular doesn't match? As far as I can tell, the standings on the page match exactly as they are in the data file, though i only looked at the first 10 or so records.
Looks to be everyone with a roll value of 0 - those who were added after the initial list was created.
The bottom data in the file says "0" for those bottom 24, including you:
I find no other data in the file that would fix those numbers.
Those numbers are not incorrect. That is the way it is supposed to be. Roll values don't mean anything (other than to help avoid having "ties" when more than 1 person is added at a time), it's the position in the list that determines who gets loot.
When we created the Suicide Kings list, we had everyone /roll 1000 to determine their initial position, as per instructions for the SK mod. This is what those "roll" values are. Everyone who started raiding with us after we created the list, was inserted to the bottom without a roll (again, as was suggested). This is why there are so many people with a 0 roll value.
The importer should be placing people in their correct position according to the lua, it shouldn't even consider the rolls when placing people in an ordered list. It's clearly marked in the .lua who is in what position.
It looks like the importer just sees a "roll" value of "0" and positions people however it pleases, which it shouldn't because loot is not determined by this "roll" value.
When we created the Suicide Kings list, we had everyone /roll 1000 to determine their initial position, as per instructions for the SK mod. This is what those "roll" values are. Everyone who started raiding with us after we created the list, was inserted to the bottom without a roll (again, as was suggested). This is why there are so many people with a 0 roll value.
Ah ha! That explains it. It's my misunderstanding of the SK system, I guess. The importer only cares about the roll value, and orders them accordingly. It'll require a rewrite to work properly without the roll values cycling.
Thanks. I was always under the impression that any SK list will have rolls and all the rolls will cycle between players.
Thanks. I was always under the impression that any SK list will have rolls and all the rolls will cycle between players.
It depends on the way you set it up, I suppose. You could have an entire list without any roll values, determining initial position by some other factor like guild rank or raid attendance. On the other spectrum, we could have decided to let new people /roll 1000 for their positions, thus giving everyone on the list a roll value.
Thanks for taking a look at this, I'm praying that your current projects get completed smoothly and to your total satisfaction... so that I can see this change relatively soon.