Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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/
  2. 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).
  3. 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).
  4. 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);
  5. Hello, try https://wrobot.eu/files/file/1966-free-wholesome-inventory-manager/
  6. https://wrobot.eu/forums/topic/15228-code-for-professions/?do=findComment&comment=68436&_rid=1
  7. 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?
  8. 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
  9. 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
  10. It's complicated to help you without the complete code and logs (even then it might be).
  11. 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)
  12. 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.
  13. 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 .
  14. 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)
  15. Hello, Try to use the default Wow.exe file (not modified), if you can't, you can't use wrobot.
  16. 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)
  17. Hello, what is your game version, I tested (on Wotlk) and it works.
  18. Try with this file : Vanilla - Stockade.xml
  19. thank you. You should have the file "Vanilla - Stockade.xml.cs" in the folder "WRobot\Quester\Cache\", can you share it please.
  20. Hello, can you share the full log file please
  21. Hello, In wow settings try to limit max foreground fps (at a lower value than your computer can generate).
  22. Yes, sorry, my answer was wrong. Poly_avoid blacklists the area at the same time (but paths made in this area will probably be inconsistent). The solution is to directly use PathFinder.ReportArea(Position, Radius, TypeArea); But, this list is cleared when the bot changes continent.
  23. Hello, use POLYAREA_DANGER or POLYAREA_AVOID.
  24. Hello, Do you have installed all the required software programs? (links in the file 'Reame.txt')
  25. Hello, this flag list is more complete that the WRobot list https://github.com/ajlopez4/ejt-projects/blob/master/Frost/source/Core/ObjectManager/Offsets/Constants.h#LL360C1-L410C5 1536 = 0x600 = 0x200 | 0x400 = TimeValid and Immobilized (if I make no mistake and the values are good)
×
×
  • Create New...