Debounce

Debounce

225 Downloads

Pre-Patch

Weischbier opened this issue ยท 11 comments

commented

Pre-Patch is around the corner, and I've tried Debounce on the Beta, and it has been non-functional. Now of course there's always the chance it'll work when 11.0 launches, because Beta is Beta, but I want to inquire if you guys intend to keep this addon updated for the new expansion?

commented

Quick Video: https://streamable.com/na6bgr

I hope this helps :)

commented

Can you run /dump GetBuildInfo() and tell me what game version you are running? I'm not seeing the problems you mentioned, and GetSpellInfo is definitely there. I'm on PTR (TWW 11.0). Is there another version of TWW available right now?

My /dump GetBuildInfo() shows:

[1]="11.0.0",
[2]="55793",
[3]="Jul 22 2024",
[4]=110000,
[5]="",
[6]=""

Meanwhile I'll keep looking into this. Thank you for the help!

commented

I can't get into the Game (Beta and PTR) at the moment because of some realm issues, but I'm the real Beta not PTR.
So I can't test it on the PTR. Assuming it works for you on PTR it should work fine.

Beta is this: https://bit.ly/3SkNGv4
PTR is this (same as yours): https://bit.ly/4cQftMt

commented

Can you try this version?
I couldn't get into the game, so I couldn't test it.

Beta does not appear on my PC. Apparently, some functions (including GetSpellInfo) removed in TWW. The PTR has fallback functions for those removed ones, but Beta doesn't (I think).

commented

Servers are down for the near future. PTR and Beta Realms are US-Side and went down for the patch rollout on retail.

I'll update you once they're up again.

commented

Debounce on the Pre-Patch works flawless.

Beta: still can't get into Beta as servers are still down apparently.

commented

I uploaded temporary fix here https://github.com/mundi4/Debounce/releases.

If you find any issue, please let me know.

commented

Found a Bug for retail: When converting a Spell to Macro it loses the Icon of the Spell.

commented

Sorry, the servers aren't up in my region yet. I'll look into it when they're available.

commented

New Bug: When placing a spell that is only available to one specialization (e.g., Holy Priest's Smite) into Debounce, the spell is hidden when switching to a specialization that does not have this spell (e.g., Shadow Priest). However, this issue does not occur when converting the spell into a macro.

commented

New Bug: When placing a spell that is only available to one specialization (e.g., Holy Priest's Smite) into Debounce, the spell is hidden when switching to a specialization that does not have this spell (e.g., Shadow Priest). However, this issue does not occur when converting the spell into a macro.

I'm looking into this. I noticed that Smite changes to Mind Flay when I switch to Shadow, and I think this is the default behavior of the game. I'll keep thinking about whether I should handle this and how to handle it.

Thanks again for your help!