Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, your profile use probably flying/swimming position
  2. Sorry, I haven't check EU servers. To resolve problem: Close WRobot. Download wManager.dll and move (and replace) file in folder "\WRobot\Bin\". Start WRobot again and skip update
  3. Hello, update wow
  4. Update done
  5. Update in progress
  6. Canceled, new wow version (7.3.5.25881)
  7. Droidz

    WRobot support Wow 7.3.5

    https://wrobot.eu/forums/topic/8329-update-status-patch-735-build-25875/?tab=comments#comment-38037
  8. https://wrobot.eu/forums/topic/8329-update-status-patch-735-build-25875/?tab=comments#comment-38037
  9. Droidz

    Crashes

    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/ ).
  10. Update in progress
  11. Hello, thank you. Wait next update (don't forget to clean taxidb first time than you run next update)
  12. Changed Status to Fixed Changed Version to All
  13. Hello, check if you use last update or contact addon creator
  14. 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/ ).
  15. 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)
  16. Hello, try to close wow, remove folder "Cache" (in wow install folder)
  17. Try var dist = ObjectManager.Target.GetDistance - ObjectManager.Target.CombatReach;
  18. 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);
  19. Bonjour, avez-vous bien configué votre monture volante dans les paramètres de WRobot?
  20. 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)
  21. Hello, for some profile you need to use wow addons http://www.wowinterface.com/downloads/info20838-QuickQuest.html
  22. Hello, in advanced general settings try to increment le min/max latency
  23. 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/ ).
  24. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...