Jump to content

Droidz

Administrators
  • Posts

    12430
  • Joined

  • Last visited

Everything posted by Droidz

  1. It's complicated to help you without the complete code and logs (even then it might be).
  2. 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)
  3. 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.
  4. 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 .
  5. 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)
  6. Hello, Try to use the default Wow.exe file (not modified), if you can't, you can't use wrobot.
  7. 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)
  8. Hello, what is your game version, I tested (on Wotlk) and it works.
  9. thank you. You should have the file "Vanilla - Stockade.xml.cs" in the folder "WRobot\Quester\Cache\", can you share it please.
  10. Hello, In wow settings try to limit max foreground fps (at a lower value than your computer can generate).
  11. 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.
  12. Hello, use POLYAREA_DANGER or POLYAREA_AVOID.
  13. Hello, Do you have installed all the required software programs? (links in the file 'Reame.txt')
  14. 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)
  15. 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.
  16. 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
  17. Do you have the same problem if you use the 'Relogger' application? You can try if you use only one account, in wow login screen to enable the option "remember account name", I think it should automatically open the correct realmlist.
  18. They are probably using a modified version of the game client. WRobot only supports the original client. You can try to download the default game client in another website and check if it works with your server.
  19. Hello, https://wrobot.eu/forums/topic/15188-work-on-ascension/
  20. An easy way that comes to my mind is: - Force the bot to ignore attacks with a RunCode step https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088&_rid=1 wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true; - Add a step to go to the position where you want the bot to resume the fight (with a FollowPath quest or other). - Reactivate the fight with a RunCode step: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false; Repeat these steps until the end of the dungeon.
  21. Hello, in "Dev... tools" (tab "Tools", when you click on the button "All informations", towards the end of the result there is the name of the realm, it is not correct?
  22. Hello, Maybe WRobot is too fast, try increasing the latency (min/max) in the bot's advanced settings.
  23. You seem to have a DNS problem, test with https://1.1.1.1/
×
×
  • Create New...