Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Changed Status to Confirmed Changed Version to All
  2. Hello, try to activate option "use lua to move" in advanced general settings
  3. Hello, blacklist (or disable in NPC DB) this mailbox and add another
  4. In your log you seem to get stuck, WRobot can make path to go to the gate?
  5. Hello, try plugin like: using System.Threading; using robotManager.Products; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { while (Products.IsStarted) { if (Conditions.ProductInPause && Conditions.InGameAndConnectedAndAlive && Conditions.IsAttackedAndCannotIgnore) { Products.InPause = false; } Thread.Sleep(500); } } public void Dispose() { } public void Settings() { } } Main.cs
  6. Hello, you cannot change that, in your profile try to avoid this zone
  7. Hello, yes use fisher bot with underbelly profile, and add guard in your fightclass (or in plugin? macro?)
  8. Hello, this is managed by your fightclass. Try another fightclass.
  9. https://wrobot.eu/forums/topic/8147-using-a-vpn/?page=0#comment-37199
  10. Hello, you get this problem with what WRobot version? Only with casters? You have try with several fightclass?
  11. Hello, Do you have try with another fightclass? with default WRobot settings? and to disable all wrobot plugins/wow addons? If your problem is not resolved, can you share your full log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  12. Hello, Like: Thread t = new Thread(() => { int questId = 28000; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; Lua.LuaDoString("OverrideActionBarButton1:Click()"); } Thread.Sleep(500); } }); t.Start();
  13. Hello, use code like wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(821.2907, 821.2907, 9.0076));
  14. Hello, it is probably plugin problem
  15. Hello, you use last profile update? Try to contact profile creator
  16. Hello, https://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/?do=findComment&comment=22750
  17. Hello, no you cannot do that
  18. Hello thank you. If anymore can give me "Spirit of Redemption" id, or buff.
  19. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to disable firewall, proxy...
  20. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  21. wManager.wManagerSetting.CurrentSetting.SearchRadius = 50;
  22. Hello, try to redownload and reinstall WRobot
  23. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  24. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...