Jump to content

Droidz

Administrators
  • Posts

    12570
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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).
  2. 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);
  3. Hello, try https://wrobot.eu/files/file/1966-free-wholesome-inventory-manager/
  4. https://wrobot.eu/forums/topic/15228-code-for-professions/?do=findComment&comment=68436&_rid=1
  5. 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?
  6. 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
  7. 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
  8. It's complicated to help you without the complete code and logs (even then it might be).
  9. 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)
  10. 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.
  11. 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 .
  12. 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)
  13. Hello, Try to use the default Wow.exe file (not modified), if you can't, you can't use wrobot.
  14. 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)
  15. Hello, what is your game version, I tested (on Wotlk) and it works.
  16. Try with this file : Vanilla - Stockade.xml
  17. thank you. You should have the file "Vanilla - Stockade.xml.cs" in the folder "WRobot\Quester\Cache\", can you share it please.
  18. Hello, can you share the full log file please
  19. Hello, In wow settings try to limit max foreground fps (at a lower value than your computer can generate).
  20. 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.
  21. Hello, use POLYAREA_DANGER or POLYAREA_AVOID.
  22. Hello, Do you have installed all the required software programs? (links in the file 'Reame.txt')
  23. 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)
  24. Hello, you can find the discord link at the top/right of the page (if you are on a computer), current link is https://discord.gg/HXunx8tUpn Shadowland is a recent version, and is not very popular there will be little content (profiles, fightclasses) available.
  25. Hello, There are a few posts about this, there seem to be several working answers : https://www.google.com/search?q=site%3Awrobot.eu+trinkets
×
×
  • Create New...