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.

Goblin Starter Quester

Featured Replies

ok, the problem i an having is with 2 quests,http://www.wowhead.com/quest=14070/do-it-yourself   since these mobs instantly respawn, it just stays there rekilling them,  also http://www.wowhead.com/quest=24502/necessary-roughness once i enter the machine, i cant seem to get it to use the spell "kick Footbomb" also this will be a popup turn-in quest and the next will be a popup accept quest      the goblin also has some quest givers for male and different quest giver for female, for the same qust   "to the bank" is the first one so far

male goblin quest.xml

Use this lua codes:

if (not QuestLogFrame:IsVisible()) then
     QuestLogMicroButton:Click()
end

QuestLogFrameCompleteButton:Click()

if (QuestLogFrame:IsVisible()) then
     QuestLogMicroButton:Click()
end

and

if QuestFrame:IsVisible() then

QuestFrameCompleteQuestButton:Click()

end

Sample here: male goblin quest FIXED.xml (I have also added c# condition "if Quest.HasQuest(24502)" before lua macro)

 

 

To get button/frame name you can use this macro (put mouse over button/frame and launch in wow chat this macro): 

/run print( GetMouseFocus():GetName())

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.