Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

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

    Grinder profiles

    Try to disable all wow addons, and to reinstall WRoboit
  10. Hello, what WRobot write in log when this happen?
  11. Hello, https://wrobot.eu/forums/topic/8675-freakz-launcher/
  12. Hello, try with another fightclass
  13. Hello, can you give me detail about your problem
  14. 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
  15. Hello, can you disable addon and share log (full log file, not copy/past) of session without addons. Some Wow plugin can do it
  16. Hello, it is not fightclass
  17. 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)
  18. This object appear randomly at random positions?
  19. Hello, in which circumstance? do you have object entry id, and what delay between two click?
  20. 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.
  21. 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
  22. Move dll file in folder "Plugins", launch WRobot, go to tab plugins and enable it
  23. 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/ ).
  24. Hello, try to disable your antivirus
  25. Hello, yes you can with "Party" bot (you can also use this plugin: https://wrobot.eu/files/file/1645-partybot-helper/ )
×
×
  • Create New...