Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Use condition wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause
  2. 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"
  3. Hello, some profiles/plugins can edit this list, can you share your log (if you use wow addons disable all)
  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. 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();
  6. Hello, download another wow client in another website
  7. 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/ ).
  8. 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)
  9. Hello, check if the profiles is for your game version (or if one or your plugins/fightclass cause this error)
  10. 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)
  11. Hello, try to download another wow client
  12. Hello, yes disable your wow addons when you use bot to avoid problem
  13. Hello, you get problem with "GetItemCountByNameLUA"? You get problem only on Lua or with tbc and wotlk also?
  14. Hello, try to launch WRobot with shortcut "WRobot no dx", try to remove wow cache, try to download another wow client
  15. 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);
  16. Hello, bool r; var path = PathFinder.FindPath(new Vector3(), out r); if (r) { }
  17. Hello, try to reinstall WRobot, if your problem is not resolved try to download another wow client
  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
×
×
  • Create New...