Jump to content

Droidz

Administrators
  • Posts

    12596
  • Joined

  • Last visited

Everything posted by Droidz

  1. Update in progress
  2. Update done :
  3. Hello, WRobot support now Wow Legion patch 7.3.5.25860. If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can download old version of WRobot here). More info about this wow version: Click here
  4. Hello, WRobot support now Wow Legion patch 7.3.5.25860. If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can download old version of WRobot here). More info about this wow version: Click here View full article
  5. Update in progress
  6. Droidz

    An error of 400

    Hello, if this error don't close wrobot you can ignore it
  7. Hello, no feature for that
  8. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. Bonjour, Essayer de faire une nouvelle installation propre de WRobot et d'effacer les fichier caches de Wow
  10. Hello, sorry I'll not change that
  11. Hello, Can you try to record video of this problem.
  12. Changed Status to Confirmed Changed Version to All
  13. Hello, no feature for that, but you can do that with c#
  14. Hello, do you have added vendor/repair in your grinder profile or in your "npc db" (tab tools)?
  15. Hello, you have check buttons name? https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  16. Hello, put bigger value in fightclass option "Frames Per Second" and increment max fps option in game (avoid lua conditions can also help).
  17. Hello, you need to do that in the profile, if you use good conditions WRobot will start where you are
  18. Hello, https://wrobot.eu/forums/topic/1688-lua-and-multi-language-support/?do=findComment&comment=11324
  19. Hello, you can try to read log: robotManager.Events.LoggingEvents.OnAddLog += delegate(Logging.Log log) { if (!string.IsNullOrWhiteSpace(log.Text) && log.Text.StartsWith("[FlightMaster] Try to take taxi at ")) { // ... } };
  20. Hello, try plugin like: Main.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate (robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { if (wManager.Wow.Helpers.Battleground.IsInBattleground() && state is wManager.Wow.Bot.States.ResurrectBG) { System.Threading.Thread.Sleep(1000); } }; } public void Dispose() { } public void Settings() { } } (replace 1000 by wait time in ms)
  21. Bonjour, pouvez vous partager votre fichier journal( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. Droidz

    AV battlefield

    try to disable all wow addons and clear wow cache. Try to re download and reinstall WRobot in new folder (and only intall and select fightclass)
  23. Droidz

    64 bit

    Hello, Yes of course I'll add 64 bit support (and I'm going to start working on it before release, it's a lot of change)
×
×
  • Create New...