Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  2. Hello, no, if the mobs to target is in combat, you need to activate option "Can attack units already in combat" (in advanced general settings), you can also try to increment option "Max Units Near". if your problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. I understand, but you are alone to get this problem, the problem is probably caused by your wow/wrobot install/settings, I try to help you to resolved this. Try to reinstall WRobot, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Hello, I don't know if he has method to do it automaticly, but you can manually check with CSharp condition like: ObjectManager.Me.Entry != 575 (for http://db.vanillagaming.org/?npc=575#wh-comments , replace 575 bu mob entry id, you can found entry id in grinder profiles editor or in 'dev... tools' tab 'tools')
  5. CPU usage of WRobot seem good, but I don't understand why you have a lot of "Visual C# command line compiler" process, you have this process only when wrobot is running? do you have try to repair/reinstall framework and wrobot?
  6. In wow settings, try to enable/disable "V-Sync"
  7. Hello, you try to use quest profile with grinder bot, try to load this profile with "Quester" product.
  8. In you fightclass do you use frequently option "not spell is c# code"?
  9. Hello, check in your "do not sell list" (in advanced generals settings), to sell items you can also use wow addon.
  10. Bonjour, utiliser le bot "Automaton"
  11. Hello, disable option "Use Click To Move..." and activate option "Use lua to move" in advanced general settings.
  12. 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).
  13. 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.
  14. 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)
  15. Hello, you can convert it manually, but to do this you need to have good know in HB and WRobot API.
  16. 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;
  17. 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();
  18. 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();
  19. Hello, http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  20. Do you have try this: http://wrobot.eu/forums/topic/5116-after-todays-update-for-wrobot/?do=findComment&comment=23709
×
×
  • Create New...