Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

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