Page 1 of 6

[ADDON] Queue Queuer and Warboard Queue Queuer Fixes

Posted: Sat Apr 18, 2020 6:40 pm
by provide
Hi,

when "Thanquol's Stand: Ratnarök" was release I fixed Queue Queuer for myself and just linked it as a comment in a related thread.

Today I noticed the "Maw of Madness (Ranked Solo)" scenario also breaks the blacklist popup, so I fixed it again and thought some other people might be interested in it as well.

I uploaded the changes to gitlab here: https://gitlab.com/sxe/RoRAddonFixes

The zips for installation can be downloaded from there as well:
https://gitlab.com/sxe/RoRAddonFixes/-/ ... ueueQueuer
https://gitlab.com/sxe/RoRAddonFixes/-/ ... ueueQueuer

How to install it:
* Go to your Addons folder
* Delete QueueQueuer addon folder
* Delete "WarBoard/WarBoard_TogglerQueueQueuer/" folder
* Extract the zips to your addons folder
* Go into your "Warhammer Online - Age of Reckoning/user/settings/Martyrs Square/YOURUSERNAME/YOURUSERNAME/Queue Queuer/" folder
* Delete SavedVariables.lua
Changes
CHANGELOG
2.8.7 - Updated as of 8/12/2020.
* Added "Ranked" & "Ranked Solo" Scenario
* Removed R/RS replacement for the "Ranked" & "Ranked Solo" SC

2.8.6 - Updated as of 6/26/2020.
* Re-Organized and enlarged T4 Tab (by Cornerback)

2.8.5 - Updated as of 5/01/2020.
* Fixed the "Caledor Woods (Ranked Solo)" scenario

2.8.4 - Updated as of 5/01/2020.
* Merged changes made in other modified QueuerQueuer versions and changed version number accordingly
* Fixed Contextmenu position when not using warboard (again...)

2.7.4 - Updated as of 4/19/2020.
* "Maw of Madness (Ranked)" Scenario is now handled correctly
* Replace "Ranked" with R in the blacklist pop to avoid cutting off the name

2.7.3 - Updated as of 4/19/2020.
Replace "Ranked Solo" with RS in the blacklist pop to avoid cutting off the name

2.7.2 - Updated as of 4/18/2020.
"Maw of Madness (Ranked Solo)" Scenario is now handeled correctly

2.7.1 - Updated as of 4/4/2020.
Fixed blacklist and options parameter
Fixed Contextmenu position when not using warboard
"Thanquol's Stand: Ratnarök" Scenario is now handeled correctly
Update Warboard QueuerQueuer Contectmenu
Let me know if it works for you.

Cheers

Re: [ADDON] Queue Queuer and Warboard Queue Queuer Fixes

Posted: Sat Apr 18, 2020 6:54 pm
by Nastylicious
Works pretty well ty and nice done

Re: [ADDON] Queue Queuer and Warboard Queue Queuer Fixes

Posted: Sat Apr 18, 2020 7:59 pm
by xanderous
Much appreciated, thanks.

Re: [ADDON] Queue Queuer and Warboard Queue Queuer Fixes

Posted: Sun Apr 19, 2020 1:04 pm
by provide
Quick update
2.7.3 - Updated as of 4/19/2020.
Replace "Ranked Solo" with RS in the blacklist pop to avoid cutting off the name
Updated the main post with up to date links.

Cheers

Re: [ADDON] Queue Queuer and Warboard Queue Queuer Fixes

Posted: Tue Apr 21, 2020 12:15 pm
by Taz83
nice fix worked after i had to delete the profile of QQ for each toon .. i was using this version https://tools.idrinth.de/addons/queue-queuer/
its updated recently but sadly i cant block the new Ranked they added anyway just little feedback about your version of QQ i liked the menu to be below my icon of QQ when i click on it because i have my QQ icon on top right and when i click on it .. the drop down menu open totally on the other side of the windows if that fix is possible i am waiting for your update

thanks again for making things working and helping us

a screen shot attached to explain it more encase my poor english is not understandable

Image

Re: [ADDON] Queue Queuer and Warboard Queue Queuer Fixes

Posted: Thu Apr 23, 2020 5:34 pm
by lyncher12
didn't work for me

Re: [ADDON] Queue Queuer and Warboard Queue Queuer Fixes

Posted: Wed Apr 29, 2020 8:16 pm
by Cornerback
How exactly did you figure out the IDs of the SCs?

Did you fix it based on the somehow trashy version on the forums where the anchor was moved to the left side of the screen? :D

Re: [ADDON] Queue Queuer and Warboard Queue Queuer Fixes

Posted: Fri May 01, 2020 9:01 am
by provide
Hey guys, sorry for the long response delay but for some reason I did not get any notification mails.

Anyway, I just pushed a new release:
2.8.4 - Updated as of 5/01/2020.
* Merged changes made in other modified QueuerQueuer versions and changed version number accordingly
* Fixed Contextmenu position when not using warboard (again...)
Cheers

Re: [ADDON] Queue Queuer and Warboard Queue Queuer Fixes

Posted: Fri May 01, 2020 9:06 am
by provide
Cornerback wrote: Wed Apr 29, 2020 8:16 pm How exactly did you figure out the IDs of the SCs?

Did you fix it based on the somehow trashy version on the forums where the anchor was moved to the left side of the screen? :D
Yeah looks like it. I think I had the version that comes with the vinyUi pack.
Anyways, I merged the changes from the version available on tools.idrinth.de now (They weren't that big anyways).

I got the ids by debugging them. Have a look here: https://gitlab.com/sxe/RoRAddonFixes/-/ ... I.lua#L299

Cheers

Re: [ADDON] Queue Queuer and Warboard Queue Queuer Fixes

Posted: Fri May 01, 2020 5:13 pm
by Cornerback
Hey there,

thanks for the reply.

The version you based your fix on has some... issues.
Check https://gitlab.com/sxe/RoRAddonFixes/-/ ... r.lua#L133
The SC name here is "["Caledor Woods (Solo Ranked)"]"

Then check https://gitlab.com/sxe/RoRAddonFixes/-/ ... r.lua#L195
The SC name here is "["Caledor Woods (Ranked Solo)"]"
So when comparing those strings, you obviously never get a match xD
So the author created this abomination as a workaround, which is totally unnecessary:
https://gitlab.com/sxe/RoRAddonFixes/-/ ... I.lua#L393

Also, he broke the anchor for the small gui at the minimap for some reason.

I actually created my own fix (incorporating your glorious gsub-idea to make the ranked SC names shorter but extended it to the Tier 4 tab in the Options-GUI, which required me to do the gsub both when writing the labels and when reading them) without those issues which is much cleaner in my opinion. I also enlarged the Options GUI and the padding and spacing of the scenario names in the Tier 4 tab to make the increased amount of SCs fit better. Also, no more line breaks and overlapping names.

If you like, I can provide it to you so you can continue your work based ony my version so we don't have multiple versions in parallel.