Jump to content

Droidz

Administrators
  • Posts

    12587
  • 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. 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);
  3. Changed Status to Confirmed Changed Version to All
  4. Changed Status to Confirmed Changed Version to All
  5. The log lines xx:xx:xx - Stop move for food are not written by WRobot, look your plugins, fightclasses, profiles
  6. Hello, I am not sure to understand. But if you want check if it is same object check object GUID
  7. Hello, try to disable your WRobot plugins
  8. Hello, you cannot with default features
  9. Hello, https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=24442
  10. Hello, it is for hide character name when you share your log file on the forum
  11. Hello, try to close (in task manager) all unused process (some proxy or virus can cause this error)
  12. Hello, you play in what version of WOw?
  13. Hello, it is elite mobs?
  14. Use last version, old WRobot versions are detected on some servers
  15. 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.
  16. Droidz

    warning CS1685

    Hello, use last update, if problem is not resolved share full log file.
  17. 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
  18. 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/
  19. 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.
  20. Hello, in your fightclass activate spell option "combat only"
  21. Droidz

    WROBOT ALL TIME CRASH

    Hello, try to remove Wow "cache" folder. Try to reinstall WRobot and add one per one your plugins/fightclasses/profiles
  22. Changed Status to Awaiting Feedback Changed Version to All
  23. Give me link to the cracked version
  24. Hello, I don't understand everything that is written on this site, but this seem more a tools to help Chinese users to install translates/profiles/fightclasses/plugins automatically. I may be wrong, I wait for the opinion of other users.
×
×
  • Create New...