Everything posted by 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/ ).
-
Strange errors
Hello, I think your quest profile is trying to update this, but can't because the update server is offline.
- Account Upgrade
-
New Dragonflight Firestorm server, anyone tested yet?
Hello, I'll add Dragonflight support when the officials servers will no longer propose this version.
-
Game Crashing
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.
-
Game Crashing
Hello, maybe it's a fightclass problem, try without fightclass. Can you share log files of bugged session?
-
switch tab in wrobot's UI
Hello, you can go to "Product settings" tab with robotManager.Products.Products.ProductNeedSettings(); but you can't back to map tab.
-
help
- help
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/ ).- Stop WRobot Enabiling "Use LUA to Move" (?)
Hello, try to disable your antivirus, or close the programs like teamviewer. WRobot actives this option when it can't simulate the keyboard keys.- Skip the Quests order Turning step if there is no quest item in the bag
Hello Put the 'pickup' step between an 'if' step (with in 'Action parameter' the code ItemsManager.HasItemById(1234) ) and a step 'endif'. replace 1234 by your item id- [BSOD] on startup
Hello, it's because you haven't downloaded WRobot on this website. Try with official trial version, your problem will be solved.- load c# code from different file
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/- WRobot Stuck on "Server Connection..."
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/ ).- Updating wrobot
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.- relogger,wobot not start
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/ ).- Grinder do not work
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)- Bug Path Finding
Hello, can you share full log file please.- I already purchase but I didnt received an product
Hello, You can found your license key here: https://wrobot.eu/clients/purchases/ Kind regards- Where to get paches for some wow clients
Hello, the current version should work with 26972 https://wrobot.eu/supported-wow-versions/- Wo ist mein Geld geblieben und wie bekomme ich dafür eine Lizenz ?
Hello, I have two bank card transactions that failed (refused by the bank). Send me by private message the information that can help me resolve your problem.- WRotation Not Working on 1.12.1
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/ ).- WotLK 3.3.5 (Warmane) navigation no longer working correctly
Hello, I don't know exactly why you have this problem but it's probably a problem on your side. Tried with a fresh installation of WRobot (with minimal configuration changes) to verify that the problem does not come from there. Also tried disabling your Wow addons. Sometimes restarting the computer can solve this type of problem. Also tried, if the problem is not resolved, to download the game client from another site (to be sure that your client is not modified).- Memory vs Lua
Hello, Most versions use memory reading for 'ManaPercentage'.- Aura.GUID is zero in vanilla 1.12
Hello, it's not supported in this game version - help