GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

7M Downloads

[BUG] Hunter CLASS Common Sequences not appearing at the top under Class

LarryThiessen opened this issue ยท 6 comments

commented

๐ŸŸข How does GSE currently work
Class Common Sequences are listed at the bottom after the last SPEC

๐ŸŸข Describe the solution you'd like
Place CLASS Common Sequences at the top on Sequence List Directly under CLASS before the first SPEC

๐ŸŸข Additional context
Thank you Tim!

commented

image
It already does?

commented

image

Mine list at the bottom

commented

SLG-HUNT-BOOM and SLG-HUNT-CDS are Common Hunter sequences

commented

What is the config screen list as the specialisation?

commented

It's tied to sorting. When GSE gets the list of sequence names, it gets this list:
image

The keys to this are ["CLASSID,SPECID,NAME,0"] It would then sort the list lexicographically rather than alphabetically.

We expect that 3,3,xxxx would come before 3,253,xxxxx but computers don't think that way. It works perfectly for Warriors and Paladins out of the box as their classids are 1 and 2, respectively.

Have tested with a few classes:
image

commented

Thanks Tim! - they are listed at the top now! You have calmed my OCD