DialogKey DF

DialogKey DF

36k Downloads

Disable space bar in ghost form after death

Opened this issue · 3 comments

commented

Hello,

A huge annoyance is addon interaction with resurrection button in ghost form.
Example:

  1. Die
  2. In spirit form, try to fly up on your drake / jump up
  3. As you can see, the 'cancel' button is pressed each time!!! instead of jumping/flying up
    image

Please find a way to solve this or disable this key when in ghost form as there is no reason for it imo

Thank you

commented

So this isn't actually a bug, as such. DialogKey is correctly attempting to hit that button, but you don't want it to because you have Spacebar bound to jump/fly up.

I'd recommend changing the DialogKey keybind, personally, but another option is the custom blacklist. The in-game options for it aren't implemented yet (working on this Soon:tm:!) but the addon does currently work with it, you just need to add the dialogBlacklist Table to your WTF\Account\[AccountNumber]\SavedVariables\DialogKey.lua file, like this:

DialogKeyDFDB = {
	["global"] = {
		["dialogBlacklist"] = {
			"Resurrection in",
			"Another Example",
			"THE TURTLES MADE IT TO THE WATER",
		},
	},
}

Until I get the in-game options for this working, I'll keep the "Resurrection in" string in the built-in blacklist, at which point I'll move it to the custom blacklist as an example default option, as I agree this one should probably never be used!

commented

Whatever change happened months ago actually fixed the issue.
I cant see anyone actually wanting to press resurrect button in ghost form. It just invites accidents. Youre not saving any time.
Personally resurrect should stay out of buttons that the addon controls.
Sorry im not a dev if this doesnt make sense.

commented