Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Custom quest pop-up

Featured Replies

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?

Get_mouse.png

Framestack.png

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);

 

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.