Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Bonjour, utiliser le bot "Automaton"
  2. Hello, disable option "Use Click To Move..." and activate option "Use lua to move" in advanced general settings.
  3. Bonjour, je ne sais pas ce qui peut causer ce problème. Essayer de réinstaller WRobot (vous pouvez garder votre installation actuelle de coté au cas ou le problème ne viendrait pas de la). Vous pouvez également essayer d'utiliser WRobot dans une machine virtuel (avec vmware par exemple).
  4. Hello, path generated from <Vector3 X="2031.8" Y="4845.2" Z="149.1" /> to <Vector3 X="2008.954" Y="4869.281" Z="138.7275" /> and no problem 2017-02-18_12-05-36.mp4. If you are stuck frequently in same zone, add the zone to the blacklist (in your profile or in tab "Tools"), WRobot will try to avoid zone.
  5. Hello, use quest type UseItemOn, but before pulse this step add step type runcode with c# code; wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(123456); (replace 123456 by the entry id of gameobject at havest)
  6. Hello, you can convert it manually, but to do this you need to have good know in HB and WRobot API.
  7. Look in your log to find reason.
  8. Try to change settings (this settings fix falls problem, but this settings can add problems, don't forget to reset it): wManager.wManagerSetting.CurrentSetting.WallDistancePathFinder = 0.5f; // wManager.wManagerSetting.CurrentSetting.PathFinderPostionOffset = 1.5f;
  9. if (wManager.Wow.Helpers.PathFinder.OffMeshConnections.MeshConnection == null || wManager.Wow.Helpers.PathFinder.OffMeshConnections.MeshConnection.Count <= 0) wManager.Wow.Helpers.PathFinder.OffMeshConnections.Load(); var me = new List<PathFinder.OffMeshConnection> { new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(5329.017, 1475.776, 104.4991), new Vector3(5314.128, 1482.414, 98.59454) }, (int) wManager.Wow.Enums.ContinentId.Draenor), new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(5314.128, 1482.414, 98.59454), new Vector3(5329.017, 1475.776, 104.4991) }, (int) wManager.Wow.Enums.ContinentId.Draenor), }; wManager.Wow.Helpers.PathFinder.OffMeshConnections.MeshConnection.AddRange(me); //wManager.Wow.Helpers.PathFinder.OffMeshConnections.Save();
  10. if (wManager.Wow.Helpers.PathFinder.OffMeshConnections.MeshConnection == null || wManager.Wow.Helpers.PathFinder.OffMeshConnections.MeshConnection.Count <= 0) wManager.Wow.Helpers.PathFinder.OffMeshConnections.Load(); var me = new List<PathFinder.OffMeshConnection> { new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(4167.176, -2293.402, 59.9585), new Vector3(4167.222, -2319.793, 64.63189) }, (int) wManager.Wow.Enums.ContinentId.TanaanJungleIntro), new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(4167.222, -2319.793, 64.63189), new Vector3(4167.176, -2293.402, 59.9585) }, (int) wManager.Wow.Enums.ContinentId.TanaanJungleIntro), }; wManager.Wow.Helpers.PathFinder.OffMeshConnections.MeshConnection.AddRange(me); //wManager.Wow.Helpers.PathFinder.OffMeshConnections.Save();
  11. Hello, http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  12. Do you have try this: http://wrobot.eu/forums/topic/5116-after-todays-update-for-wrobot/?do=findComment&comment=23709
  13. To fix this problem, run this c# code (before this step or at profile start): if (wManager.Wow.Helpers.PathFinder.OffMeshConnections.MeshConnection == null || wManager.Wow.Helpers.PathFinder.OffMeshConnections.MeshConnection.Count <= 0) wManager.Wow.Helpers.PathFinder.OffMeshConnections.Load(); var me = new List<PathFinder.OffMeshConnection> { new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(-14240.09, 326.9852, 24.45414), new Vector3(-14269.62, 349.9516, 32.49757) }, (int) wManager.Wow.Enums.ContinentId.Azeroth), new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(-14269.62, 349.9516, 32.49757), new Vector3(-14240.09, 326.9852, 24.45414) }, (int) wManager.Wow.Enums.ContinentId.Azeroth) }; wManager.Wow.Helpers.PathFinder.OffMeshConnections.MeshConnection.AddRange(me); //wManager.Wow.Helpers.PathFinder.OffMeshConnections.Save();
  14. @bryan2986 @mich125 you use Sky Golem?
  15. In avanced general settings tab "Path-finding" try to disable option "Avoid walls with ray (beta)".
  16. Thank you, can you send me from/to positions where you stuck please.
  17. Droidz

    Problème de /abs

    Bonjour, essayé d'activer l'option "Use lua to move" dans "advanced general settings".
  18. Droidz

    pathing again

    It is automatic
  19. Hello, try to use another web brower.
  20. Hello, can you try to close all WRobot windows and remove folder "WRobot\Data\Meshes\". If your problem is not resolved can you give me position where your are stuck (with map name), can you also share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  21. Droidz

    pathing again

    All maps of WRobot for legion are update.
  22. Droidz

    Starting bot

    Hello, it is not wrobot bug, but problem is probably caused by your profile.
  23. Hello, in relogger general settings, in wrobot path option select file name like "UqtfGgP.exe" (not select file "WRobot.exe"). Edit: Now you need to select again WRobot.exe
×
×
  • Create New...