Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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
  2. Hello, can you disable addon and share log (full log file, not copy/past) of session without addons. Some Wow plugin can do it
  3. Hello, it is not fightclass
  4. 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)
  5. This object appear randomly at random positions?
  6. Hello, in which circumstance? do you have object entry id, and what delay between two click?
  7. 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.
  8. 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
  9. Move dll file in folder "Plugins", launch WRobot, go to tab plugins and enable it
  10. 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/ ).
  11. Hello, try to disable your antivirus
  12. Hello, yes you can with "Party" bot (you can also use this plugin: https://wrobot.eu/files/file/1645-partybot-helper/ )
  13. Hello, it is this quest? https://www.youtube.com/watch?v=_6FpIcxqR8M Try to disable quest setting "Has objective 1"
  14. Changed Status to Not a Bug Changed Version to All
  15. Hello, I added setting to select distance to res: wManager.wManagerSetting.CurrentSetting.RetrieveCorpseMaxDistance (by default 26)
  16. If you can wait next update
  17. Changed Status to Fixed Changed Version to All
  18. In advanced general settings tab "Food/Drink" put your item name in "Food name" and "Drink name"
  19. Move file in folder "FightClass" (and select file in general settings option fightclass)
  20. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  21. Hello, wait next update and tell me if problem is resolved
  22. Hello, try to disable your antivirus/firewall and redownload and reinstall WRobot in new folder
  23. Hello, use event "wManager.Wow.Forms.UserControlMiniMap.OnMouseClickEvent"
×
×
  • Create New...