Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, I replied by private message, you can found old verisons here https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  2. Hello, can you share here dll
  3. Hello, you get same problem with "Auction" product (when he go to mailbox)? Do you use wow addons?
  4. Hello, wait next update and run WRobot with shortcut "WRobot No DX"
  5. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) (when wrobot blacklist your vendor).
  6. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  8. Hello, you cannot blacklist for combat or loot only with default feature. For blacklist current target for 120 sec for all tasks with default feature: wManager.wManagerSetting.AddBlackList(wManager.Wow.ObjectManager.ObjectManager.Me.Target, 1000 * 120, true); You can create your own blacklist system (for combat only in this sample) like: System.Collections.Generic.List<object> myGuidBlacklist = new System.Collections.Generic.List<object>(); // (you can replace "object" by "Int128" or "ulong") wManager.Events.FightEvents.OnFightStart += (wManager.Wow.ObjectManager.WoWUnit unit, System.ComponentModel.CancelEventArgs cancelable) => { if (myGuidBlacklist.Contains(unit.Guid)) cancelable.Cancel = true; }; // .......... // blacklist my target myGuidBlacklist.Add(wManager.Wow.ObjectManager.ObjectManager.Me.Target);
  9. Changed Status to Confirmed Changed Version to All
  10. Changed Status to Confirmed Changed Version to All
  11. The log lines xx:xx:xx - Stop move for food are not written by WRobot, look your plugins, fightclasses, profiles
  12. Hello, I am not sure to understand. But if you want check if it is same object check object GUID
  13. Hello, try to disable your WRobot plugins
  14. Hello, you cannot with default features
  15. Hello, https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=24442
  16. Hello, it is for hide character name when you share your log file on the forum
  17. Hello, try to close (in task manager) all unused process (some proxy or virus can cause this error)
  18. Hello, you play in what version of WOw?
  19. Hello, it is elite mobs?
  20. Use last version, old WRobot versions are detected on some servers
  21. Droidz

    Ban wave - 9 March 2018

    Hello, I do not hide the situation, using WRobot is risky (it's all the time written when you starting the bot since Wow 7.3). The latest update has fixed a detection vector, bliz has added a new one since. I will try to not finish like the others, I managed to find solutions where they have not found, I do what I can, I'll stop if/when I'll no find solutions.
  22. Droidz

    warning CS1685

    Hello, use last update, if problem is not resolved share full log file.
  23. Hello, Banwave hit again WRobot (on retail). I search the new detection verctor used by bliz, WRobot is currently detected, run it only if you know what you are doing! I'll release new version and post a new news when I get more info. You can discuss about this here: https://wrobot.eu/forums/topic/8666-ban-wave/
  24. Hello, Banwave hit again WRobot (on retail). I search the new detection verctor used by bliz, WRobot is currently detected, run it only if you know what you are doing! I'll release new version and post a new news when I get more info. You can discuss about this here: https://wrobot.eu/forums/topic/8666-ban-wave/ View full article
  25. I have some Chinese resellers (they sell keys/giftcards on QQ). In you zip all WRobot file are original. On the website I found only guides and the software"AMT.WR.Helper" (I test this program in VM, it seem only to help Chinese users to install fightclasses/plugins/profiles and WRobot translate). I don't speak Chinese I can be wrong, if someone has a proof and can send me the "crack" I try to resolve the problem quickly.
×
×
  • Create New...