Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you cannot with default features. But you can create c# script to change your settings quickly, you can also try plugin like .
  2. Hello, Can you share your log file please ( ).
  3. do you have try to reinstall WRobot?
  4. hello, try to launch wrobot with shortcut "wrobot no dx"
  5. yes
  6. https://wrobot.eu/bugtracker/error-since-last-update-112-r919/?do=findComment&comment=4550
  7. problem resolved, update again wrobot.
  8. Changed Status to Fixed Changed Version to All
  9. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. When you are in dalaran and you use profile for another zone, try to start WRobot near flightmaster.
  11. do you have try to change folder of your wrobot folder (try to move it to "c:\" or to your desktop)
  12. Hello, You can found your license key here: https://wrobot.eu/clients/purchases/
  13. Hello, try to disable you wow addonds. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. Hello, high number = high priority
  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, your code seem good, check if you haven't another plugins activated (check also if without this plugin wrobot go to trainer to check your trainer settings)
  17. Droidz

    Relogger report bad key

    You have try without vpn (and with Windows you can ignore IP https://support.hidemyass.com/hc/en-us/articles/202720646-How-to-let-websites-and-IPs-bypass-the-VPN-using-static-routing , but check without vpn before)? Do you have try to reinstall WRobot ?
  18. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  19. Update done
  20. Update in progress
  21. Droidz

    Relogger report bad key

    Do you use proxy? if yes try to ignore wrobot
  22. Droidz

    Relogger report bad key

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Hello, replace "_engine.StartEngine(5);" by "_engine.StartEngine(5, "", true);" (and check if you dispose correctly your fightclass)
  24. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install slimdx and disable your antivirus
  25. Hello, try plugin like: using wManager.Wow.Enums; using wManager.Wow.ObjectManager; using wManager.Wow.Bot.Tasks; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (ObjectManager.Me.IsMounted) { MountTask.DismountMount(); } } catch { } }; } public void Dispose() { } public void Settings() { } }
×
×
  • Create New...