Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, in which circumstance? do you have object entry id, and what delay between two click?
  2. 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.
  3. 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
  4. Move dll file in folder "Plugins", launch WRobot, go to tab plugins and enable it
  5. 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/ ).
  6. Hello, try to disable your antivirus
  7. Hello, yes you can with "Party" bot (you can also use this plugin: https://wrobot.eu/files/file/1645-partybot-helper/ )
  8. Hello, it is this quest? https://www.youtube.com/watch?v=_6FpIcxqR8M Try to disable quest setting "Has objective 1"
  9. Changed Status to Not a Bug Changed Version to All
  10. Hello, I added setting to select distance to res: wManager.wManagerSetting.CurrentSetting.RetrieveCorpseMaxDistance (by default 26)
  11. If you can wait next update
  12. Changed Status to Fixed Changed Version to All
  13. In advanced general settings tab "Food/Drink" put your item name in "Food name" and "Drink name"
  14. Move file in folder "FightClass" (and select file in general settings option fightclass)
  15. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Hello, wait next update and tell me if problem is resolved
  17. Hello, try to disable your antivirus/firewall and redownload and reinstall WRobot in new folder
  18. Hello, use event "wManager.Wow.Forms.UserControlMiniMap.OnMouseClickEvent"
  19. Hello, WRobot no longer (and won't) update for live (Blizz) servers. I'll probably add BfA private servers support (and 64bit) when Blizz will release next extension (9.x.x).
  20. Droidz

    Record Profiles

    Hello, I would like but it is not possible (or too complicated) to add.
  21. Hello, sorry I not planned to add more functions in remote featre
  22. Hello, WRobot do it. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...