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.

Start for first step after hearthstone

Featured Replies

Hi

Because sometime the quester profile got blockage and bot quit automatically,

I'm hoping to ask how do I set the quester profile to use hearthstone when it was blocked for like 5 minutes and run the quester profile from first step once it used the hearthstone?

Thank you very much.

  • Author
On 6/23/2019 at 10:52 AM, Matenia said:

Pretty sure wRobot added a function to use hearthstone on stuck recently. Or rather any item.
Check out the advanced settings. But yes, HMP has had this option since 2016 as well.

Thank you very much. I've ticked this function but once itused Hearthstone, it continue the next step, not from the first step.

I'm thinking how to solve it now.

  • 2 weeks later...

in the off chance your creating your own quester profile here is a small code that i use.

Make sure to change the ContinentID != (aka does not equal) Azeroth. so if your in Kalimdor, you would put == instead of != and change Azeroth to Kalimdor.

        if (wManager.Wow.Helpers.Usefuls.ContinentId != (int) wManager.Wow.Enums.ContinentId.Azeroth)
        {
            wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false;
            wManager.Wow.Helpers.ItemsManager.UseItem(6948);
            System.Threading.Thread.Sleep(1000 * 20); // 20 secondes
            wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = true;
        }

And if you wish to check your hearths location in an IF statment

Lua.LuaDoString<string>("bindlocation = GetBindLocation(); return bindlocation;") != "Orgrimmar"

 

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.