eeny 523 Posted August 22, 2016 Share Posted August 22, 2016 I'm starting to write quest profiles for Draenor.. however im coming to a stop with the whole 'base selection process'. I was thinking an interact with target followed with a macro to click the button to select the base, however /run print(GetMouseFocus():GetName()) Returns a nil value- only /framestack appears to give some useful into. what macro should i use to get the bot to push that button to continue the profile? Link to comment https://wrobot.eu/forums/topic/3669-custom-quest-pop-up/ Share on other sites More sharing options...
Droidz 2738 Posted August 23, 2016 Share Posted August 23, 2016 Hello, try to use lua macro (not code): /click QuestChoiceFrameOption1.OptionButton Or lua code (not macro): (https://github.com/tomrus88/BlizzardInterfaceCode/blob/f53f4cadda882fa4cfce60d9b5ae1e1409faa022/Interface/AddOns/Blizzard_QuestChoice/Blizzard_QuestChoice.lua#L93 ) QuestChoiceFrameOptionButton_OnClick(QuestChoiceFrameOption1) or SendQuestChoiceResponse(1); HideUIPanel(QuestChoiceFrame); eeny 1 Link to comment https://wrobot.eu/forums/topic/3669-custom-quest-pop-up/#findComment-17092 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now