Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try to disable all WRobot plugins (if problem is resolved, enable plugin one per one)
  2. Hello, you bought 1 month subscription (no lifetime), and official servers are no longer supported.
  3. Hello, do you use wow addons? if yes try to disable all
  4. Hello, when this happen again, can you stop bot, select spirit, go to tab "tools", "dev tools", "target info" and share result here
  5. Hello, you have try with another fightclass (to check if it is flightclass problem). Try to activate option (in product settings) attack all
  6. Hello, in advanced general settings tab "food..." put lower value
  7. Hello, blacklisted zones can cause this problem, check tab "Map" if corpse zone is blacklisted.
  8. https://github.com/MOUZU/Blizzard-WoW-Interface/blob/d162a4c0d198a4381b5b6573d975635ed7316702/1.12.1/FrameXML/ContainerFrame.lua#L52 Not tested, but try: local itemIdSearch = 3467; local bag = KEYRING_CONTAINER; for slot = 1,MAX_CONTAINER_ITEMS do local itemLink = GetContainerItemLink(bag,slot); local _, itemCount = GetContainerItemInfo(bag,slot); if itemLink and itemCount then local _,_,itemId = string.find(itemLink, '.*|Hitem:(%d+):.*'); if itemId and tonumber(itemId) == itemIdSearch then print("Key found"); return end end end print("Key no found");
  9. Hello, sorry I never found how to detect keys on vanilla (if someone have lua code for that)
  10. I verified and I don't get this problem (and you are the first to report me this). Do you have errors in log? https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install Slimdx
  11. Hello, use this code to disable looting: wManager.wManagerSetting.CurrentSetting.LootMobs = false;
  12. What code do you use? default radar 3d works?
  13. it is for that, resize window manually, radar3d don't support fullscreen / maximized window
  14. Hello, he miss part of code, where do you have found it?
  15. Hello, tab product settings check if digsite position is good, if you cannot resolve this disable this digsite
  16. Hello, do you run wow in fullscreen or maximized window?
  17. Try to disable your antivirus and download and install WRobot in fresh folder
  18. Hello, https://wrobot.eu/forums/topic/9047-wrobot-doesnt-use-the-recorded-path/?do=findComment&comment=42126
  19. Hello, step 16 https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  20. Hello, try to run "WRobot no dx" to launch WRobot
  21. Hello, wManager.wManagerSetting.CurrentSetting.GroundMountName = "My mount name"; This code is good, do you have error message?
  22. Droidz

    Grinder profiles

    Try to disable all wow addons, and to reinstall WRoboit
  23. Hello, what WRobot write in log when this happen?
×
×
  • Create New...