Jump to content

Droidz

Administrators
  • Posts

    12427
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    UC-> Northrend zepp

    Hello, I think that when the game changes continent, the bot changes quest (step) ('return Usefuls.ContinentId == (int) ContinentId.Azeroth' will return false). Try putting the part where the bot leaves the ship in another 'Quest'.
  2. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Hello, you can disable these steps (in product settings) if that cause problem. But it is difficult to help you with so little information.
  4. Hello, check old profiles : https://github.com/search?q=repo%3Adroidzfr%2FWRobot_Packages <int>36<%2Fint>&type=code
  5. Hello, I think that you use a custom game client.
  6. Droidz

    WRobot does not start

    Hello, If you have the possibility it would be good to try with a VPN activated.
  7. Hello, I tested, condition is converted correctly in c# : ObjectManager.Target.BuffTimeLeft("Lacerate") <= 10 In "Buff name" try to put spell id.
  8. Did you reset the instance with a plugin? If yes, try adding the code into the plugin. But as Matenia says, it will be complicated to have a stable profile with the grinder/gatherer product.
  9. Hello, I think the bot is trying to reach a position that is in the instance while it is outside the instance, check if your profile path doesn't have any extra positions. You can try to run this c# code when you reset your instance : wManager.Wow.Helpers.MovementManager.StopMove(); Or try to restart product new System.Threading.Thread(() => robotManager.Products.Products.ProductRestart()).Start();
  10. Salut, Tout est possible, mais créer un profil qui fonctionne correctement dans un donjon est compliqué et requis de bonnes connaissances (en WRobot, en Wow, en lua et en c#). Le mieux est de faire un profil de quête : https://wrobot.eu/forums/topic/3552-dungeon-profile-creation-tutorial-video/ Le plus simple et d'utiliser un profil de grinder ou gatherer et de le compléter avec des plugins et réglages WRobot : https://wrobot.eu/forums/topic/1925-sample-dungeon-profile/ Pour filtrer les loots le plus simple est d"utiliser un addon Wow (certains font ça très bien), sinon il est toujours possible de créer un plugin ou d'exécuter du code Lua depuis le profil.
  11. Hello, Prefer to add it to your fightclass, or use a plugin like : using robotManager.Helpful; using System.Threading; using wManager.Wow.Helpers; public class AutoPressKey : wManager.Plugin.IPlugin { private bool _isRunning; public void Initialize() { _isRunning = true; PressKeyThread(); } public void Dispose() { _isRunning = false; } private void PressKeyThread() { while (_isRunning) { if (Conditions.InGameAndConnected) { Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, "1"); } Thread.Sleep(1000); } } public void Settings(){} }
  12. Hello, You have many game add-ons activated, that can cause problems (but I doubt that it's the cause of your problem). The problem probably comes from your internet connection. From certain countries, for reasons beyond my control, the connection is not always stable (depending on the users and the periods). Try using a VPN.
  13. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. Hello, try to download again your game client (not on your server website). Check if your figthclass is updated.
  15. Hello, Do you use unmodified game client? How long do you have this problem? Can you share bot log files.
  16. Hello, You can use the same settings file on several machines if you use a static encryption key : https://wrobot.eu/byme/doc/html/F-robotManager.robotManagerGlobalSetting.ForceStaticEncryptKey.htm (edit xml file "WRobot\Settings\RobotManagerGlobalSetting.xml")
  17. Droidz

    Bot stucks

    Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. Hello, I think your quest profile is trying to update this, but can't because the update server is offline.
  19. Hello, you can found upgrade invoice here: https://wrobot.eu/clients/orders/ Sincerely
  20. Hello, I'll add Dragonflight support when the officials servers will no longer propose this version.
  21. Hello, try with unmodified game client (download game on another website, don't use the version provided by your server). If your problem is not solved, can you share a few log files.
  22. Hello, maybe it's a fightclass problem, try without fightclass. Can you share log files of bugged session?
  23. Hello, you can go to "Product settings" tab with robotManager.Products.Products.ProductNeedSettings(); but you can't back to map tab.
  24. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...