October 18, 20169 yr Hello. I seem to be unable to get the loot after finishing the second boss in the "Mogu'shan Palace" dungeon. 18 окт 2016 22H11.log.html Mogu'shan.xml
October 19, 20169 yr Hello, Try to disable option (in advanced general settings tab "Path-finding") "Blacklist Npc/Node if unable to make full path to reach it". If this don't works, in your profile, after kill step add step to clear blacklist (step type runcode): wManager.wManagerSetting.ClearBlacklistOfCurrentProductSession();
October 20, 20169 yr Author Log with new setting 20 окт 2016 20H11.log.html Log with new profile 20 окт 2016 20H38.log.html
October 20, 20169 yr Author 2 hours ago, da8ball said: You are getting stuck. He hasn't stuck. He might just cannot reach the object located in the wall at a height slightly greater than the character's height. Although everything can be manually opened and taken.
December 5, 20169 yr Try this code: wManager.wManagerSetting.CurrentSetting.BlackListIfNotCompletePath = false; wManager.wManagerSetting.ClearBlacklistOfCurrentProductSession();
December 5, 20169 yr I had a similar problem with an unclickable npc, try this move near your object and click manually on screen, you can setup multiple clicks on different screen coordinates. maybe a workaround for you <QuestsSorted Action="Wait" NameClass="1000" /> <QuestsSorted Action="RunCode" NameClass="robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 50, 50);" /> <QuestsSorted Action="Wait" NameClass="1000" /> <QuestsSorted Action="RunCode" NameClass="robotManager.Helpful.Mouse.ClickLeft();" /> <QuestsSorted Action="Wait" NameClass="1000" /> <QuestsSorted Action="RunCode" NameClass="robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 50, 40);" /> <QuestsSorted Action="Wait" NameClass="1000" /> <QuestsSorted Action="RunCode" NameClass="robotManager.Helpful.Mouse.ClickLeft();" /> <QuestsSorted Action="Wait" NameClass="2000" /> greetings
Create an account or sign in to comment