Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, step 16 https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  2. Hello, try to run "WRobot no dx" to launch WRobot
  3. Hello, wManager.wManagerSetting.CurrentSetting.GroundMountName = "My mount name"; This code is good, do you have error message?
  4. Droidz

    Grinder profiles

    Try to disable all wow addons, and to reinstall WRoboit
  5. Hello, what WRobot write in log when this happen?
  6. Hello, https://wrobot.eu/forums/topic/8675-freakz-launcher/
  7. Hello, try with another fightclass
  8. Hello, can you give me detail about your problem
  9. 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
  10. Hello, can you disable addon and share log (full log file, not copy/past) of session without addons. Some Wow plugin can do it
  11. Hello, it is not fightclass
  12. 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)
  13. This object appear randomly at random positions?
  14. Hello, in which circumstance? do you have object entry id, and what delay between two click?
  15. 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.
  16. 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
  17. Move dll file in folder "Plugins", launch WRobot, go to tab plugins and enable it
  18. 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/ ).
  19. Hello, try to disable your antivirus
  20. Hello, yes you can with "Party" bot (you can also use this plugin: https://wrobot.eu/files/file/1645-partybot-helper/ )
  21. Hello, it is this quest? https://www.youtube.com/watch?v=_6FpIcxqR8M Try to disable quest setting "Has objective 1"
  22. Changed Status to Not a Bug Changed Version to All
  23. Hello, I added setting to select distance to res: wManager.wManagerSetting.CurrentSetting.RetrieveCorpseMaxDistance (by default 26)
  24. If you can wait next update
×
×
  • Create New...