Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Try to update Windows also if it is not done. If it is not the problem I am sorry I don't understand why you get this problem.
  2. You have try to update Windows or try to install it with others iso (some versions don't work fine)? But WRobot should work fine in VM.
  3. Bonjour, pouvez vous donner plus de détails.
  4. Hello, infight healing is managed by the fightclass
  5. Hello, maybe Wow FPS is too slow for the bot. VM settings provide good performance?
  6. To be sure that it isn't the cause of the problem please disable this plugin. You can also try to download Wow client in another website (to be sure that it is not modified).
  7. Hello, yes if you can send me your log please
  8. Hello, your problem should be solved.
  9. Hello, https://wrobot.eu/forums/topic/13470-ascension-map-not-working-bot-allways-running-into-walls/?do=findComment&comment=63515&_rid=1
  10. Hello, You use modified wow client? You have try to disable wow addons and wrobot plugins? To disable your antivirus? Check if required softwares are installed?
  11. 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/ ).
  12. In "Automaton" product settings you need to disable option "Kill mobs" (Wrobot will still kill the monsters on your list)
  13. Hello, Could you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. Hello, are you sure that it is not possible for them to make the link with the banned accounts? (IP, web browser, ...)
  15. Hello, it is probably because you try to use "quester" profile on "grinder" product
  16. Hello, I am sorry I am not active on Discord. You can test bot for free with key "TRIAL"
  17. Hello, problem is resolved?
  18. Droidz

    Store: Purchase [Pay]

    Hi, I have verified, 3D secure is supported by Stripe. Try to contact your bank or Stripe. I will add you a key with a few days of subscription until the problem is solved.
  19. Droidz

    Store: Purchase [Pay]

    Hello, error is all time "insufficient_funds" > https://stripe.com/docs/declines/codes
  20. Hello, in advanced general settings tab "Vendor..." increment "Drink Amount", in tab "Food/Drink" complete drink name (you need to add NPC type "vendor" in your "NPC DB" (tab "Tools") or in your profile)
  21. Hey, it is hardcoded but try code like that (not tested) using System.Threading; using System.Threading.Tasks; using robotManager.Helpful; using robotManager.Products; using wManager.Wow.Bot.States; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state is Resurrect || state is ResurrectBG) { Task.Run(() => { while (Conditions.InGameAndConnectedAndProductStartedNotInPause && ObjectManager.Me.IsDeadMe) { if (ObjectManager.Me.IsValid && ObjectManager.Me.PositionCorpse.DistanceTo(ObjectManager.Me.Position) < 45) { Logging.Write("Stop product near corpse"); Products.ProductStop(); } Thread.Sleep(500); } }); } }; } public void Dispose() { } public void Settings() { } }
  22. chekc if you use utf8 file encodage (for the plugin file)
×
×
  • Create New...