Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Disable the option "Not spell, is C# code"
  2. Hello, check if the buff id is good in your game version .
  3. Hello, that is managed by your fightclass. What fightclass do you user? Have you try another?
  4. Hello, try to disable all of your Wow addons
  5. https://wrobot.eu/forums/topic/15245-bot-not-able-to-click-on-stuff-in-windows/?do=findComment&comment=68501&_rid=1
  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. 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/
  8. 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).
  9. 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).
  10. 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);
  11. Hello, try https://wrobot.eu/files/file/1966-free-wholesome-inventory-manager/
  12. https://wrobot.eu/forums/topic/15228-code-for-professions/?do=findComment&comment=68436&_rid=1
  13. 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?
  14. 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
  15. 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
  16. It's complicated to help you without the complete code and logs (even then it might be).
  17. I think it is already blacklisted, you should look at the first logs, look at the options (like ignore elite, ...) and look at the blacklisted zones/units (with the 'Map' for example)
  18. Hello, try: Fight.StartFight(target.Guid,false,false,false, false) You haven't more informaiton in the log ? The bot should indicate the reason why it stopped the fight.
  19. Hi, you should use the check distance option. But I am sorry, I haven't solution (the server must not return the correct information). If you are using a fightclass written in C# you may be able to modify the range depending of your target, but this is not possible with XML fightclasses .
  20. In one or more quest steps code you have this problem : https://learn.microsoft.com/dotnet/csharp/misc/cs1010 (check the step code one by one)
  21. Hello, Try to use the default Wow.exe file (not modified), if you can't, you can't use wrobot.
  22. Hello, you can make plugin or change settings from your profile (if you use quester product). You can also use this plugin https://wrobot.eu/files/file/421-settings-backup/(it's not automatic but faster)
  23. Hello, what is your game version, I tested (on Wotlk) and it works.
  24. Try with this file : Vanilla - Stockade.xml
  25. thank you. You should have the file "Vanilla - Stockade.xml.cs" in the folder "WRobot\Quester\Cache\", can you share it please.
×
×
  • Create New...