Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you can go to "Product settings" tab with robotManager.Products.Products.ProductNeedSettings(); but you can't back to map tab.
  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, try to disable your antivirus, or close the programs like teamviewer. WRobot actives this option when it can't simulate the keyboard keys.
  4. 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
  5. Hello, it's because you haven't downloaded WRobot on this website. Try with official trial version, your problem will be solved.
  6. 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/
  7. 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/ ).
  8. 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.
  9. 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/ ).
  10. 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)
  11. Droidz

    Bug Path Finding

    Hello, can you share full log file please.
  12. Hello, You can found your license key here: https://wrobot.eu/clients/purchases/ Kind regards
  13. Hello, the current version should work with 26972 https://wrobot.eu/supported-wow-versions/
  14. 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.
  15. 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/ ).
  16. 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).
  17. Hello, Most versions use memory reading for 'ManaPercentage'.
  18. Hello, it's not supported in this game version
  19. Droidz

    Wrobot pathing

    Hello, You have a 15:56:52 - [FlightMaster] Try to take taxi node Деревня Сломанного Клыка, Внутренние земли to Мельница Таррен, Хилсбрад, go to npc. And here, the start position is very strange : Path-Finding] FindPath from 0 ; -859 ; 58 ; "None" to -233,9797 ; 1026,787 ; 54,32534 ; "None" (Azeroth)
  20. Hello, No way for that. But you can use the "relogger" application to close all the bots/games at the same time (sessions launched with the relogger).
  21. 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/ ).
  22. Hello, With default bot features no. I don't recall a plugin that adds this functionality. Look at the Wow addons, some allow you to remove unnecessary items or create your own filters.
  23. Droidz

    wotlk Cath zepp

    Hello, Replace var fromZeppelinWaitPosition = new Vector3(1185,022, -4144,208, 70,62553); // Position where Zeppelin/Ship waits players (from) by var fromZeppelinWaitPosition = new Vector3(1185.022, -4144.208, 70.62553); // Position where Zeppelin/Ship waits players (from)
  24. Droidz

    wotlk Cath zepp

    Hello, Check the positions and ID, add lines of logs to help you debug, it will be difficult to help you. Optionally disable game addons to make sure it doesn't interfere with the bot.
×
×
  • Create New...