Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, when this option is activated , wrobot use only mamounth, can you share your log when this happen.
  2. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Hello, when wrobot ignore or blacklist a NPC it is written why in the log.
  4. Read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 do you have file "oMESpQ.exe" in wrobot folder? if yes try to launch this file
  5. Hello, try to disable your antivirus
  6. Bonjour, pouvez vous partager vos fichier log ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. Hello, use lua to click in wow interface button http://wrobot.eu/forums/topic/1689-useful-scripts/#comment-8447
  8. This code is for wrobot for vanilla, you can use lua for others wow vresion
  9. Bonjour, pouvez vous partager vos fichier log ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install slimdx and vsc++)
  11. Hello, try to increment your min/max latency in advanced general settings tab others
  12. Hello, you can use wow addon for this or http://wrobot.eu/files/file/667-lootfilterwrobot/
  13. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install slimdx et vc++)
  14. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  15. Hello, you have normal wrobot subscription, you need unlimited subscription to run more than 1 session at the same time.
  16. Hello, can you give me the "entry id" and the position of an gameobject (easy to reach)
  17. You are alone at report this problem, I think than this problem is probably caused by your wrobot install. Can you try to reinstall WRobot? If you can send me your profile I'll try to reproduce this problem (you can send me your profile by private message).
  18. Hello, you can create your own product/custom profile, or use event (with plugin or fightclass) to hook "FreeDefaultState" bg like: robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state == null || string.IsNullOrWhiteSpace(state.DisplayName) || state.DisplayName != "Free default") return; // put your bahaviour here: // if you don't want run base behaviour: cancelable.Cancel = true; };
  19. Droidz

    Exception Reaction

    And you get this problem only in this zone?
  20. Hello, on what version of wow do you play? and you can try to use lua for that
  21. Hello, try new Thread(() => { robotManager.Products.Products.InPause = true; Thread.Sleep(20 * 1000); // 20 secondes robotManager.Products.Products.InPause = false; }).Start(); or robotManager.Products.Products.InPause = true; Thread.Sleep(20 * 1000); // 20 secondes robotManager.Products.Products.InPause = false;
  22. Droidz

    Safe resurrection

    Normally wrobot try to found the best position to resurrect. Are you sure that when this happen, an safe spot is available to resurrect?
×
×
  • Create New...