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.
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/ ).
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/
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).
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).
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);
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?
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
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
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)
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.
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 .