Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, some profiles/plugins can edit this list, can you share your log (if you use wow addons disable all)
  2. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Hello, use code like: var p1 = new Vector3(377.3996, -134.4637, -2, "None"); ObjectManager.Me.Rotation = robotManager.Helpful.Math.TargetFacingToRadian(ObjectManager.Me.Position, p1); Move.StrafeLeft(); Move.StrafeRight();
  4. Hello, download another wow client in another website
  5. Hello, I think it is profile problem
  6. Droidz

    TBC Grinder problems

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. Hello, Can you share your log file please ( (https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). (check if your plugins and fightclass are updated)
  8. Hello, check if the profiles is for your game version (or if one or your plugins/fightclass cause this error)
  9. Hello, in advanced general settings you can use option "Ignore fights when traveling" (you can also https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088 but I don't recommand it)
  10. Hello, try to download another wow client
  11. Hello, yes disable your wow addons when you use bot to avoid problem
  12. Hello, you get problem with "GetItemCountByNameLUA"? You get problem only on Lua or with tbc and wotlk also?
  13. Hello, try to launch WRobot with shortcut "WRobot no dx", try to remove wow cache, try to download another wow client
  14. Hello, wManager.Wow.Helpers.Move.Forward(Move.MoveAction.DownKey); wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP); System.Threading.Thread.Sleep(1500); wManager.Wow.Helpers.Move.Forward(Move.MoveAction.UpKey); or wManager.Wow.Helpers.Move.Forward(Move.MoveAction.DownKey); wManager.Wow.Helpers.Move.JumpOrAscend(); System.Threading.Thread.Sleep(1500); wManager.Wow.Helpers.Move.Forward(Move.MoveAction.UpKey);
  15. Hello, bool r; var path = PathFinder.FindPath(new Vector3(), out r); if (r) { }
  16. Hello, try to reinstall WRobot, if your problem is not resolved try to download another wow client
  17. No sorry
  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. Hello, You can found your license key here: https://wrobot.eu/clients/purchases/ but you haven't subscription on this account
  20. Wait next update
  21. Hello, look code of V2: https://wrobot.eu/files/file/414-multi-pull/
×
×
  • Create New...