Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, in advanced general settings tab Food/Drink
  2. Hello, what macro do you want run, and in what conditions/frequency?
  3. Try to restart your computer and launch again "Updater.exe" to check if an update is available.
  4. Hello, MOP is special version, they are more possibility to detect the bot that with older versions. All forums are visibles for not registred/suscribers. You can (and it is recommanded), for free use the key "TRIAL" to test if WRobot works on your servers before purshase. I released new update, game close problem seems resolved. But be carreful, they can fix it quickly if they are actives, and next time not only close game but ban your account. Use WRobot intelligently, don't abuse of it, there's a better chance that everything will go well. The goal is not to annoy other players, or to annoy teams working on the private server. The goal of WRobot is to help you with the mandatory tasks that you no longer enjoy, to then enjoy the good times of the game.
  5. Hello, try to reboot your computer. If problem is not resolved if you can send me log file of bugged session please
  6. Dans les options avancées (advanced general settings), essaye d'augmenter l'option "Min Latency". Si cela ne résout pas le problème, essaye d'activer l'option "use lua to move".
  7. You tried to download Wow client from another website? WRobot works only with default game client
  8. Hello, I am sorry WRobot don't support custom game client
  9. Hello, your code seems good, you have try with another key (or in another process) (sometime the specials keys like F1 works badly)?
  10. Bonjour, ça ressemble à un problème de raccourci clavier. Essayer de les réinitialiser et de relancer le bot.
  11. https://wrobot.eu/forums/topic/13831-do-profiles-from-other-expansions-work/
  12. Hello, you can try Legion profiles
  13. you can use this plugin DontMove (1).cs
  14. Hello, you play on what server?
  15. Hello, in general settings you need to disable looting and gathering options
  16. You can't, you need to stop/start again to change fishing position
  17. Hello, use: - "While" step > !wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(-10215.35, 36.84612, 34.33632, "None")); - "EndWhile" step
  18. And FiniteStateMachineEvents.OnRunningLoopState is called from:
  19. No, it is manual, it is current usage: If you need event in other methods tell me I will add them
  20. I edited previous code
  21. I am sorry I don't understand what you mean by "going to point"
  22. Hello, you can launch WRobot with the shortcut "WRobot no lock frame", but bot will be less responsive
  23. Hello, Start > robotManager.Events.FiniteStateMachineEvents.OnRunState Loop > robotManager.Events.FiniteStateMachineEvents.OnRunningLoopState (you need to wait next update) End > robotManager.Events.FiniteStateMachineEvents.OnAfterRunState robotManager.Events.FiniteStateMachineEvents.OnRunningLoopState += (state, cancel) => { if (state.DisplayName == "Regeneration") { // ... } }; // OR robotManager.Events.FiniteStateMachineEvents.OnRunningLoopState += (state, cancel) => { if (state is wManager.Wow.Bot.States.Regeneration) { // ... } }; // I also add OnCustomEvent, you can create your own event like that robotManager.Events.Events.CustomEventCancelable("Event Name", new object[] { "arg1", "arg2" }); robotManager.Events.Events.OnCustomEvent += (name, args, cancelable) => { if (name == "ItemsManager.UseItem") { var itemName = (string)args[0]; } else if (name == "SpellManager.CastSpellByNameLUA") { var spellName = (string)args[0]; } // ... };
  24. Try to increment option "Bobber search time" (in product settings)
  25. Hello, try to disable your Wow addons, fightclass and Wrobot plugins. If problem is not resovled try to increment your max latency, if problem still not resolved try to change option in product settings
×
×
  • Create New...