Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, You cannot clear log from external code. To track log use "robotManager.Events.LoggingEvents.OnAddLog" like here https://wrobot.eu/forums/topic/9443-totown-unable-to-reach-the-vendor-blacklist-it-120-minutes/?do=findComment&comment=43952
  2. Wait more time, relogger wil relanch wow (if you use default settings)
  3. Droidz

    cant log in

    Hello, Install required software (step 7) https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966 Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. try to run it to create shortcut Create nofakecallstack Shortcut.bat
  5. I think you have badly used argument, you should have line like "-nofakecallstack arg activated." in your log file. Try also to update Windows. But it is probably problem with windows install
  6. 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/ ).
  7. Try to create shortcut with arg " -nofakecallstack" like:
  8. Hello, try to run WRobot with shortcut "WRobot (DX hook)"
  9. Hello, he has option for jump and smooth path in advanced general settings
  10. To close wow process use wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill();
  11. Hello, did you read the log file to see if it says what the bot does?
  12. use code like wManager.Wow.Class.QuestClass quest; var r = wManager.Wow.Helpers.Quest.QuesterCurrentContext.QuestsClasses.TryGetValue("TEST", out quest); if (r && quest != null) { quest.Reset(); } (replace TEST by name of you quest) But it is more easy to use "Reset" in quest order editor
  13. there is a good chance that this problem is caused by a WRobot plugin (or fightclass / profile)
  14. Hello, open profile with profile editor (tab product settings), you can activate "radar 3d" tab "Map" to help you
  15. Hello, you can found upgrade invoice here: https://wrobot.eu/clients/orders/
  16. Try to disable all wow addons, if this works you can try to enable one per one to found the bad addon(s)
  17. call method Reset() of the quest class
  18. 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/ )
  19. Hello, try to disable your wow addons and to use another fightcclass
  20. hello, https://stackoverflow.com/questions/1215139/reboot-machine-from-a-c-wpf-app
  21. Hello, try without fightclass, if problem is not resolved if you can share your log again please
  22. Can you share full log file (by private message if you want), and give me sample profile (or start/end position) that I try to reproduct problem
  23. Hello, no tested but like that: public static bool ManageMovement() { if (robotManager.Products.Products.ProductName == "WRotation") { string errorsCSharp; if (wManager.Wow.Helpers.RunCodeExtension.RunScript(robotManager.Helpful.RunCode.CodeType.CSharp, @"robotManager.Helpful.Var.SetVar(""ManageMovementWRotation"", WRotation.Bot.WRotationSetting.CurrentSetting.ManageMovement);", "", out errorsCSharp)) { return robotManager.Helpful.Var.Exist("ManageMovementWRotation") && robotManager.Helpful.Var.GetVar<bool>("ManageMovementWRotation"); } } return false; } (try to call this code only one time at start (and cache value) to avoid performance problem)
  24. Hello, to go to first position of path, or maybe pathfinder is used by a plugin
×
×
  • Create New...