Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, yes it is strange. try to disable your wow addons
  2. Hello, last log before stuck is: "[FlightMaster] Try to take taxi at Древний тучекрыл" (and last combat is with an NPC) Are you sure about player? What is "FixCombat"? Are you sure that problem was caused by WRobot and not profile/fightclass/plugin? You get this problem frequently?
  3. Hello, I will improve that, I comeback here when is done
  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. The problem is necessarily on your side. Some software blocks keyboard access, use option "Use lua to move" resolve this problem, if you have big latency ingame, in this case putting a "min / max latency" higher can resolve the problem. Some wow addons and wrobot plugins / fightcalsses can also cause problems.
  6. Hello, it is not a bug, but you can try this plugin : Main.cs
  7. Hello, do you have try to edit existing fightclasses to look how this spell is used? You play in what wow version?
  8. Hello, no with default feature
  9. Generally users get this problem when they use option "Randomize path" (in product settings).
  10. Hello, try to active option "Use lua to move"
  11. Hello, sorry no solution to resolve this problem
  12. Hello, your min latency is 150, put bigger value, you can also try to activate option "Ninja"
  13. Hello, https://wrobot.eu/forums/topic/3749-how-to-add-random-delay-to-cast-interrupt/?do=findComment&comment=17612
  14. Hello, try to disable your antivirus/firewall
  15. You can try to use this plugin to unblacklist blacklisted npc: Main.cs
  16. And whitout plugin "AvoidIt" you get this problem?
  17. Hello, use wManager.Wow.ObjectManager.ObjectManager.Target.Reaction == wManager.Wow.Enums.Reaction.Hostile Hated, Hostile, Unfriendly, Neutral, Friendly, Honored, Revered, Exalted, or lua: http://wowprogramming.com/docs/api/UnitReaction
  18. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  19. Droidz

    TBC Wrobot crashes

    I ignore what can cause crash, last update is very small. You can also try to disable your antivirus and run again Updater
  20. Droidz

    TBC Wrobot crashes

    You get also this problem with new WRobot install?
  21. Droidz

    TBC Wrobot crashes

    Try to reinstall WRobot and to run WRobot with shortcut "WRobot No DX"
  22. You have also run this tools dotnetfx_cleanup_tool ? Do you have restard your computer?
  23. Ok, try to use quest type "OverridePulseCSharpCode" and use code like : new Spell("Death Gate", false).Launch(); Thread.Sleep(Usefuls.Latency + 500); if (ObjectManager.GetNearestWoWGameObject(ObjectManager.GetWoWGameObjectByEntry(190942)).GetDistance < 10) wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(ObjectManager.Me.Position, 190942); return true;
  24. @joseocnejo Can you try that: (Windows 10 only): And if you can also try to run: https://www.microsoft.com/en-us/download/details.aspx?id=30135 And https://blogs.msdn.microsoft.com/astebner/2008/08/28/net-framework-cleanup-tool-users-guide/ ( dotnetfx_cleanup_tool )
×
×
  • Create New...