Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. I need to found cause to resolve problem or found solution to avoid it.
  2. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Can you send me text than appear when you click on "Details einblenden" (screenshot)?
  3. Hello, can you send me position (or profile) where you get this probleme. I would also to know if with new navigation files your world quests profile move between quests with less blockages?
  4. Hello, because you don't need target to cast this spell (it is self cast), put "false" at options "check if target in view" and "check if spell is good distance".
  5. Hello, 1: float radius = 50; foreach (var o in ObjectManager.GetObjectWoWGameObject()) { if (o.IsValid && o.GetDistance < radius && o.CanOpen) { // your code here } } 2: foreach (var o in ObjectManager.GetObjectWoWPlayerTargetMe()) { if (o.IsValid) { // your code here } } or foreach (var o in ObjectManager.GetObjectWoWPlayer()) { if (o.IsValid && o.IsTargetingMe) // o.IsTargetingMeOrMyPet { // your code here } }
  6. And if you don't use this quest profile (try another wrobot product)?
  7. Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Can you try without fightclass (to check cpu usage)
  8. Sorry, I had not looked the forum name before to post link.
  9. 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/ ).
  10. 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/ ).
  11. 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/ ).
  12. Try "WRobot_7.0.3_22522.zip"
  13. 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')
  14. 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?
  15. In wow settings, try to enable/disable "V-Sync"
  16. Hello, you try to use quest profile with grinder bot, try to load this profile with "Quester" product.
  17. In you fightclass do you use frequently option "not spell is c# code"?
  18. Hello, check in your "do not sell list" (in advanced generals settings), to sell items you can also use wow addon.
  19. Bonjour, utiliser le bot "Automaton"
  20. Hello, disable option "Use Click To Move..." and activate option "Use lua to move" in advanced general settings.
  21. 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).
  22. 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.
×
×
  • Create New...