Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you get problem with "GetItemCountByNameLUA"? You get problem only on Lua or with tbc and wotlk also?
  2. Hello, try to launch WRobot with shortcut "WRobot no dx", try to remove wow cache, try to download another wow client
  3. 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);
  4. Hello, bool r; var path = PathFinder.FindPath(new Vector3(), out r); if (r) { }
  5. Hello, try to reinstall WRobot, if your problem is not resolved try to download another wow client
  6. No sorry
  7. 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, You can found your license key here: https://wrobot.eu/clients/purchases/ but you haven't subscription on this account
  9. Wait next update
  10. Hello, look code of V2: https://wrobot.eu/files/file/414-multi-pull/
  11. Hello, try again with your 1 session key, if you need to run more than one session on this version send me message
  12. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Even in official server this config will cause problems (and I don't speak about usage of plugin like ClearBlacklist.cs in quester mode). To be sure, if you can try to download another wow client (in another website)
  14. Hello, do you use wow addons? if yes try to disable all
  15. the problem is your profile, edit him to remove this line, and it is not new install, all your plugins is in folder...
  16. Log of new install (in new folder), don't copy plugins/settings and ..., install only your profile and fightclass (in your log all addons is activated and plugin like HumanMasterPlugin is enabled)
  17. share log of the fresh wrobot install without wow addons please
  18. You get this problem without wow addons? yes or no You get this problem with new WRobot install (in new folder, add only your fightclass and profile)? yes or no
  19. If it is no wow addons problem, it is WRobot settings/plugins/fightclass problem
  20. Hello, Run C# code: for (int i = 0; i < 100; i++) { wManager.Wow.Helpers.Lua.RunMacroText("/click MyButtonNameGoesHere"); Thread.Sleep(100); // wait 100 ms before next run, you can remove or edit this line. }
×
×
  • Create New...