Jump to content

Droidz

Administrators
  • Posts

    12429
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hi, Without stop/start often you have this problem? If I stop/start manually can I reproduce this problem? When you stop the relogger do you close all instances (games/bot)?
  2. Hello, To see how to detect, the idea would be to look at the characteristics of the character that WRobot can extract with and without impairing movements. To extract character info go to tab "Tools", click on the button "Dev... tools" and click on "all memory info". To check differences if you haven't application for that you can use website like https://www.diffchecker.com/text-compare/ If you don't found useful value, check Wow lua API.
  3. Download and move the file in the folder "wrobot/plugins". Launch (or restart) bot, in the tab "Plugins" enable it.
  4. Hello, And this plugin : https://wrobot.eu/files/file/411-auto-accept-wow-popup-window/
  5. You need to wait after movementmanager usage : MovementManager.Go(PathFinder.FindPath(new Vector3(819.1201, 541.1679, 34.26245, "None")), false); while (MovementManager.InMovement && Conditions.InGameAndConnectedAndProductStartedNotInPause) { Thread.Sleep(100); } But, I don't think the quester executes this code from a runcode step when the character is dead.
  6. Hello, can you share the party of your code? You call it from where ? GoToTask by default doesn't work if your character is dead, but if you use movementmanager you shouldn't have this problem.
  7. https://wrobot.eu/bugtracker/how-to-stop-fighting-threads-in-quest-mode-r1513/?do=findComment&comment=6740&_rid=1
  8. Hello, https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088&_rid=1
  9. Do you have try with the quest type "UseSpellOn" ?
  10. Hello, check if the buff id is good in your game version .
  11. Hello, that is managed by your fightclass. What fightclass do you user? Have you try another?
  12. https://wrobot.eu/forums/topic/15245-bot-not-able-to-click-on-stuff-in-windows/?do=findComment&comment=68501&_rid=1
  13. 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/ ).
  14. Hello, All the MOP fightclasses are here : https://wrobot.eu/files/category/58-fight-classes-mop/ But, you can also try the Legion fightclasses : https://wrobot.eu/files/category/14-monk-legion/
  15. Hello, In the WRotation options (Product settings) you have disabled the option 'Manage character movement'? In some cases the fightclass can also pose this type of problem (if it is not made to be used with WRotation).
  16. You can find some samples on github https://github.com/droidzfr/WRobot_Packages/blob/0c22326fb1d97440beab1d8bff2e44b1569c0c23/Old paid files/bambo/006422_BambosWotlkSkinningHorde v1.0.0.xml#L22 But, in dev tools check the value returned by Skill.GetValue(SkillLine.Skinning) (maybe this value can be wrong in some gameversion/server).
  17. Hello, I'm supprise that with => false method move the character. To interrupting when bot attacked use GoToTask.ToPosition(pos, 3.5f, false, context => !Conditions.IsAttackedAndCannotIgnore);
  18. Hello, try https://wrobot.eu/files/file/1966-free-wholesome-inventory-manager/
  19. https://wrobot.eu/forums/topic/15228-code-for-professions/?do=findComment&comment=68436&_rid=1
  20. Hi, You give very few elements, where is this code used (the context)? you have an error? have you checked that the value returned by 'Skill.GetValue(SkillLine.Skinning)' is correct?
  21. In "custom script" instead to put code put the path to files to includes. After call you code from your profile, like https://github.com/droidzfr/WRobot_Packages/blob/0c22326fb1d97440beab1d8bff2e44b1569c0c23/Old paid files/camelot10/002384_[110] Broken Shore.xml#L2299 he calls https://github.com/droidzfr/WRobot_Packages/blob/0c22326fb1d97440beab1d8bff2e44b1569c0c23/Old paid files/camelot10/002400_Questing.cs#L2069
  22. Hello, What you want to do will add complexity, use this method instead:: https://github.com/droidzfr/WRobot_Packages/blob/0c22326fb1d97440beab1d8bff2e44b1569c0c23/Old paid files/camelot10/002204_[110] Mac'Aree.xml#L102
  23. It's complicated to help you without the complete code and logs (even then it might be).
×
×
  • Create New...