Jump to content

Droidz

Administrators
  • Posts

    12596
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, 1. Yes 2. Check if you use grinder (and not quester or gatherer profile), and if you use vanilla profile. 3. Yes, look this: https://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/ 4. Try to disable your wow addons, if problem is not resolved try to increment your min/max latency (in advanced general settings).
  2. Yes it is based on https://wow.gamepedia.com/API_GetQuestsCompleted
  3. Droidz

    Mailing Issues Vanilla

    https://wrobot.eu/forums/topic/9731-mailing-issues/
  4. Hello, do you use wow addons? if yes disable all. Do you have try to increment min/max latency
  5. Vous jouez sur quelle version de WOw?
  6. Do you use wow addons? if yes try to disable all
  7. hello, https://wrobot.eu/forums/topic/4346-deactivate-activate-plugins-in-quest-profiles/?do=findComment&comment=20171 (put code in one line)
  8. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. You are sure than you are alone to use your key?
  10. Hello, if target don't move, you can try to put small search distance
  11. Droidz

    Cant open 3 sesson WR

    Hello, try to reinstall WRobot https://wrobot.eu/forums/topic/9656-cant-run-10-sessions/
  12. https://wrobot.eu/forums/topic/9720-problem-with-the-key/?tab=comments#comment-45239
  13. hello, when you launch "Updater" to install WRobot, change product version (select version for vanilla)
  14. Hello, try to active option "Use lua to move" and to increment your min/max latency
  15. Bonjour, quelle est le message d'erreur?
  16. Hello, use dnLib
  17. https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/?page=3&tab=comments#comment-45207
  18. Hello, I again added security code, I hope than this time its good. To wait to be sure than problem are resolved, I recommend to use this plugin: https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/?do=findComment&comment=45114 When problem will resolved I will add subscription days to your accounts.
  19. https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/
  20. try to increment min/max latency
  21. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Check if you use Wotlk profile
  22. Try : PathFinderPathIfDown.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.LoggingEvents.OnAddLog += delegate(robotManager.Helpful.Logging.Log log) { try { if (log.Text.StartsWith("GetRequest(string url=\"http://pathfinder") || log.Text.StartsWith("GetRequest(string url=\"https://pathfinder")) { robotManager.Products.Products.InPause = true; wManager.Wow.Helpers.MovementManager.StopMove(); robotManager.Helpful.Logging.Write("In pause because pathfinder server seem down"); } } catch { } }; } public void Dispose() { } public void Settings() { } }
  23. Hello, try to launch WRobot with shortcut "WRobot no dx"
  24. Sorry, I added again codes I hope than this time is good. Try to use this plugin: PathFinderRequestTimeoutMs.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.wManagerSetting.CurrentSetting.PathFinderRequestTimeoutMs = 60 * 1000; } public void Dispose() { } public void Settings() { } } (default time is 12 seconds)
×
×
  • Create New...