Logged Out
Create an Account
Login:
Password:

Forgot your password?
GRSS - Bid + Roll Sorting Issue

GRSS - Bid + Roll Sorting Issue
[Back to Index]
Thread Tags
Primary: [Tickets]
Secondary: None

Ok, I've played with this a fair amount and the sorting is screwed up on the list unless everyone does /w !bid # before anyone /rolls.

Once rolls come in, any /w !bid will resort the list and make it very difficult to figure out who won the roll.

Rolls, no whispers.


Whispers and sort is jacked.


Please forgive the sample set of characters, their names make it nice and easy to sort .
line 1339 of guildraidsnapshot.lua

Change:
GRSSSortBy("bid")


To:
if GRSS_BidRolls==1 then GRSSSortBy("roll") else GRSSSortBy("bid") end


[Back to Index]