Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. It is still possible that WRobot is detected, but I found nothing, and it is true that the GM seems actives, and that when you had a ban one time it is hard to bot again, but nothing that shows than WRobot is detected for the moment.
  2. And you have never get ban before with this IP ? Client ? Computer? or run several Wow instance at the same time with same ip/computer/client?
  3. wManager.wManagerSetting.CurrentSetting.RecordChatInLog
  4. (ref: https://wrobot.eu/forums/topic/10214-why-do-you-pref-wrobot/?do=findComment&comment=48444 )
  5. can you share full log file please
  6. hello, I can try to slip your key in several key with less sessions (you can try to use one key per computer). In relogger settings, you have activater "look relogger when laun..."?
  7. Hello, you have try to install in new folder? you haven't any error?
  8. Hello, disable option in advanced general settings tab security...
  9. Hello, it is not in tab tools "Blacklist editor"
  10. Hello, when is the last time that this offmesheconnection worked?
  11. Hello, you haven't license, and normally current version is not detected (no detection feedback for now, but to be safe, don't use WRobot on you main account).
  12. Droidz

    Relogger

    Hello, try to close wrobot and relogger and remove the file "WRobot\Settings\RobotManagerGlobalSetting.xml"
  13. try to use shortcut 'WRobot no dx' to launch WRobot, or to download another wow client
  14. wait next update
  15. thank you if you can try with new update
  16. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  17. Hello, in advanced general settings tab farming... you can add objects list of objects to not harvests.
  18. I'll release update in few minutes, wait and tell me if you get again problems
  19. I remove "GetHashCode()" (this added bugs to WRobot)
  20. Hello, you can download this version here: http://download.wrobot.eu/wrobot/oldversion/WRobot_7.1.5_23420.zip
  21. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. About the 4, you get this problem when you start to attack mob when you on mount? (and your fightclass have not available spell to use?) if yes this will be fixed in next update also
  23. Hello, thank you, I added it, wait next update: public override int GetHashCode() { try { return (X.GetHashCode() * 397 ^ Y.GetHashCode()) * 397 ^ Z.GetHashCode(); } catch { } return 0; } public override bool Equals(object obj) { try { var v = obj as Vector3; if (v == null) return false; return X == v.X && Y == v.Y && Z == v.Z; } catch { } return false; }
×
×
  • Create New...