Jump to content

Droidz

Administrators
  • Posts

    12570
  • Joined

  • Last visited

Everything posted by Droidz

  1. Bonjour, pouvez vous enregistrer une video et partager le fichier log de la session.
  2. Hello, no special log?
  3. 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);
  4. 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);
  5. Hello, you want do it with code or with interface?
  6. Hello, try to disable proxy and vpn (check also if you use custom windows hosts file)
  7. 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
  8. 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.
  9. Hello, try to add mines to havrest to your profile or in advanced general settings to objects to harvest list
  10. 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)
  11. Wishing you a happy new year with the hope that you will have many blessings in the year to come. View full article
  12. 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.
  13. Droidz

    More logging types

    Hi, add more log types no, but I'll add text filter
  14. Hello, in your settings you use option to use only vendors/repairs of your profile, NPCs is in your profile?
  15. 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)
  16. Hello, You can found your license key here: https://wrobot.eu/clients/purchases/ Kind regards
  17. 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)
  18. I think you have exceeded the daily download limit (it's limited to 50 files per day)
  19. Hello, can you try again, if you get again problem if you can share file link here please
  20. rightclick on button "+" will add step/quest after select item
  21. Hi, I'm sorry I wouldn't add this possibility, it will be complicated to add with the current implementation. But you can try to start and end with a "Wait" task.
×
×
  • Create New...