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.

Know if already did a quest

Featured Replies

Hey,

int questID = 123;

Quest.GetQuestCompleted(questID);

if(Quest.GetQuestCompleted(questID))
{
	doStuff();
}

Note: This checks your bots list of finished quest ids, not if the quest has been completed on the servers side (what you can't detect)

  • Author
9 minutes ago, FNV316 said:

Hey,


int questID = 123;

Quest.GetQuestCompleted(questID);

if(Quest.GetQuestCompleted(questID))
{
	doStuff();
}

Note: This checks your bots list of finished quest ids, not if the quest has been completed on the servers side (what you can't detect)

Quest.GetQuestNOTCompleted(questID); works? ?

  • Author
1 minute ago, zzzar said:

= !Quest.GetQuestCompleted(questID)

Thank you!

How did you know that Quest.GetQuestCompleted(###) exist? ?

2 minutes ago, Meyverick said:

Thank you!

How did you know that Quest.GetQuestCompleted(###) exist? ?

You mean in quest log? wManager.Wow.Helpers.Quest.HasQuest(questID)

  • Author

I mean how to you know all this "function" (it's function?) exist?

Sorry, I'm totally noob and I try to learn but it's very hard ? 

When I write wManager.Wow.Helpers.Quest. HasQuest is missing

How do you find it "HasQuest) exist?

image.png.2b9332f95e67a98253e5cb92f2797443.png

3 hours ago, Meyverick said:

I mean how to you know all this "function" (it's function?) exist?

Sorry, I'm totally noob and I try to learn but it's very hard ? 

When I write wManager.Wow.Helpers.Quest. HasQuest is missing

How do you find it "HasQuest) exist?

image.png.2b9332f95e67a98253e5cb92f2797443.png

Did i not already tell you what to do?
You need to get the reference otherwise it won't be able to look. ?

image.png.fc9e41c5a498e9c88507fba6a51152b5.png

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.