Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Update done
  2. Helle, please update wrobot
  3. Changed Status to Fixed Changed Version to All
  4. Droidz

    WRobot support Wow 7.3.5

  5. Update in progress
  6. Changed Status to Fixed Changed Version to All
  7. Changed Status to Fixed Changed Version to All
  8. In "Product settings" click on button "Profile settings (enable/disable quests/steps)" and disable first step
  9. It is your profile Edit him and remove line (in first step) : wManager.wManagerSetting.CurrentSetting.SellGreen = true;
  10. Update done
  11. https://wrobot.eu/forums/topic/8457-update-status-patch-735-build-25946/
  12. Droidz

    WRobot support Wow 7.3.5

    https://wrobot.eu/forums/topic/8457-update-status-patch-735-build-25946/
  13. Update in progress
  14. Hello, wait next update I'll add option "Bobber search time" and "Wait time before interact" (put bigger value)
  15. Hello, wait next update I'll add option "Bobber search time" and "Wait time before interact" (put bigger value)
  16. Are you sure that you are no in US realms? because I don't think than NA realms exist.
  17. Are you sure about "NA"?
  18. Before to launch Wow in 32bit, you can try to edit with notepad file "\World of Warcraft\WTF\Config.wtf" and replace SET portal "EU" by SET portal "NA"
  19. Hello, do you have try with this events wManager.Events.MovementEvents.OnPulseStuckResolver += delegate(CancelEventArgs cancelable) { }; wManager.Events.MovementEvents.OnSeemStuck += delegate { }; You can try to check status if you want run this code only when you farming if (robotManager.Helpful.Logging.Status == "Farming") (you can also read last log)
  20. Blacklist object/unit in ObjectManager WRobot will 100% ignore blacklisted objects WoWUnit unit = new WoWUnit(0); if (unit.IsValid && !wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Contains(unit.Guid)) wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Add(unit.Guid); (this code can disrupt WRobot, use it only if you know what you're doing)
  21. If you can wait next update
  22. Hello, I cannot help you more, my settings:
  23. Can you share log of session where you run this profile
×
×
  • Create New...