Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Yes I also looked the code and did some tests I was going to tell you that I cannot reproduce this problem.
  2. 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)
  3. Hello, this problem is generally caused by teamviewer, but can be caused by your antivirus. You have try to disable all?
  4. 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)
  5. Hello, use old version https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  6. Droidz

    Black s**t screen

    if you can try with new update
  7. 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
  8. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. try to download another wow client (in another website), try also to disable your antivirus
  10. Droidz

    Black s**t screen

    Hi, you have try to use option "Skip nodes in water" ?
  11. Hi, in relogger general settings disable option to close game when wrobot is closed. But you can also use relogger to change character
  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. 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); }
  14. Hi, IsInGroupInstance() is for raid (severals groups). If it is dungeon for 5 players (1 group) use IsInGroupHome()
  15. Droidz

    c# itemlink wotlk

    Hi, To get link I use https://wow.gamepedia.com/API_GetItemInfo (and I cache result), I'll not fix this problem.
  16. Hello, you can do it with "custom profile" or if you create "Product" but you need good C#, LUA (wow api) and WRobot API knowledge
  17. @fauler in Wotlk too? you use what fightclass? iif you can also share log (and all users with same problem)
×
×
  • Create New...