Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration in Tukui? #88

Open
vttale opened this issue Jan 23, 2024 · 6 comments
Open

Configuration in Tukui? #88

vttale opened this issue Jan 23, 2024 · 6 comments
Assignees
Labels

Comments

@vttale
Copy link

vttale commented Jan 23, 2024

I don't know whether it's Tukui that needs some modification (probably) or something that ExtraQuestButton can handle, but using Edit mode I don't see any way to interact with the button's location or options. Other interface elements are movable, but the extra quest button just floats in the middle of my screen with no highlighting, no moveable frame, and no options panel underneath.

I hoped /eqp would help, but alas it just says to use edit mode.

As for the options panel, since the default place to look for addon options is in the Options menu, could you also add access to the options portion there without needing to be in edit mode? Finding options in edit mode is unlike anything else in the interface.

I realize this wouldn't help my situation with wanting to move the button, but at least it would be the consistent place to find options, and you could even put a comment there above the reset position button that says "use edit mode to move the button" instead of having people wonder whether some other magic of right click and/or modifiers can enable dragging it (since many other addons use a non-edit-mode method of frame movement).

Thanks very much for the addon. I've used it for a very long time now and have always appreciated the convenience. It's only since 10.2.5 that the button moved to the dead center of my screen and I'd just like to move it back to where it was.

@p3lim
Copy link
Member

p3lim commented Jan 23, 2024

Try (re)moving your WTF/Account/xxx/SavedVariables/ExtraQuestButton.lua and see if that helps, I'm unable to replicate this.

If it does, I'd like to see what the old contents were.

@vttale
Copy link
Author

vttale commented Jan 24, 2024

I haven't been able to test out resetting it yet, but here's the current contents. It's interesting and amusing to me that it already mentions Tuk Sadness...

ExtraQuestButtonDB3 = {
	["profiles"] = {
		["Modern"] = {
			["artworkAlpha"] = 1,
			["noCooldownText"] = false,
			["trackingOnly"] = false,
			["position"] = {
				["y"] = 156.5003509521484,
				["x"] = -2.50006103515625,
				["point"] = "BOTTOM",
			},
			["artworkStyle"] = "Default",
			["zoneOnly"] = false,
			["distanceYd"] = 1000,
			["scale"] = 1,
		},
		["No Tuk Sadness"] = {
			["artworkAlpha"] = 1,
			["artworkStyle"] = "Default",
			["trackingOnly"] = false,
			["position"] = {
				["y"] = 0,
				["x"] = 0,
				["point"] = "CENTER",
			},
			["scale"] = 1,
			["distanceYd"] = 1000,
			["zoneOnly"] = false,
			["noCooldownText"] = false,
		},
	},
}

"Sadness" does not appear to come from any .lua files in my current AddOns folder though, so this does appear to be obsolete. I will report back after I am able to test.

@vttale
Copy link
Author

vttale commented Feb 5, 2024

Okay, sorry for the delay in following up. It's been crunch time around work. Anyway, I deleted the SavedVariables file for ExtraQuestButton and configuration./movement still does not show up in EditMode. The button is frustratingly still in the middle of the screen. Though I guess I can manually edit the position variable and any other settings, it'd still be much better to have access to those things in-game.

@ardCOR3
Copy link

ardCOR3 commented Mar 27, 2024

Hi im having the same issue, it doesn't move... disabled all other addons
retail

@ardCOR3
Copy link

ardCOR3 commented Mar 27, 2024

Also /click ExtraQuestButton doesnt work either

@p3lim
Copy link
Member

p3lim commented Mar 27, 2024

@hardCORE1234421 what do you get from this? no need for the whole output, just screenshot the top of it:

/dump ExtraQuestButton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants