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.

Smarter

Members
  • Joined

  • Last visited

Reputation Activity

  1. Sad
    Smarter reacted to sb360 in Not recognize Quest.GetQuestCompleted()   
    Pretty sure the bot checks if the character has completed it with
    IsQuestFlaggedCompleted(questid)  
  2. Like
    Smarter reacted to Matenia in Not recognize Quest.GetQuestCompleted()   
    QUEST_COMPLETE fires not when you complete the quest, rather when you're about to complete it anyway.
    The following QUEST_LOG_UPDATE event is when the quest will actually be gone from your log.
    So all you have to do is temporarily store all quests at QUEST_COMPLETE, then diff them with all quests in your log at QUEST_LOG_UPDATE and you're good.

    For figuring out which quests to turn in at an NPC, you'll have to check 
    QuestFrameCompleteQuestButton:IsEnabled()

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.