Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, sorry I never found how to detect keys on vanilla (if someone have lua code for that)
  2. I verified and I don't get this problem (and you are the first to report me this). Do you have errors in log? https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install Slimdx
  3. Hello, use this code to disable looting: wManager.wManagerSetting.CurrentSetting.LootMobs = false;
  4. What code do you use? default radar 3d works?
  5. it is for that, resize window manually, radar3d don't support fullscreen / maximized window
  6. Hello, he miss part of code, where do you have found it?
  7. Hello, tab product settings check if digsite position is good, if you cannot resolve this disable this digsite
  8. Hello, do you run wow in fullscreen or maximized window?
  9. Try to disable your antivirus and download and install WRobot in fresh folder
  10. why not use quest type followpath?
  11. Hello, https://wrobot.eu/forums/topic/9047-wrobot-doesnt-use-the-recorded-path/?do=findComment&comment=42126
  12. Hello, step 16 https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  13. Hello, try to run "WRobot no dx" to launch WRobot
  14. Hello, wManager.wManagerSetting.CurrentSetting.GroundMountName = "My mount name"; This code is good, do you have error message?
  15. Droidz

    Grinder profiles

    Try to disable all wow addons, and to reinstall WRoboit
  16. Hello, what WRobot write in log when this happen?
  17. Hello, https://wrobot.eu/forums/topic/8675-freakz-launcher/
  18. Hello, try with another fightclass
  19. Hello, can you give me detail about your problem
  20. Hello, try to activate radar 3d (tab "Map", dont forget to active option to show blacklist) to check if your profile blacklist zones are good
  21. Hello, can you disable addon and share log (full log file, not copy/past) of session without addons. Some Wow plugin can do it
  22. Hello, it is not fightclass
  23. Try code like while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) { var o = wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWGameObject(wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(218889)); if (!o.IsValid) break; wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress); Thread.Sleep(100); } (use quest profile and overidepulse... quest type)
  24. This object appear randomly at random positions?
×
×
  • Create New...