Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, blacklist zone if zone is bugged
  2. hi, maybe try to replace "ObjectManager.Me.InCombat" by "ObjectManager.Me.InCombatFlagOnly"
  3. check also if your profile don't change this value
  4. Hello, in advanced general settings tab "looting..." put bigger value at the options "max units near..."
  5. If problem is not resolved share updater log or screenshot of the error
  6. Hello, try to restart your computer and try to update again after
  7. Thank you, you need to wait next update for the fix
  8. I found why, wait next update
  9. You have try to remove wow cache folder? how long have you had this problem?
  10. Hi, If I'm not mistaken, by default Wow uses 0 (and since a few updates the bot forces the use of 0 internally)
  11. 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/ ).
  12. 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/ ).
  13. Hello, you have try without fightclass? You get this problem all time when bot start fight?
  14. Hi, yes next time that you get this problem check if NPC is not blacklisted (use radar3d with option to see blacklist enabled). It is recent problem for all? only in Wotlk? you have try to put bigger interact distance?
  15. hello, send me screenshots of untranslatables fields.
  16. Hi, When you edit "wManager.wManagerSetting.CurrentSetting" change is instant. Maybe quest profile change settings, if you save settings when running, quester cannot restore default settings
  17. If you can try with new update and tell me if problem is resolved
  18. I am sorry I don't understand why you have this problem (and I don't remember anyone reporting a similar problem to me)
  19. You haven't changer wow or wrobot of folder? maybe one folder name use special char or access rules
  20. I updated Windows and I use more recent version, I don't get problem. I really think it's a configuration issue. Check that the path to Wow and WRobot is correct in the settings of the relogger
  21. Hello, the problem is that you use grinder and you cannot use option to mount after all farm. try to use this plugin for force to use this option: using System.ComponentModel; using robotManager.FiniteStateMachine; using wManager.Wow.Bot.States; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate(Engine engine, State state, CancelEventArgs cancelable) { try { if (state is Farming) ((Farming)state).AutoMountIfSuccess = true; } catch { } }; } public void Dispose() { } public void Settings() { } } Main.cs
  22. try to put 45 (instead 40)
  23. it's a bit mixed, on some image/video you seem to be taking to the wrong NPC because he has the wrong flags (in this case, blacklist the npc with the wrong flag), on other the pathfinder does not appear find a usable path (you should see the logs of the path generated and see if all the destination flightmaster has a correct position in the DB), and other times the bot seems not to find the NPC.
×
×
  • Create New...