Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hi, you get same problem with "OnStartEngine"? You can also try to use "OnAddState" when bot add "Idle" (it is all time last state)
  2. Try to close all useless programs. Try also fresh wrobot install with default settings (use only your profile, try without fightclass)
  3. try to install Redistributable Visual C + + 2010 (X86) and SlimDX (4.0 X86)
  4. Yes I also looked the code and did some tests I was going to tell you that I cannot reproduce this problem.
  5. Hello, try to increment your min latency (in advanced general settings). If you use wow addons disable all. You can also try without plugin/fihtclass and with fresh WRobot install (with default settings) (to be sure that is not problem)
  6. Do you have error in your log file?
  7. Hello, this problem is generally caused by teamviewer, but can be caused by your antivirus. You have try to disable all?
  8. Hello, try again problem resolved
  9. Droidz

    Black s**t screen

    You are sure that you use last version? I tested again I cannot reproduct problem. For me the problem came from CTM, sometime he was called with float.NaN param (that do blackscreen or crash wow)
  10. Hello, use old version https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  11. Hello, problem resovled
  12. Droidz

    Black s**t screen

    if you can try with new update
  13. Droidz

    Black s**t screen

    you are the first to report me this problem. When you found bugged node blacklist zone. FPS seems low, what return https://wowwiki.fandom.com/wiki/API_GetFramerate ? Maybe code like if GetFramerate() < 5 then ReloadUI() end can resolve problem
  14. Hello, problem resolved try again
  15. try to remove the code u.IsMyPet &&
  16. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  17. try to download another wow client (in another website), try also to disable your antivirus
  18. Droidz

    Black s**t screen

    Hi, you have try to use option "Skip nodes in water" ?
  19. hi, check if HumanMasterPlugin is correctly installed
  20. Hi, in relogger general settings disable option to close game when wrobot is closed. But you can also use relogger to change character
  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. Hi, like that (no tested): var center = ObjectManager.Target.Position; var distance = 3.5; var listPos = new List<Vector3>(); for (double angle = 0; angle < System.Math.PI * 2; angle += 0.6) { var p = new Vector3 { X = (float)(center.X + distance * System.Math.Cos(angle)), Y = (float)(center.Y + distance * System.Math.Sin(angle)), Z = center.Z }; listPos.Add(p); }
  23. Hi, IsInGroupInstance() is for raid (severals groups). If it is dungeon for 5 players (1 group) use IsInGroupHome()
×
×
  • Create New...