Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try to disable your wow addons, you can also try to enable "use lua to move" in advanced general settings. If your problem is not resolve you can try to: Close WRobot. Go to folder "WRobot\Settings\" Open with notepad file "General-PLAYERNAME.SERVERNAME.xml" Search "<FlyAboveGroundHeight>1.5</FlyAboveGroundHeight>" and replace 1.5 by bigger value. Save and relaunch WRobot. (you can also run this c# command if you don't want to edit xml file: wManager.wManagerSetting.CurrentSetting.FlyAboveGroundHeight = 1.5f; )
  2. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install required softwares) If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Hello, it is the minimum distance (2d) between your character and current destination to take taxi (if distance is less than FlightMasterTaxiDistance WRobot will ignore flightmaster during traveling).
  4. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Hello, check if WRobot use good https://www.youtube.com/watch?v=S-wu3hBS9pc
  6. Bonjour, https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&comment=33664
  7. you need to click on button "Go to town" button tab "tools" only one time after to start bot (and wait than WRobot end current task)
  8. When you start bot, and you click on "Go to town" button tab "tools" wrobot don't use mammoth?
  9. Ok, I have check code change and I don't found what can cause this problem, if you can share log of sessions where you get this problem (more I have log files, better is it).
  10. Hello, https://wrobot.eu/forums/topic/7665-is-it-possible-to-make-the-wrobot-not-create-settings/?do=findComment&comment=35058 Can you share the code than you put in "additional C# code"?
  11. in your log wrobot don't try to go to vendor/repair
  12. Hello, with notepad replace InteractGameObject by InteractGameObjectAutoLoot
  13. Hello, can you stop to spam forum, next time I ban you: https://wrobot.eu/forums/topic/7996-archaeologist/?do=findComment&comment=36780
  14. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  15. https://wrobot.eu/forums/topic/8032-resto-druid-healing-class/
  16. https://wrobot.eu/forums/topic/7996-archaeologist/?do=findComment&comment=36780
  17. check also if this option is enabled:
  18. Hello, do you have wow addons? if yes try to disable all
  19. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Try also to disable your fightclass (to check if it is the problem)
  20. In general settings try to disable option "Calculate interact/combat distance by target size"
  21. Hello, you probably use fightclass for others game version. Try to re download and reinstall WRobot in new folder, disable all wow addon and clear cache. And try to launch WRobot archaeologist bot without edit settings to check if this works
  22. Your items in not in "do not sell list"?
  23. Hello, use code like: Quester.Bot.QuesterSetting.Load(); if (Quester.Bot.QuesterSetting.CurrentSetting != null) { Quester.Bot.QuesterSetting.CurrentSetting.ProfileName = "nouveau nom de profil"; Quester.Bot.QuesterSetting.CurrentSetting.Save(); }
  24. Hello, when you convert to C# you launch the editor for shortcut "Fight Class Editor" or from WRobot tab "Tools"? If you launch from shortcut launch it from WRobot (to convert to c#)
×
×
  • Create New...