June 23, 20196 yr 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.
June 23, 20196 yr You best bet would spend the 20€ and get @Matenia HMP plugin or make you’re self a plugin todo so.
June 23, 20196 yr 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.
June 27, 20196 yr 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.
June 27, 20196 yr Author On 6/23/2019 at 3:55 AM, The Smokie. said: You best bet would spend the 20€ and get @Matenia HMP plugin or make you’re self a plugin todo so. Willl check it. Thanks.
July 6, 20196 yr 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