Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Changed Status to Added Changed Version to All
  2. read this logs are in "Logs" folder
  3. Try this plugin LootMaxDistanceZ.cs : using System.ComponentModel; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.LootingEvents.OnLootingPulse += delegate (WoWUnit unit, CancelEventArgs cancelable) { try { if (unit.GetDistanceZ > 15) { wManager.wManagerSetting.AddBlackList(unit.Guid, 1000 * 60, true); cancelable.Cancel = true; } } catch {} }; } public void Dispose() { } public void Settings() { } } (replace 15 (line 12) by max Z distance)
  4. You get only problem to loot?
  5. the one closest to your profile (if WRobot can make good path to go to)
  6. Hello, you play in what wow version? ( https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/ )
  7. Hello, WRobot check distance 2d
  8. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install slimdx, framework and vc++), disable your antivirus and redownload and reinstall WRobot in new folder
  9. Hello, download WRobot here https://wrobot.eu/files/file/2-wrobot-official/ extract and launch "Updater.exe" and in product version select your game version
  10. All sessions create log, read this to share your logs https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  11. Droidz

    Error

    Hello, Can you share your code (line where you use UseItem())
  12. Hello, try to use paypal
  13. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) (or sessions closed).
  14. Yes problem is normally resolved with the new update
  15. I'll resolve problem quickly
  16. You use relogger app?
  17. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. Hello, use: robotManager.Events.LoggingEvents.OnAddLog += delegate (robotManager.Helpful.Logging.Log log) { if (log != null && !string.IsNullOrWhiteSpace(log.Text) && log.LogType == robotManager.Helpful.Logging.LogType.Error && log.Text == "Character changed, closing bot.") { System.Diagnostics.Process.GetCurrentProcess().Kill(); } }; (run this code one time)
  19. Hello, you play in what wow version?
  20. Hello, try to disable all wow addons and try to increment your min/max latency in advanced general settings
  21. Hello, you can try also step 14: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  22. 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, check if you use gatherer profile (and not grinder or quester), if problem is not resolved try to install WRobot in new folder
×
×
  • Create New...