Jump to content

Droidz

Administrators
  • Posts

    12431
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Disable Wow addons to be sure this is not the problem, install the required files (you can find the links to these files in the readme.txt file in your wrobot folder). But you seem to have connection problems, try using a VPN.
  2. 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/ ).
  3. It's c# code to ignore your pet : ObjectManager.GetWoWUnitHostile().Count(u => u.Position.DistanceTo(ObjectManager.Target.Position) <= 10 && u.IsAttackable && !u.IsMyPet) >= 3 Replace 10 by the radius (distance), and 3 by the number of hostile unit near the target require.
  4. This profile is protected by the creator. You need to contact him.
  5. Hello, This problem can occur when you use a profile with the quester that is made for another product. If your problem is not solved, can you share the profile you are using.
  6. Hello, Check that your Windows is up to date. Also check that you have installed the required applications (especially SlimDX and VC++) (links in the README.txt file located in the WRobot folder). What about CPU/RAM usage ?
  7. Hello, try https://wrobot.eu/files/file/1966-free-wholesome-inventory-manager/
  8. Hello, Can you share your log file please https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ If you use a VPN/proxy try to disable it.
  9. Hello, maybe another running application on your computer uses this shortcut. Do you have any error about in your log ?
  10. Hello, You don't need VPN or proxy (it's even better to use your real IP). That can be useful if you get banned or when you bot in several accounts.
  11. Hello, For some game versions you can use a Wow addon for that. You can also find some bot plugin https://www.google.com/search?q=site%3Awrobot.eu+auto+gear
  12. Hello, It's no longer possible to use Paypal, the only alternative to credit card (Stripe) is https://wrobot.eu/allopass/
  13. Good morning, Contact @Bambo to solve your problem (make sure beforehand that your IP does not change and that no one else is using your paid file).
  14. It is true that in your log file the response time of the pathfinder is long. Can you try with a VPN?
  15. When you run your Lua code (in "dev... tools"), it works ? try to add a print in you code to debug it, like that : for i=1,40 do local name, rank, icon, count, debuffAuraType = UnitAura("player", i); if debuffAuraType == "Magic" then anyCurse = true; print("true") return; end end print("false")
  16. Good morning, It's complicated to provide help on the creation of dungeon profiles. Tried disabling your Wow addons. Activate the radar3d to understand where the bot is trying to go. What is the state of the bot (tab info) when it is blocked?
  17. Hello, what is log debug log lines when the spell should be cast?
  18. You need to run this code once (before the quest or when the profile starts).
  19. Hello, this post is reserved for the users with WRobot subscription
  20. Hi, I'm sorry, I won't update the auction bot.
  21. https://wrobot.eu/bugtracker/wrobot-stürzt-nach-ca-5-10-min-ab-wow-wird-dann-beendet-r1508/
  22. And with the shortcut "WRobot (DX hook)" ? Do you have an error in your log ? (if you can share few log files where the sessions crashes)
  23. 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/ ).
×
×
  • Create New...