Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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
  2. Hello, It's no longer possible to use Paypal, the only alternative to credit card (Stripe) is https://wrobot.eu/allopass/
  3. 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).
  4. It is true that in your log file the response time of the pathfinder is long. Can you try with a VPN?
  5. 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")
  6. 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?
  7. Hello, what is log debug log lines when the spell should be cast?
  8. You need to run this code once (before the quest or when the profile starts).
  9. Hello, this post is reserved for the users with WRobot subscription
  10. Hello, https://wowdl.net/fichiers/clients
  11. Hi, I'm sorry, I won't update the auction bot.
  12. https://wrobot.eu/bugtracker/wrobot-stürzt-nach-ca-5-10-min-ab-wow-wird-dann-beendet-r1508/
  13. 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)
  14. 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/ ).
  15. Hi, look github : https://github.com/droidzfr/WRobot_Packages/tree/fccc740c611b6447361d401c2aa35bb401d6f638/Old paid files/[DTN] Zerokx/[N] 55-58 Death Knight (search in https://github.com/droidzfr/WRobot_Packages/tree/master/Old paid files )
  16. In quest names avoid using the Cyrillic alphabet.
  17. Hello, your problem should solved
  18. Hello, I replied to your ticket. Try to launch the bot with the shortcut named 'WRobot (No Lock Frame)'. Cordially,
  19. Hello, you should use events : robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state is wManager.Wow.Bot.States.Resurrect && ObjectManager.Me.IsDead) { // you code here cancelable.Cancel = true; } };
  20. just restart bot
  21. Thanks, support added
  22. Hello, it isn't possible with the defaults WRobot features.
  23. It's caused by your plugin AutoSelectFoodAndDrink
  24. Hello, You can use "Task.Run" to call "SpellManager.CastSpellByNameOn" (and others synchronous methods) and make your asynchronous async. But, CastSpellByNameOn cast the spell and return (it doesn't wait that the spell was cast, for that, you should use "Usefuls.WaitIsCasting()")
  25. Hello, check if wManager.wManagerSetting.CurrentSetting.ToTownTimerActivated is disabled, but it's easier to help you with the full log file.
×
×
  • Create New...