Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    wrobot freezing

    I can only solve the problem if you have this problem with WRobot without plugin, profile (test several) and fightclass (test several). Otherwise you have to find the plugin / profile / fightclass that causing the problem and see with the creator, if the creator tells me that the problem comes from WRobot because it occurs when it uses X method in this case I could solve.
  2. Hello, you are sure that you don't use product option "Back to last profile position"? By default WRobot back to the nearest profile position.
  3. Bonjour, pouvez vous enregistrer une video et partager le fichier log de la session.
  4. Hello, no special log?
  5. try wManager.wManagerSetting.CurrentSetting.BuyList.RemoveAll(b => b.ItemName == "Instant Poison"); // remove existing var itemToBuy = new wManager.Wow.Class.Buy { ItemName = "Instant Poison", VendorItemClass = wManager.Wow.Class.Npc.NpcVendorItemClass.Consumable, GoToVendorIfQuantityLessOrEqual = 5, Quantity = 20, ScriptCanCondition = "return ObjectManager.Me.Level > 20;" }; wManager.wManagerSetting.CurrentSetting.BuyList.Add(itemToBuy);
  6. Try this code: var itemToBuy = new wManager.Wow.Class.Buy { ItemName = "Instant Poison", VendorItemClass = wManager.Wow.Class.Npc.NpcVendorItemClass.Consumable, GoToVendorIfQuantityLessOrEqual = 5, Quantity = 20, ScriptCanCondition = "return ObjectManager.Me.Level >20 && ObjectManager.Me.WowClass == WoWClass.Rogue;" }; wManager.wManagerSetting.CurrentSetting.BuyList.Add(itemToBuy);
  7. Hello, you want do it with code or with interface?
  8. Hello, try to disable proxy and vpn (check also if you use custom windows hosts file)
  9. Droidz

    wrobot freezing

    You are allone to report me this problem. Try in VM with new wrobot install, new wow install (redownload) to be sure. If problem is not resolved try to dump wrobot process and share file with me by private message https://m-files.force.com/s/article/Creating-a-memory-dump-from-a-specific-process-with-Task-Manager
  10. Droidz

    wrobot freezing

    Hey, if you speak about https://wrobot.eu/bugtracker/bug-ingame-error-stack-overflow-r1392/?tab=comments#comment-6332 I have already replied to you by private message and I do not find any problem in WRobot. You are the only one to report this problem I think it is a configuration / plugin / profile / fightclass problem.
  11. Hello, try to add mines to havrest to your profile or in advanced general settings to objects to harvest list
  12. Hello, try to disable also your VPN and proxy. To restart your computer. If problem is not resolved share your log files (in "Logs" folder)
  13. Droidz

    Happy New Year 2021

    Wishing you a happy new year with the hope that you will have many blessings in the year to come.
  14. Wishing you a happy new year with the hope that you will have many blessings in the year to come. View full article
  15. Droidz

    More logging types

    Hi, add more log types no, but I'll add text filter
  16. Hello, in your settings you use option to use only vendors/repairs of your profile, NPCs is in your profile?
  17. Hello, you have robotManager.Helpful.Mouse.CurseurWindowPosition(IntPtr mainWindowHandle, int posX, int posY) and robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(IntPtr mainWindowHandle, int percentageX, int percentageY) Look methods in robotManager.Helpful.Mouse and robotManager.Helpful.Display (but simulate click works badly and you need wow window in foreground)
  18. Hello, You can found your license key here: https://wrobot.eu/clients/purchases/ Kind regards
  19. hi, Are you sure that your path only requires 1 offmesheconnection? Because WRobot can only support 1 per path. Share here (or by private message) offmeshesconnection used and from/to path (that you want fix)
  20. I think you have exceeded the daily download limit (it's limited to 50 files per day)
  21. Hello, can you try again, if you get again problem if you can share file link here please
×
×
  • Create New...