Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, check if you use last update or contact addon creator
  2. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Try code like (not tested) ulong lastTarget = 0; wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (lastTarget == target) return; if (!Logging.Status.StartsWith("Farm")) return; var o = ObjectManager.GetObjectByGuid(target); if (o.IsValid && o.Type == WoWObjectType.GameObject) { var go = new WoWGameObject(o.GetBaseAddress); if (go.IsValid) { lastTarget = target; cancelable.Cancel = true; Interact.InteractGameObject(target); Thread.Sleep(1500); } } } catch { } }; (run this code one time per session)
  4. Hello, try to close wow, remove folder "Cache" (in wow install folder)
  5. Try var dist = ObjectManager.Target.GetDistance - ObjectManager.Target.CombatReach;
  6. Hello, The cost change (http://masagroup.github.io/recastdetour/classdtQueryFilter.html#details) m_filter->setAreaCost((int)PolyArea::POLYAREA_GROUND, 1.0f); m_filter->setAreaCost((int)PolyArea::POLYAREA_DANGER, 2.0f); m_filter->setAreaCost((int)PolyArea::POLYAREA_BIGDANGER, 15.0f);
  7. Bonjour, avez-vous bien configué votre monture volante dans les paramètres de WRobot?
  8. Hello, try to disable wow addons, wrobot plugin (you can try to reinstall wrobot and put only profile and fightclass). To manage mouvement when you use WRotation activate option "ManageMovementCheckBox" (in product settings)
  9. Hello, for some profile you need to use wow addons http://www.wowinterface.com/downloads/info20838-QuickQuest.html
  10. Hello, in advanced general settings try to increment le min/max latency
  11. Droidz

    Krol the blade farm

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  12. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Hello, activate option "Pvp mode" in product settings
  14. Hello, increment min/max latency in advanced general settings
  15. I'll add this
  16. Hello, increment your min/max latency in advanced general settings
  17. Droidz

    Login Problem

    Hello, try to reinstall WRobot.
  18. Problem resolved, update wrobot
  19. Hello, I cannot reproduct the problem, position (tab 'product settings) of "Руины Заркенара" is correct?
  20. Yes Wowhead have forget this spell https://wow.gamepedia.com/Flight_Master's_License
×
×
  • Create New...