Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, can you share here dll
  2. Hello, you get same problem with "Auction" product (when he go to mailbox)? Do you use wow addons?
  3. Hello, wait next update and run WRobot with shortcut "WRobot No DX"
  4. 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).
  5. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  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, 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);
  8. Changed Status to Confirmed Changed Version to All
  9. Changed Status to Confirmed Changed Version to All
  10. The log lines xx:xx:xx - Stop move for food are not written by WRobot, look your plugins, fightclasses, profiles
  11. Hello, I am not sure to understand. But if you want check if it is same object check object GUID
  12. Hello, you cannot with default features
  13. Hello, https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=24442
  14. Hello, it is for hide character name when you share your log file on the forum
  15. Hello, try to close (in task manager) all unused process (some proxy or virus can cause this error)
  16. Use last version, old WRobot versions are detected on some servers
  17. 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.
  18. Droidz

    warning CS1685

    Hello, use last update, if problem is not resolved share full log file.
  19. 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
  20. 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/
  21. 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...