-
Posts
12604 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
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();
-
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.
-
Wrobot does't press keybind from " my macros" setting
Droidz replied to Artek's topic in General assistance
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(){} } -
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.
-
Hello, try to download again your game client (not on your server website). Check if your figthclass is updated.
-
Crash Error 3.3.5a
Droidz replied to Haise911's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, Do you use unmodified game client? How long do you have this problem? Can you share bot log files. -
How to Encrypt AccountEmail and AccountPassword?
Droidz replied to libai's topic in General assistance
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") -
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/ ).
-
Hello, I think your quest profile is trying to update this, but can't because the update server is offline.
-
Hello, you can found upgrade invoice here: https://wrobot.eu/clients/orders/ Sincerely
-
New Dragonflight Firestorm server, anyone tested yet?
Droidz replied to ryddla's topic in General discussion
Hello, I'll add Dragonflight support when the officials servers will no longer propose this version. -
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.
-
Hello, maybe it's a fightclass problem, try without fightclass. Can you share log files of bugged session?
-
Hello, you can go to "Product settings" tab with robotManager.Products.Products.ProductNeedSettings(); but you can't back to map tab.
-
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/ ).
-
Hello, try to disable your antivirus, or close the programs like teamviewer. WRobot actives this option when it can't simulate the keyboard keys.
-
Hello, it's because you haven't downloaded WRobot on this website. Try with official trial version, your problem will be solved.
-
Hello, If you give WRobot a .cs file, you cannot use newer C# features (like 'using MyNamespace;'). To use these new features, give compiled files to WRobot (dll). 'public class Main: ICustomClass' must not have a namespace for WRobot to find the class. For example, you can look at this code to see how to separate your code into several classes : https://wrobot.eu/forums/topic/11961-fightclass-framework-for-243335a-and-more/
-
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/ ).
-
Hello, WRobot will not support modified game clients. But if the game client is the original and you have problems can you share the list of servers.
-
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/ ).
-
Hello, Can you share full log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). But, generally this type of problem occurs when you load a profile not suited to the product (for example a Gatherer profile with the grinder bot)
