Jump to content

Droidz

Administrators
  • Posts

    12456
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hi, If I'm not mistaken, by default Wow uses 0 (and since a few updates the bot forces the use of 0 internally)
  2. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Hello, you have try without fightclass? You get this problem all time when bot start fight?
  5. Hi, yes next time that you get this problem check if NPC is not blacklisted (use radar3d with option to see blacklist enabled). It is recent problem for all? only in Wotlk? you have try to put bigger interact distance?
  6. hello, send me screenshots of untranslatables fields.
  7. Hi, When you edit "wManager.wManagerSetting.CurrentSetting" change is instant. Maybe quest profile change settings, if you save settings when running, quester cannot restore default settings
  8. If you can try with new update and tell me if problem is resolved
  9. I am sorry I don't understand why you have this problem (and I don't remember anyone reporting a similar problem to me)
  10. You haven't changer wow or wrobot of folder? maybe one folder name use special char or access rules
  11. I updated Windows and I use more recent version, I don't get problem. I really think it's a configuration issue. Check that the path to Wow and WRobot is correct in the settings of the relogger
  12. Hello, the problem is that you use grinder and you cannot use option to mount after all farm. try to use this plugin for force to use this option: using System.ComponentModel; using robotManager.FiniteStateMachine; using wManager.Wow.Bot.States; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate(Engine engine, State state, CancelEventArgs cancelable) { try { if (state is Farming) ((Farming)state).AutoMountIfSuccess = true; } catch { } }; } public void Dispose() { } public void Settings() { } } Main.cs
  13. it's a bit mixed, on some image/video you seem to be taking to the wrong NPC because he has the wrong flags (in this case, blacklist the npc with the wrong flag), on other the pathfinder does not appear find a usable path (you should see the logs of the path generated and see if all the destination flightmaster has a correct position in the DB), and other times the bot seems not to find the NPC.
  14. Hi, try wManager.wManagerSetting.GetListZoneBlackListed().RemoveAll(z => z.Comment == "comment to remove"); // or wManager.wManagerSetting.GetListZoneBlackListed().RemoveAll(z => z.GetPosition().DistanceTo(new Vector3(1, 2, 3)) < 0.5);
  15. Hello, you have try to reeinstall WRobot in new folder (to reset all settings)? You get this problem since when?
  16. When you are on the bridge the distance between you and the corpse is less than 40?
  17. Hello, in wow settings don't unlock FPS (and use fps limit like 60 or less)
  18. private bool _retrieveCorpseWindow { get { return Memory.WowMemory.Memory.ReadInt32(0xBD0820 - 0x400000, true) > 0; } }
  19. WRobot go to corpse position if local dialog = StaticPopup_FindVisible('RECOVER_CORPSE_INSTANCE', nil); (if dialog == true) of if you haven't resurect popup
  20. Npc is flagged flightmaster? (dev tool > target info)?
  21. Hey, Add Relogger.exe to project references in visual studio. Relogger plugins is in folder "Plugins\Relogger\" It is sample plugin: Relogger test plugin.cs
  22. Hi, you get this problem in all zones?
×
×
  • Create New...