Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. hi, Sets the code between ( and)
  2. Hello, yes use shortcut "Relogger Quick Launch" to launch relogger.
  3. Hello, try to increment wait time (in relogger settings), do you have errors in your log? I don't remember modifying the relogger or any of these dependencies in the last update
  4. Hello, You can add descriptions when you translate WRobot. And with Automaton you can kill mobs or gather nodes near your start position (without profile)
  5. Hello, can you share screenshot of the message please
  6. Use condition wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause
  7. How many time you have waiting? try to wait 5 minutes, you can also try to put "google.com" or another website in "ping to check internet connectivity"
  8. Hello, try to disable your wow addons
  9. Hello, some profiles/plugins can edit this list, can you share your log (if you use wow addons disable all)
  10. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. 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();
  12. Hello, download another wow client in another website
  13. Hello, I think it is profile problem
  14. 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/ ).
  15. 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)
  16. Hello, check if the profiles is for your game version (or if one or your plugins/fightclass cause this error)
  17. 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)
  18. Hello, try to download another wow client
  19. Hello, yes disable your wow addons when you use bot to avoid problem
  20. Hello, you get problem with "GetItemCountByNameLUA"? You get problem only on Lua or with tbc and wotlk also?
  21. Hello, try to launch WRobot with shortcut "WRobot no dx", try to remove wow cache, try to download another wow client
  22. 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);
  23. Hello, bool r; var path = PathFinder.FindPath(new Vector3(), out r); if (r) { }
×
×
  • Create New...