Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  2. https://wrobot.eu/forums/topic/10041-tauri-wrobot-detected/?do=findComment&comment=51882
  3. Hello, Can you give me more information like your level, the bot you use (gatherer, grinder, ...), if you tried without plugins/fightclass and with another profile?
  4. Hello, On the old subscriptions it was specified for private server because there were subscriptions for official server too, now that WRobot is a bot for private server only it is no longer mentioned.
  5. Hello, seem not WRobot error, but problem with one of your profile/fightclass/plugin. Try to update all your profiles/fightclasses/plugins. Try to update Windows and framework/visualc++. Check you firewall, if your problem is not resolved try to contact creator
  6. Hello, disable all Wow addons and try again
  7. Hello, if you use bot to run code, you can run normal code and use https://wowwiki.fandom.com/wiki/API_RunMacroText
  8. Hello, What do you mean by "time out"?
  9. Hello, try plugin like (no tested, and you need to check if the position of the island is correct. Stop bot GM Island.cs
  10. Hello, can you share log (or from/to position )
  11. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  12. You can try code like (no tested): if not _oldGetTime then _oldGetTime = GetTime; _randomTime = math.random(1000, 86400); function GetTime() return _oldGetTime() + _randomTime; end end it should not cause problem to the bot and addons (and use custom variable name).
  13. Can you try to disable all WRobot plugins, and try with another fightclass/profile to check if you get this problem again
  14. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install required softwares) 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/ ).
  15. Hello, you have added vendor in you profile or npc db?
  16. Hello, disable smooth option and disable wow addons
  17. I need full log file to understand what happen. But servers are online, and your log seem clean
  18. Hello, try to remove wow cache folder and if problem is not resolve to download another wow client (in another website). If the problem persists as Matenia says, share the crash log (in the wow error folder). You can also try to disable wrobot plugin,, try with another profile/fightclasses and try to launch WRobot with shortcut "WRobot no dx"
  19. Hello, if you want press key to external program window use code like: Replace ExeFileNameWithoutExtension by file name (without .exe) You can replace F1 by https://docs.microsoft.com/fr-fr/dotnet/api/system.windows.forms.keys?view=netframework-4.7.2 If you want press key to Wow window:
  20. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...