Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. You are sure than you are alone to use your key?
  2. Hello, if target don't move, you can try to put small search distance
  3. Droidz

    Cant open 3 sesson WR

    Hello, try to reinstall WRobot https://wrobot.eu/forums/topic/9656-cant-run-10-sessions/
  4. https://wrobot.eu/forums/topic/9720-problem-with-the-key/?tab=comments#comment-45239
  5. hello, when you launch "Updater" to install WRobot, change product version (select version for vanilla)
  6. Hello, try to active option "Use lua to move" and to increment your min/max latency
  7. Bonjour, quelle est le message d'erreur?
  8. Hello, use dnLib
  9. https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/?page=3&tab=comments#comment-45207
  10. 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.
  11. https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/
  12. try to increment min/max latency
  13. 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
  14. 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() { } }
  15. Hello, try to launch WRobot with shortcut "WRobot no dx"
  16. 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)
  17. Hello, you use upper/lower cases?
  18. Hello, you have already requested it in private, I replied why post it in public? I gave you a free subscription to play on PTR servers at the bot "Party" (WRobot does not support PTR servers for a long time), for you free subscription you have never helped a member of the community, or even shared a file for more than 2 years https://wrobot.eu/profile/30087-phoenix222/content/. You've got free access for more than 2 years, you are already lucky.
  19. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  20. Hello, use C# condition, for mana percent: ObjectManager.Pet.ManaPercentage > 50 for mana points: ObjectManager.Pet.Mana > 50
  21. Hello try to increment min/max latency in advanced general settings (you have also option in product settings )
  22. In your log you seem lost internet connection sometime. Try to edit with notepad the file "WRobot\Settings\WRobotGlobalSetting.xml" and change value in CloseIfCannotLoginWowMinutes (by default 2 minutes, replace 2 by your delay to close WRobot if cannot login wow, put bigger value). Check also in relogger app if you have activated "lock when launch" option in general setting
  23. Hello, What do you use to show cpu %, ping, temperature? try to disable this
  24. Hello, your license expire in 2025, you can found expire date here https://wrobot.eu/clients/purchases/
  25. https://wrobot.eu/forums/topic/9689-key-doesnt-work/?do=findComment&comment=45072
×
×
  • Create New...