Jump to content

Droidz

Administrators
  • Posts

    12601
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, he miss part of code, where do you have found it?
  2. Hello, tab product settings check if digsite position is good, if you cannot resolve this disable this digsite
  3. Hello, do you run wow in fullscreen or maximized window?
  4. Try to disable your antivirus and download and install WRobot in fresh folder
  5. why not use quest type followpath?
  6. Hello, https://wrobot.eu/forums/topic/9047-wrobot-doesnt-use-the-recorded-path/?do=findComment&comment=42126
  7. Hello, step 16 https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  8. Hello, try to run "WRobot no dx" to launch WRobot
  9. Hello, wManager.wManagerSetting.CurrentSetting.GroundMountName = "My mount name"; This code is good, do you have error message?
  10. Droidz

    Grinder profiles

    Try to disable all wow addons, and to reinstall WRoboit
  11. Hello, what WRobot write in log when this happen?
  12. Hello, https://wrobot.eu/forums/topic/8675-freakz-launcher/
  13. Hello, try with another fightclass
  14. Hello, can you give me detail about your problem
  15. 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
  16. Hello, can you disable addon and share log (full log file, not copy/past) of session without addons. Some Wow plugin can do it
  17. Hello, it is not fightclass
  18. 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)
  19. This object appear randomly at random positions?
  20. Hello, in which circumstance? do you have object entry id, and what delay between two click?
  21. Hello, about how to apply poisons search on the forum and look existing fightclasses, about change regen system in BG you need good programming skill and you need to know WRobot API.
  22. Hello, you can try to use lua codition https://wow.gamepedia.com/API_UnitCastingInfo: local name, text, texture, startTimeMS, endTimeMS, isTradeSkill, castID, notInterruptible, spellId = UnitCastingInfo("player") if name then local finish = GetTime() - startTimeMS/1000 local casttime = (endTimeMS - startTimeMS) /1000 local p = finish * 100 / casttime print(name .. ' casting ' .. p .. ' %.') end
  23. Move dll file in folder "Plugins", launch WRobot, go to tab plugins and enable it
  24. Droidz

    Grinder profiles

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  25. Hello, try to disable your antivirus
×
×
  • Create New...